@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
  display: block;
  transition: 0.3s
}
a:hover {
  opacity: 0.6;
}
li {
  list-style: none;
}
h2 {
  font-size: 3.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  color: #FFF;
  font-weight: 900;
}
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
header {
  position: relative;
}
.head-line {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
}
h1 a {
  display: block;
}
.sp-img {
  display: none !important;
}
.btn {
  position: relative;
}
.btn p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.btn p::after {
  content: "▶︎";
  font-size: 1.2rem;
  margin-left: 10px;
}
.btn a {
  display: inline-block;
}
.fixed {
  position: fixed;
  top: -15px;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width:520px) {
  body {
    font-size: 1.2rem;
  }
  main {
    padding-top: 76px!important;
  }
  .pc-img {
    display: none !important;
	}
  .sp-img {
    display: block !important;
  }
  .wrapper {
    width: 100%!important;
    margin: 0 auto;
  }
  .sp-wrapper {
    max-width: 93%!important;
    margin: 0 15px;
  }
  img {
    width: 100%;
  }
  h2 {
    font-size: 2.0rem!important;
  }
  .btn .sp-img {
    width: 250px;
    height: 40px;
  }
  .btn p {
    font-size: 1.4rem;
  }
  .btn p::after {
    font-size: 1.0rem;
  }
}
.hum-gnav {
  display: none;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.img-0yen {
  max-width: 214px;
  margin-left: 125px;
}
.img-0yen img {
  width: 100%;
}
.head-info ul li {
  display: flex;
}
.head-info ul li:not(:first-child) {
  margin-top: 7px;
}
.head-info ul li p {
  font-size: 1.2rem;
}
.free-tel {
  width: 35px;
  height: 23px;
  padding-top: 6px;
}
.head-info ul li .number {
  font-size: 3.5rem;
  font-family: 'Roboto', sans-serif;
  color: #00aa00;
  font-weight: 900;
  margin-left: 15px;
}
.time-title {
  background-color: #21b11e;
  padding: 5px 10px;
  color: #FFF;
}
.time-cont {
  margin-left: 15px;
  padding-top: 5px;
}
.contact-btn {
  position: relative;
}
.contact-btn a {
  display: block;
}
.contact-btn_cont {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
}
.contact-btn_cont p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 3px;
}
.gnav {
  background: linear-gradient(0deg, #21b11e 70%, #8be399);
  width: 100%;
  height: 66px;
  margin-top: 14px;
}
.gnav ul {
  display: flex;
  justify-content: space-between;
}
.gnav ul li {
  width: 185px;
  height: 65px;
  text-align: center;
}
.gnav ul li a {
  color: #FFF;
  font-weight: bold;
  display: block;
  height: 66%;
  padding-top: 23px;
}
.openbtn {
  display: none;
}
#hum-nav{
	visibility: none;
	opacity: 0;
}
#hum-nav ul {
    /*ナビゲーション天地中央揃え*/
 display: none;
}
.hum-nav_logo {
	display: none;
}
/*ドロップダウンボタン*/
.dropdown-btn {
    position:relative;
}
.dropdown {
    z-index:1000;
    background:#21b11e;
    position:absolute;
    left:0;
    top:66px;
    display:none!important;
}
.gnav .dropdown li a {
	line-height: 2;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #FFF;
}
.gnav .dropdown .nav-yane a{
	line-height: 1.3;
}
.gnav .dropdown li a:hover {
	color: #F77727;
	opacity: 1!important;
	background-color: #FFF;
}
.d-open {
	display: block!important;
}
@media only screen and (max-width:1130px){
	.ab-flex p br {
		display: none;
	}
}
@media only screen and (max-width:1100px){
	.img-0yen {
		margin-left: 45px;
	}
}
@media only screen and (max-width:990px){
	.wrapper {
		width: 95%;
		margin: 0 auto;
	}
	.img-0yen {
		display: none;
	}
	h2 {
		font-size: 2.5rem;
	}
	.onayami {
		margin-top: 90px;
	}
}
@media only screen and (max-width:768px) {
	 header {
    position: fixed;
    width: 100%;
    z-index: 3000;
  }
	main {
		padding-top: 116px;
	}
	.wrapper{
		margin: 0 auto;
	}
	.head-info {
		display: none;
	}
	header .contact-btn {
		display: none;
	}
	#gnav {
		display: none;
	}
	.sp-header_flex {
		display: flex;
		width: 94%;
		margin: 0 auto;
	}
	.header-flex {
		padding-bottom: 15px;
	}
	h1 a img {
		width: 100%!important;
	}
	.header-bg {
    background-color: rgba(255, 255, 255, 0.8);
  }
  /*ハンバーガーメニュー*/
  .openbtn {
    display: block;
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    cursor: pointer;
    width: 65px;
    height: 65px;
    z-index: 4000;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    right: 0;
    height: 2px;
    width: 100%;
  }
	  .openbtn span img{
		  width: 100%;
	}
  .openbtn span:nth-of-type(1) {
    top: 20px;
  }
  .openbtn span:nth-of-type(2) {
    top: 40px;
  }
  .openbtn span:nth-of-type(3) {
    top: 60px;
  }

  #hum-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #FFF;
    /*動き*/
    transition: all 0.6s;
	opacity: 1;
  }
	.hum-nav_logo {
		max-width: 220px;
		margin: 13px 10px 20px 15px;
		display: block;
	}
  	.hum-nav_logo img{
		width: 100%;
	}
  #hum-nav.panelactive {
	top: 0;
	opacity: 1;
  }
    #hum-nav ul {
		display: block;
	}
  #hum-nav .hum-nav_block {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: 100vh;
	padding-bottom: 54px;
  }
  #hum-nav .hum-nav_block .nav-block_list a {
    border-bottom: solid 1px #FFF;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #21b11e;
    height: 45px;
    padding-left: 15px;
	padding-top: 12px;
	color: #FFF;
	font-size: 1.6rem;
  }
    #hum-nav .hum-nav_block .nav-block_list ul li a{
	   background-color: #FFF;
    color: #000;
    font-size: 1.4rem;
    height: 30px;
    padding-top: 6px;
	border-bottom: solid 1px #dbdbd8;
	padding-left: 25px;
	}
	#hum-nav .hum-nav_block .hum-list_contact ul .hum-list_contact a{
		border-bottom: none;
	}
	#hum-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
  .openbtn span:nth-of-type(3)::after {
    content: "MENU"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 20px;
    left: -1px;
    color: #21b11e;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 30px;
    left: -10px;
    transform: translateY(6px) rotate(-45deg);
    z-index: 999;
    opacity: 1;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn.active span:nth-of-type(3) {
    top: 42px;
    left: 7px;
    transform: translateY(-6px) rotate(45deg);
    z-index: 999;
    opacity: 1;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "CLOSE"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 28px;
    left: 21px;
  }
	.main-content {
		max-width: 100%!important;
	}
	.content-wrapper {
		display: block;
	}
	aside {
		max-width: 70%!important;
		margin: 0 auto;
	}
	.beginner {
		margin-top: 80px;
	}
	.footer-flex nav {
		display: none;
	}
	.footer-flex {
		justify-content: center;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info p {
		margin-top: 40px;
		white-space: nowrap;
	}
	.footer-info ul li {
		justify-content: center;
	}
	.copy {
		margin-top: 50px!important;
	}
	.shindan_free {
		width: 100%;
	}
}
@media only screen and (max-width:520px) {
	.header-flex h1 a img{
			width: 100%;
	}
  .head-line {
    height: 5px;
  }
  .img-0yen, .head-info, .gnav {
    display: none;
  }
  .header-flex {
    padding-top: 15px;
    padding-bottom: 10px;
    margin: initial;
  }
  .header-flex h1 {
    max-width: 160px;
  }
  .sp-header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	.openbtn {
		overflow: hidden;
		padding-right: 10px;
		width: 81px;
	}
    .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    right: 0;
    height: 2px;
    width: 55%;
  }
  .openbtn span:nth-of-type(1) {
    top: 5px;
  }
  .openbtn span:nth-of-type(2) {
    top: 18px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  #hum-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #FFF;
    /*動き*/
    transition: all 0.6s;
	opacity: 1;
  }
	.hum-nav_logo {
		max-width: 160px;
		margin: 0px 10px 20px 15px;
		display: block;
	}
  	.hum-nav_logo img{
		width: 100%;
	}
  #hum-nav.panelactive {
	top: 0;
	opacity: 1;
  }
    #hum-nav ul {
		display: block;
	}
  #hum-nav .hum-nav_block {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: 100vh;
	padding-bottom: 54px;
  }
  #hum-nav .hum-nav_block .nav-block_list a {
    border-bottom: solid 1px #FFF;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #21b11e;
    height: 45px;
    padding-left: 15px;
	padding-top: 12px;
	color: #FFF;
	font-size: 1.6rem;
  }
    #hum-nav .hum-nav_block .nav-block_list ul li a{
	   background-color: #FFF;
    color: #000;
    font-size: 1.4rem;
    height: 30px;
    padding-top: 6px;
	border-bottom: solid 1px #dbdbd8;
	padding-left: 25px;
	}
	#hum-nav .hum-nav_block .hum-list_contact ul .hum-list_contact a{
		border-bottom: none;
	}
	#hum-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
  .openbtn span:nth-of-type(3)::after {
    content: "MENU"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 14px;
    left: -2px;
    color: #21b11e;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 26px;
    transform: translateY(6px) rotate(-45deg);
    z-index: 999;
    opacity: 1;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn.active span:nth-of-type(3) {
    top: 27px;
    left: 37px;
    transform: translateY(-6px) rotate(45deg);
    z-index: 999;
    opacity: 1;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "CLOSE"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 20px;
    left: 14px;
  }
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: space-between;
}
.main-content {
  max-width: 73%;
}
aside {
  max-width: 23%;
}
aside img {
  width: 100%;
}
.area {
  margin-top: 120px;
}
/*サイドバナー*/
.notfalse, .side-free, .side-menu, .com-logo, .side-insurance, .side-com_info, .side-buill {
  margin-top: 25px;
}
.side-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side-menu a {
  width: 48%;
}
.side-menu a:nth-last-child(1), .side-menu a:nth-last-child(2) {
  margin-top: 10px;
}
.com-logo, .side-com_info {
  border: solid 2px #21b11e;
}
.com-logo_title, .side-com_info_title {
  background: #21b11e;
  padding: 15px 20px;
}
.com-logo_title h2, .side-com_info_title h2 {
  font-size: 2.5rem;
  color: #FFF;
  font-family: 'M PLUS 1p', sans-serif;
}
.com-logo_img {
  max-width: 215px;
  margin: 20px;
}
.side-com_info {
  padding-bottom: 20px;
}
.side-com_info_img {
  position: relative;
  padding: 20px 15px 0 15px;
}
.thousand {
  width: 40%;
  position: absolute;
  right: 11px;
  top: 10px;
}
.side-logo {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 190px;
}
.side-com_info_list .side-com_ehime p{
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1.3rem;
}
.side-com_kouchi span{
	display: block;
	margin-bottom: -6px;
}
.side-com_kouchi p {
	margin-bottom: 15px;
}
.side-com_info_list {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.side-com_info_list p {
  font-size: 1.2rem;
}
.side-com_info_list_tel {
  display: flex;
  margin-top: 8px;
  align-items: center;
}
.side-com_info_list_tel img {
  width: 28px;
  height: 17px;
}
.side-com_info_list_tel p {
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  color: #F77727;
  font-weight: 900;
  margin-left: 8px;
}
.side-com_info_list_time {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.side-com_info_list_time .time_title {
  background: #F77727;
  padding: 3px 4px;
  color: #FFF;
  font-size: 1.1rem;
  margin-right: 7px;
}
.side-contact_btn {
  position: relative;
  margin-top: 20px;
}
.side-contact_btn img {
  height: 36px;
}
.side-contact_btn p {
  font-size: 1.3rem;
  color: #FFF;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  white-space: nowrap;
}
.side-contact_btn p::before {
  content: '';
  width: 19px;
  height: 14px;
  display: inline-block;
  background-image: url("../img/header/mail_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.area {
  background-image: url("../img/top/mv-bg.jpg");
  padding-top: 40px;
  padding-bottom: 60px;
  background-position: bottom;
}
.area h2 {
  text-align: center;
}
.area-flex {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 60px 150px;
  justify-content: space-between;
}
.ehime-title {
  padding: 15px 25px;
  background-color: #F77727;
  color: #FFF;
  display: inline-block;
  font-size: 2.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
}
.ehime-text {
  line-height: 2;
  margin-top: 10px;
}
.kouchi {
  margin-top: 50px;
}
.area-map {
  max-width: 321px;
}
.area-map img {
  width: 100%;
}
footer {
  padding-top: 60px;
  position: relative;
}
.footer-flex {
  display: flex;
}
.footer-info {
  width: 40%;
}
.footer-line {
  width: 100%;
  height: 20px;
  margin-top: 60px;
  position: absolute;
}
.footer-info_img {
  max-width: 315px;
}
.footer-info_img img {
  width: 77%;
}
.footer-info p {
  margin-top: 35px;
}
.footer-info .footer-info_kouchi {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.5rem;
}
.footer-info_kouchi {
	line-height: 1.5;
}
.footer-info ul li {
  display: flex;
  align-items: center;
}
.footer-info ul li p {
  margin-top: 15px;
}
.footer-info_tel, .footer-info_time {
  color: #FFF;
  padding: 5px 10px;
  background-color: #21b11e;
  margin-right: 10px;
}
.footer-flex nav {
  width: 60%;
}
.footer-flex nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-flex nav ul li {
  margin-bottom: 80px;
}
.footer-flex nav ul li a {
  font-size: 1.6rem;
  color: #21b11e;
  font-weight: bold;
}
.footer-flex nav ul li ul {
  display: block;
}
.footer-flex nav ul li ul li {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: 0;
}
.footer-flex nav ul li ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
.copy {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
.footer-nav_under {
  width: 60%;
}
.footer-nav_ab {
	margin-right: -50px;
}
.footer-nav_com {
  margin-right: 26px;
}
.footer-nav_contact {
  margin-right: -56px;
}
.fixed-menu {
	display: none;
}
@media only screen and (max-width:520px) {
  .main-content {
    max-width: 100%;
  }
  .content-wrapper {
    margin-top: 30px;
  }
  aside {
    max-width: 100%;
  }
  .beginner {
    margin-top: 60px;
  }
  .com-logo_title, .side-com_info_title {
    padding: 15px 10px;
  }
  .com-logo_title h2, .side-com_info_title h2 {
    font-size: 2.0rem;
  }
  .com-logo_img {
    max-width: none;
  }
  .side-com_info_list {
    text-align: center;
  }
  .side-com_info_list_tel {
    justify-content: center;
  }
  .side-com_info_list_time {
    justify-content: center;
  }
  .side-logo {
    margin: 0 auto;
  }
  .side-com_info_img {
    margin-bottom: 25px;
  }
  .side-contact_btn img {
    height: 40px;
  }
  .area {
    margin-top: 60px!important;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .area h2 {
    max-width: 210px;
    margin: 0 auto;
  }
  .area-name {
    margin-top: 20px;
	width: 100%!important;
  }
  .area-flex {
    margin-top: 20px;
    padding: 15px 25px 20px!important;
  }
  .area-map {
    max-width: 245px!important;
    margin: 0 auto;
  }
	.area-map {
		width: 100%!important;
	}
  .ehime, .kouchi {
    display: flex;
    align-items: flex-start;
  }
  .ehime-title {
    font-size: 1.6rem;
    padding: 10px;
    width: 17%;
  }
  .ehime-text {
    margin-top: 0;
    width: 71%;
    margin-left: 15px;
  }
  .ehime-text br {
    display: none;
  }
  .kouchi {
    margin-top: 20px;
  }
  footer {
    padding-top: 30px;
	padding-bottom: 90px;
  }
  .footer-info_img {
    max-width: 185px;
    margin: 0 auto;
  }
  .footer-flex {
    display: block;
    text-align: center;
  }
  .footer-info {
    width: 100%;
  }
  .footer-info ul li {
    justify-content: center;
  }
  footer nav {
    display: none;
  }
  .footer-info p {
    margin-top: 25px;
  }
	.footer-info .footer-info_ehime {
		font-weight: 500;
	}
	.footer-info .footer-info_kouchi {
		font-size: 1.1rem;
	}
  .footer-info ul li p {
    margin-top: 10px;
	-webkit-color: #000;
  }
  .copy {
    margin-top: 35px!important;
    font-size: 1.0rem;
  }
  .footer-line {
    margin-top: 35px;
    height: 10px;
  }
  .fixed-menu {
	position: fixed;
    bottom: 0;
    height: auto;
    z-index: 4000;
    width: 100%;
    background: #21b11e;
	display: block;
	}
	.fixed-menu table {
		width: 100%;
	}
	.fixed-menu_tel {
		display: flex;
	}
	.menu-tel_number {
		margin-left: 15px;
	}
	.menu-tel_time {
		color: #FFF;
		line-height: 1.3;
	}
	.menu-tel_number img {
		width: 13%;
	}
		.menu-tel_number p {
			color: #FFF;
			font-size: 2.5rem;
			margin-left: 7px;
	}
	.menu-tel_number a {
		display: flex;
		align-items: center;
	}
	.fixed-menu_mail {
		text-align: center;
		background-color: #F77727;
		width: 65px;
		height: 65px;
	}
		.fixed-menu_mail a{
			height: 100%;
			padding-top: 22px;
	}
	.fixed-menu_mail img {
		width: 40%;
	}
}
/*下層ページ共通スタイル*/
.mv-lower {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/about/mv-lower_bg.jpg");
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
}
.mv-lower h2 {
  text-align: center;
}
.bread-wrap {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs {
  display: flex;
}
.breadcrumbs li a, .breadcrumbs li {
  font-size: 1.3rem;
  color: #000;
  margin-right: 5px;
}
.breadcrumbs li a::after {
  content: '>';
  margin-left: 10px;
}
.breadcrumbs li a:hover {
  color: #878686;
}
.section-title {
  padding: 25px 0 25px 20px;
}
.paint-banner {
	max-width: 700px;
	margin:0 auto;
}
.paint-banner img{
	margin-top: 80px;
	width: 100%;
}
@media only screen and (max-width:1120px) {
	.side-com_info_list_tel p {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width:1100px) {
	.area-map {
		width: 40%;
	}
	.area-name {
		width: 54%;
	}
		.area-name p br{
			display: none;
	}
}
@media only screen and (max-width:990px) {
	.area {
		margin-top: 100px;
	}
	.area-flex {
		padding: 40px;
	}
	.footer-info_img img {
		width: 80%;
	}
}

@media only screen and (max-width:520px) {
  .mv-lower h2 img {
    margin: 0 auto;
  }
  .mv-lower {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .breadcrumbs li a, .breadcrumbs li {
    font-size: 1.1rem;
  }
  .breadcrumbs li a::after {
    margin-left: 5px;
  }
  .breadcrumbs li a, .breadcrumbs li {
    margin-right: 3px;
  }
  .section-title {
    padding: 15px 0 15px 0;
  }
	.paint-banner img {
		margin-top: 60px;
	}
}
.paint-banner a img {
	width: 100%;
}

/*施工事例共通スタイル*/
.works-title {
  background-color: #21b11e;
  position: relative;
  padding: 25px 0 25px 20px;
}
.works-title img {
  width: 300px;
  position: absolute;
  right: 25px;
  top: -34px;
}
.works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works ul li {
  margin-top: 30px;
  width: 48%;
  border: solid 1px #e4e4e4;
}
.works ul li a {
  padding: 25px 20px;
}
.works-img_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.flex_before, .flex_after {
  width: 172px;
  height: 195px;
  position: relative;
}
.flex_before img, .flex_after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .flex_before p, .works ul li .flex_after p {
  font-size: 1.2rem;
  font-weight: 500 !important;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF !important;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: none !important;
}
.flex_before p {
  background: #000;
}
.flex_after p {
  background: #f77727;
}
.works ul li p {
  font-size: 1.8rem;
  font-family: 'M PLUS 1p', sans-serif;
  color: #21b11e;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}
.works ul li h3 {
  font-size: 1.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
  line-height: 2;
}
.works .btn {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (max-width:1100px) {
	.flex_before, .flex_after{
		width: 48%;
	}
}
@media only screen and (max-width:990px) {
	.works {
		margin-top: 100px;
	}
.works-title img {
		width: auto!important;
		top: -17px!important;
	}
}
@media only screen and (max-width:520px) {
  .works-title {
    padding: 15px 10px;
    margin-bottom: 8px;
  }
  .works-title img {
    width: 130px!important;
    top: -5px!important;
    right: 10px!important;
  }
  .works ul {
    align-items: flex-start;
  }
  .works ul li {
    margin-top: 17px;
    width: 48%;
  }
  .works ul li a {
    padding: 15px 10px;
  }
  .works ul li p {
    font-size: 1.5rem;
  }
  .works ul li h3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .flex_before, .flex_after {
    width: 48%;
    height: 105px;
  }
  .flex_before p, .flex_after p {
    padding: 5px;
  }
  .works .btn {
    margin-top: 40px;
  }
  .btn {
    margin-top: 35px;
  }
}
/*メニュー共通スタイル*/
.menu {
  margin-top: 120px;
}
.menu-title {
  background-color: #21b11e;
  position: relative;
  padding: 25px 0 15px 20px;
}
.menu-title_img {
  position: absolute;
  right: 25px;
  top: -6px;
  max-width: 265px;
  display: flex;
}
.menu-title_img img {
  width: 50%;
}
.menu-title h2 {
  font-size: 3.5rem;
}
.menu-title h2 span {
  font-size: 2.5rem;
  margin-right: 15px;
}
.menu-title h2 br {
  display: none;
}
.osusume {
  width: 570px;
  margin-top: 40px;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu ul li {
  margin-top: 40px;
  width: 49%;
}
.menu ul li img{
	width: 100%;
}
.menu-note {
  margin-top: 40px;
}
.menu-note p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width:990px) {
	.menu {
  margin-top: 100px;
}
	.menu-title h2 span {
		font-size: 2.0rem;
	}
	.menu-title h2 {
		font-size: 3.0rem;
	}
	.menu-title h2 br {
    display: block;
  }
	.menu-title {
		padding: 20px 0 15px 20px;
	}
}
@media only screen and (max-width:990px) {
	.osusume {
		width: 100%;
	}
}
@media only screen and (max-width:520px) {
  .menu {
    margin-top: 60px;
  }
  .menu-title {
    padding: 10px 0 0 0;
  }
  .menu-title h2 {
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .menu-title h2 span {
    font-size: 1.6rem;
  }
  .menu-title_img img {
    width: 50%;
  }
  .menu-title_img {
    right: 15px;
    top: 0;
    max-width: 185px;
  }
  .osusume {
    margin-top: 30px;
    width: 100%;
  }
  .menu ul li {
    margin-top: 30px;
	width: 100%;
  }
}