@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

.news {
	    margin-top: 100px;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

.sp_none {
	display: flex;
	justify-content: space-between;
}

.pc_none {
    display: none;
}

.mini_f {
	display: flex;
}

@media screen and (max-width: 768px) {

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 5px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
	.hamburger {
        background: #ffa89d;
    }
	
	nav.globalMenuSp {
        background: #ffa89d;
    }
	
	.denwa {
        top: 5px;
        right: 70px;
    }
	
}

/*--------ヘッダー終了--------*/


/*--------メインビジュアル--------*/

.first_ttl_sp p {
		display: none;
	}

.main_logo img {
	max-width: 36%;
}

.main_logo {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.page_ttl {
	text-align: center;
    font-size: 30px;
	color: #fff;
	text-shadow: 1px 2px 4px #5d5d5d;
}

.page_ttl_wrap {
	background: url(../img/news/news_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 85px 0;
	margin-bottom: 10%;
}
/*----------セクション１-------*/
.first_ttl {
	max-width: 80%;
    margin: 0 auto;
	margin-top: 130px;
}

.cleaner_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.cleaner_img img {
	max-width: 480px;
}

.back_blue {
	background-color: #0E6BAC;
	padding: 20px 100px;
}

.back_white {
	background-color: #fff;
	padding: 20px;
}

.price_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.card {
	width: 340px;
    border: 6px solid #6EC97C;
	border-radius: 20px;
	position: relative;
	padding-bottom: 20px;
}

.price2 {
	margin: 0 10px;
}

.price_ttl {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background-color: #6dc97c;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  top: -5.8%;
  left: 21%;
}

.price_box {
	margin-top: 50px;
	text-align: center;
}

.price_num {
	font-size: 30px;
}

.nedan {
	display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #707070;
}

.koumoku {
	text-align: start;
    width: 200px;
    margin: 0 auto;
	padding-top: 20px;
    line-height: 30px;
}

.plus {
	font-weight: bold;
    font-size: 40px;
}

.add {
	display: inline-block;
    background-color: #F2F2F2;
    padding: 10px 20px;
	text-align: start;
    font-weight: bold;
}

.add .red {
	color: red;
}

.koumoku .text {
	line-height: 24px;
    margin-top: 10px;
}

.option {
	margin-top: 50px;
}

.option h3 {
	display: inline;
    background-color: #FF5A00;
    color: #fff;
    padding: 10px;
}

.hitt {
	margin-top: 15px;
}

.bold {
	font-weight: bold;
}

.attn {
	margin-top: 15px;
}


.line_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 20%;
    right: 0%;
}

.line_bar img {
	width: 50px;
}

.mail_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 60%;
    right: 0%;
}

.mail_bar img {
	width: 50px;
}

/*----------セクション１終了-------*/

/*----------セクション2-------*/

.section_two {
	background-color: #0E6BAC;
	margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec2_main_ttl {
	text-align: center;
	color: #fff;
	display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.sec2_main_ttl:before, .sec2_main_ttl:after {
  border-top: 4px solid;
  content: "";
  width: 6em;
}

.sec2_main_ttl:before {
  margin-right: 1em; /* 文字の右隣 */
}

.sec2_main_ttl:after {
  margin-left: 1em; /* 文字の左隣 */
}

.sec2_ttl {
	display: inline-block;
    border-bottom: 4px solid #0e6bac;
    width: 80%;
}

.sec2_ttl .num_red {
	color: red;
	font-size:34px;
	font-weight: bold;
}

.sec2_flex {
	display: flex;
    justify-content: space-between;
	background-color: #fff;
	padding: 25px 40px;
	margin-top: 50px;
}

.sec2_flex_right p {
	width: 80%;
}

.sec2_img {
	margin-right: 25px;
}

.sec2_img img {
	max-width: 330px;
}


/*----------セクション2終了-------*/


/*----------セクション3-------*/

.section_three {
	background-color: #EFEFEF;
	padding-top: 120px;
	padding-bottom: 100px;
}

.sec3_main_ttl {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec3_main_ttl:before, .sec3_main_ttl:after {
  border-top: 4px solid;
  content: "";
  width: 6em;
}

.sec3_main_ttl:before {
  margin-right: 1em; /* 文字の右隣 */
}

.sec3_main_ttl:after {
  margin-left: 1em; /* 文字の左隣 */
}

.section_three .flex_one {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.section_three .flex_one .flx_1 {
	max-width: 480px;
    text-align: center;
}

.section_three .flex_one .flx_1 p {
	margin-top: 15px;
}

.section_three .flex_one .yajirusi_img {
	max-width: 120px;
}

.section_three .flex_two {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.section_three .flex_two .flx_2 {
	max-width: 240px;
}

.parts_txt {
	margin-top: 15px;
}

.section_three .flex_three {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.section_three .flex_three .flx_3 {
    max-width: 480px;
    text-align: center;
}

.three_txt {
	margin-top: 15px;
}
/*----------セクション3終了-------*/


/*----------セクション4-------*/

.section_four {
	padding-top: 120px;
    padding-bottom: 100px;
}

.sec4_main_ttl {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 100px;
}

.sec4_main_ttl:before, .sec4_main_ttl:after {
  border-top: 4px solid;
  content: "";
  width: 6em;
}

.sec4_main_ttl:before {
  margin-right: 1em; /* 文字の右隣 */
}

.sec4_main_ttl:after {
  margin-left: 1em; /* 文字の左隣 */
}


.q_box {
	padding-bottom: 30px;
    border-bottom: 3px solid;
	margin-bottom: 30px;
}

.q_box .waku {
	max-width: 960px;
    margin: 0 auto;
}

.q {
	margin-bottom: 30px;
}

.example:before {
  content: url(../img/face.png);
  display: inline-block;
  width: 5px;
  height: 5px;
}


.q:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/for_home/q_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 20px;
}

.a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/for_home/a_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 20px;
}

.a {
   padding-left: 3.3em;
   text-indent: -3.3em;
}
/*----------セクション4終了-------*/

/*----------セクション5-------

.section_five {
    background-color: #0E6BAC;
	padding: 50px 0;
}

.baner_back {
	background-color: #fff;
	border-radius: 20px;
	padding: 0 16%;
    padding-top: 30px;
    padding-bottom: 70px;
}

.baner_back h3 {
	margin: 0px;
	text-align: center;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.baner_flex {
	display: flex;
	justify-content: space-between;
}

.bnr_flex_left {
	border-top: 4px solid #F77503;
    border-bottom: 4px solid #F77503;
	padding-top: 30px;
    padding-bottom: 10px;
}

.bnr_flex_left .cntct {
	font-weight: bold;
	margin-bottom: 10px;
}

.bnr_flex_left .tel_num {
	font-weight: bold;
	font-size: 36px;
}

.bnr_mail {
	max-width: 340px;
	padding-bottom: 20px;
}

.bnr_line {
	max-width: 340px;
}

.bnr_flex_left .tel_num:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../img/for_home/tel_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}-----*/

/*--------バナー--------*/

.banner {
	background-image: url(../img/banner_back.png);
	background-repeat: no-repeat;
    height: auto;
    background-size: 100%;
    background-position: center;
}

.bnr_inner {
	padding: 50px 0;
}

.banner_h3 {
	font-size: 32px;
	text-align: center;
	margin: 0;
    margin-bottom: 30px;
}

.white_back {
	background: #fff;
	padding: 30px 0;
}

.banner_flex {
	display: flex;
    justify-content: space-between;
    padding: 0 100px;
	align-items: center;
}

.mail_mtmr {
	max-width: 350px;
	margin-bottom: 20px;
}

.bnr_flex_left {
	border-top: 4px solid #F77503;
	border-bottom: 4px solid #F77503;
	text-align: center;
	padding: 39px 0;
}

.bnr_flex_left p {
	font-weight: bold;
}

.bnr_flex_left .bangou {
	font-size: 40px;
    font-weight: bold;
}

.bnr_flex_left .bangou:before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/denwa.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.line_mtmr {
	max-width: 350px;
}
/*--------バナー終了--------*/


/*----------フッター-------*/

.footer_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
    margin-bottom: 70px;
}

footer .right {
	width: 34%;
}

.footer_ul {
	column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 12px;
}

.footer_logo {
    margin-bottom: 8px;
}

.copy {
	text-align: center;
	font-size:14px;
	margin-bottom: 5px;
}



/*---------------------NEWS------------------------*/

.kiji_flex {
	display: flex;
    margin-bottom: 50px;
    padding: 40px 20px;
    padding-bottom: 60px;
    border-bottom: 2px solid #EFCACA;
}

.kiji_waku {
	margin-left: 50px;
} 

.thum img {
	max-width: 330px;
    height: auto;
}

.honbun {
	margin-top: 10px;
}

.article_ttl {
	font-weight: bold;
	font-size: 20px;
}

.cate_ttl {
	font-size: 20px;
}

.voice_ttl {
   font-size: 20px;
   margin-top: 0;
   margin-bottom: 10px;
}

.days {
	font-size: 20px;
	margin-right: 20px;
    color: #FFA89D;
}

.news_flex {
	display: flex;
	justify-content: space-between;
}

.kiji_btn {
	margin-top: 100px;
}

.single_f {
	display: flex;
    justify-content: space-between;
}

.single_f .left {
	margin-top: 100px;
}

.single1 {
	max-width: 1180px;
    margin: 0 auto;
    padding: 0 11%;
}

.sigle_ttl_flex {
	display: flex;
	border-bottom: 5px solid #FFA89D;
}

.page_guide {
	font-size: 18px;
    padding: 0;
    display: inline-flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 150px;
	margin-top: 30%;
}

.single_f li {
  padding: 0 40px;
  border: 2px solid #EFCACA;
  list-style: none;
}

.arch li {
	padding: 0;
}

.side_flex {
	display: none;
}

.kiji_btn p {
	display: inline-block;
    background: #FFA89D;
    padding: 15px 100px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}

.kiji_btn {
	text-align: end;
}

.map {
    display: flex;
}

@media screen and (max-width: 768px) {
	
	    body {
        font-family: "Zen Kaku Gothic New", serif;
    }
	
	.news {
    margin-top: 50px;
}
	
	.main_logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.main_logo img {
    max-width: 65%;
}
	
	.first_ttl_sp p {
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	
	.first_ttl_sp .kasen {
		background: linear-gradient(transparent 60%, #fbff02 30%);
	}
	
	.sp_ttl_size {
	 font-size: 22px;
     font-weight: bold;
     color: #126dd5;
	}
	
	.line_bar {
	display: none;
}

.mail_bar {
	display: none;
}
	
	.first_ttl {
    display: none;
}
	
	.page_ttl {
    font-size: 20px;
}
	
	.page_ttl_wrap {
    padding: 11px 0;
}
	
	.inner {
    padding: 0 5%;
}
	
	.back_blue {
    padding: 20px 20px;
}
	
	.kiji_flex {
		flex-direction: column;
		margin-right: 0px;
	}
	
	.news_flex {
		display: block;
	}
	
	.kiji_waku {
     margin-left: 0px;
}
	
	.honbun {
    margin-top: 10px;
}
	
	.kiji_flex {
    margin-bottom: 80px;
    padding: 25px 15px;
    padding-bottom: 30px;
}
	
  .kiji_btn p {
	  font-size: 16px;
  }
	
	.single1 .left {
    padding-top: 20px;
    margin-right: 0px;
}
	
	.single_f li {
     padding: 0px;
}
	
	.mini_f {
    align-items: baseline;
}
	
	.kiji_btn {
    margin-top: 30px;
}
	
	
	.kiji_btn p {
    padding: 15px 50px;
	}
	
	.page_guide {
    margin-bottom: 100px;
	margin-top: 20%;
	}
	
	.single1 {
    padding: 0 4%;
}
	
	.banner {
    height: auto;
    background-size: auto;
}
	
	.banner_h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
	
	.banner_flex {
		flex-direction: column;
		padding: 0px 40px;
	}
	
  .bnr_flex_left .bangou {
    font-size: 24px;
    font-weight: bold;
}
	
  .bnr_flex_left {
    padding: 10px 0;
}
	
  .bnr_flex_right {
	  margin-top: 30px;	
	}
	
	.footer_flex {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}
	
	.article_ttl {
    margin-top: 10px;
}
	
	.footer_flex .left {
	font-size: 18px;
	}
	
	.footer_ul {
		display: block;
	}
	
	footer .right {
    width: 100%;
}
	
	.footer_flex .footer_logo {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.footer_flex .footer_logo img {
		max-width: 73%;
	}
	
	.footer_flex {
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
    .footer_ul {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 8px;
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
	
	.footer_flex .right {
    width: 80%;
    margin: 0 auto;
}
	
	.footer_flex .right p {
		font-size: 16px;
	}
	
	.footer_logo {
	margin-bottom: 20px;
}
	
	.f_bar {
		display: none;
	}
	
	.taiou {
    padding: 40px;
	padding-bottom: 30px;
    padding-top: 0px;
    margin-bottom: 50px;
}
	
}