@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

#content-in {width:auto;}
#header-container {display:none;}
.article-header.entry-header {display:none;}
.entry-title {display:none;}
main {padding:0 !important;}

/*ヘッダー▼*/
.original_header {
	width:60%;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin:0 auto;
}
.header_img {width:100%;}

.main-menu{
   display: flex; /*メニューを横並び*/
   padding: 0; /*横のはみ出た部分をなくす*/
   margin:0 ; /*上下の余白をなくす*/
	margin: 3% auto 0 auto;
    width: 80%;
}
ul.main-menu a {
   color: #000; /*文字カラーを白色に*/              
   line-height: 40px; /*メニューの文字幅を大きく*/
   text-decoration: none; /*アンダーラインをなくす*/     
   display: block; /*ブロック要素にして文字ブロックを埋める*/       
	width:80%;
}
.main-menu li{
   list-style-type: none; /*箇条書きの●をなくす*/  
   width:100%; /*メニュー幅を幅いっぱいにする*/
   text-align: center; /*文字を中央揃えにする*/
}
.main-menu ul{
   display: none; /*サブメニュー最初は非表示*/  
   padding: 0; /*はみ出るのでなくす*/  
}
.main-menu li:hover ul{
   display: block; /*メインメニューにカーソルを載せたらサブメニューを表示させる*/  
}
.main-menu a:hover{
   opacity:0.8; /*カーソルをあてたときに少し透明にする*/  
}
a.hm_txt{
	text-decoration:none;
	color:#3e3a39;
	border-bottom: 2px solid #3E3A49;
	font-size: 20px;
}
a.hm_txt:hover{border-image: linear-gradient(to right, #e60012, #310304) 1;}
a.hm_txt.hm_txt2 {
	line-height: 1.3;
    padding: 10px 0;
}

/*ヘッダー▲*/

/*スライダー▼*/
.top_slider {margin-top:25px;}
.top_slider_sp {display:none;}
.metaslider .flex-control-nav {
	bottom: 0 !important;
    line-height: 25px !important;
}
.flex-control-paging li a {background: rgba(255,255,255,.3) !important;}
.flex-control-paging li a.flex-active {background:linear-gradient(to right, #e60012, #310304) !important;}
.ms-edit-frontend {display:none;}
/*スライダー▲*/

/*RSA電話▼*/
h1.midasni {
	text-align: center;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #e60012, #310304) 1;
	padding-bottom: 20px;
	font-size: 30px;
}
a.rsa_tel {
	display: block;
	width: 70%;
	margin: 20px auto 0px auto;
}
/*RSA電話▲*/

/*TOPサービスメニュー▼*/
.top_txt {
	text-align:center;
	line-height: 1.3;
	font-size: 22px;
	margin: 20px 0;
}
.top_menu_icon_flex {text-align: center;}
.top_menu_icon {
	width:25%;
	margin:10px;
	transition: .3s;
}
.top_menu_icon:hover {
	transform: scale(1.1);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
/*TOPサービスメニュー▲*/

/*TOP流れ▼*/
.kuwashiku {
	text-align:center;
	margin: 20px 0 70px 0;
}
.kuwashiku a {
	padding: 5px 50px;
	background: #fff;
	border: 1px solid #3e3a39;
	color: #3e3a39;
}
.kuwashiku a:hover {
	background:linear-gradient(to right, #e60012, #310304);
	color:#fff;
}
.top_shiharai {
	width: 80%;
	margin: 0 auto;
}
.shiharaihouhou {
	color: #fff;
	background: #3e3a39;
	width: 12em;
	border: 1px solid #3e3a39;
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
}
.top_credit_ok {
	font-size: 30px;
	font-weight: bold;
	color: #bc0c16;
}
.top_nagare_txt {text-align:justify;}
/*TOP流れ▲*/

/*エリア▼*/
.area_flex {
	display: flex;
	flex-direction: row;
}
.area_flex_left {width:60%;}
img.akita_area {width:40%;}
.area_txt {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	margin: 20px 0 50px 0;
}
.area_txt2 {
	font-size: 18px;
	font-weight: 400;
}
.area {
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.5;
}
.area_info {
	font-weight:400;
	padding-left: 1em;
}
.area_indent {padding-left:5em;}
.area_kome {font-size:15px;}
/*エリア▲*/
/*TOP JAF▼*/
.jafbutton{
    width: 250px;
    height: 50px;
    text-decoration: none;
    color: #000;
	border:1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	margin:2% auto;
}
.jafbutton:hover {color:#fff;}
.jafbutton::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: #fff;
}
.jafbutton::after{
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to right, #e60012, #310304);
    transition: all .3s ease-in-out;
}
.jafbutton:hover::after{
    width: 100%;
    left: 0;
    right: unset;
}
/*TOP JAF▲*/

/*フルフラット▼*/
.page-container {
	width:80%;
	margin:0 auto;
}
.gaiyou_txt {
	font-size:23px;
	font-weight:500;
	text-align:justify;
	font-feature-settings: "palt";
	line-height:1.5;
}
.fullflat1 {margin-top:2%;}
.fullflat_flex {
	display:flex;
	justify-content: space-between;
	width: 100vw;
	height:50vh;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.fullflat_flex2 {
	display:flex;
	justify-content: space-between;
	width: 100vw;
	height:50vh;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.fullflat_l {
	width:49%;
}
.fullflatsankaku {
	width:49vw;
	height:50vh;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: #e6e6e6;
	position:relative;
}
.fullflatsankaku2 {
	width:49vw;
	height:50vh;
	aspect-ratio: 1;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background: #e6e6e6;
	position:relative;
}
.koumoku_midashi {
	font-size: 25px;
	font-weight: bold;
	--main-color: #4faeba;
    padding: 5px 5px 5px 15px;
    background-image: repeating-linear-gradient(45deg, var(--main-color) 0, var(--main-color) 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-size: 10px 60%;
    background-position: left;
    color: var(--main-color);
}
.fullflatttl {
	margin-left: 10%;
	margin-top:1%;
    position: absolute;
    top: 0;
	width:39%;
}
.fullflatttl2 {
	margin-top:1%;
    position: absolute;
    top: 0;
	width:39%;
}
.fullflattxtbox {
	margin-left: 10%;
    position: absolute;
    top: 4em;
    color: #000;
	width:39%;
}
.fullflattxtbox2 {
	margin-right: 10%;
    position: absolute;
    top: 4em;
    color: #000;
	width:39%;
}
.fullflattxt {
	font-size: 20px;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
    text-align: justify;
	border-bottom: 1px dashed;
	font-feature-settings: "palt";
	margin-bottom:0.5em;
}
.fullflattxt2 {}
.fullflat_r {width:49%;}
.fullflatimg1 {
	height: 50vh;
    width: 100vw;
    object-fit: cover;
}




.checkmark {
	padding-left:24px;
	position:relative;
}

.checkmark:before,
.checkmark:after {
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before {
	width:16px;
	height:16px;
	border-radius:3px;
	background:#009966;
	left:0;
	top:10px;
}
.checkmark:after {
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:10px;
}
/*フルフラット▲*/

/*フッター▼*/
#footer {
	margin-top: 0px; 
   padding: 0px;
}
#footer-in {width:auto;}
#navi-footer {display:none;}
.footer-bottom {
	margin-top: 0;
    padding: 0;
	background:#3e3a39;
}
#navi-footer {display:none;}
.source-org.copyright {
	margin:0 auto;
	color:#fff;
	padding: 20px 0;
}
.footer-left, .footer-right {display:none;}
.footer-center {
	width:100%;
	padding:0;
}
#custom_html-2 {margin-bottom:-18px;}
/*フッター▲*/

/*サービスページ▼*/
.service_flex {
	display: flex;
	flex-direction: row;
}
img.service_icon {
	width: 20%;
	margin-right: 20px;
}
.service_midashi {
	margin-bottom: 15px;
	font-size: 30px;
	display:inline-block;
	background:linear-gradient(to right, #e60012, #310304);
	background: -webkit-linear-gradient(to right, #e60012, #310304);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service_txt {text-align:justify;}
/*サービスページ▲*/

/*サービス詳しくページ▼*/
.flow_txt {
	text-align:center;
	line-height: 1.3;
	font-size: 22px;
	margin: 20px 0;
}
.flow_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.flow_flex2 {
	margin-left:20px;
	text-align: justify;
}
.flow_icon1 {width:15%;}
.flow_txt2 {
	line-height: 1.3;
	font-size: 22px;
	margin: 20px 0;
}
.flow_bold {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: -15px;
	display: block;
}
a.flow_rsa_tel {
	display:block;
	text-align:center;
}
.flow_rsa_tel img {width:50%;}
.flow_area1 {
	position:relative;
	padding:50px 0 0 0;
	background:#fff;
}
.flow_area1::after {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	display: inline-block;
	content: '';
	transform: translateX(-50%);
	border-top: 20px solid #fff;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}
.bottom_triangle1 {background:#fff;}
.bottom_triangle2 {background:#FCE4DF;}
.flow_area2 {
	position:relative;
	padding:50px 0 20px 0;
}
.flow_area2::after {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	display: inline-block;
	content: '';
	transform: translateX(-50%);
	border-top: 20px solid #FCE4DF;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}
.flow_area3 {
	position:relative;
	padding:50px 0 20px 0;
}
.flow_area3::after {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	display: inline-block;
	content: '';
	transform: translateX(-50%);
	border-top: 20px solid #fff;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}
/*サービス詳しくページ▲*/
/*JAF▼*/
.uservoice {
	display:flex;
}
.uservoiceimg {width:33%;}
.Qa-Box {
  width: 80%;
  margin: 0;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}
/*JAF▲*/

/*料金ページ▼*/
table:not(.has-border-color) :where(th, td) {border: 0px solid #fff;}
.price_flex {
	display: flex;
	align-items: flex-end;
}
.price_flex img {width:15%;}
.price_midashi {
	font-size: 30px;
	display:inline-block;
	background:linear-gradient(to right, #e60012, #310304);
	background: -webkit-linear-gradient(to right, #e60012, #310304);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.price_midashi2 {font-size:16px;}
.price_flex2 {
	display: flex;
	align-items: center;
}
.price_flex2 img {width:15%;}
.price_midashi3 {
	margin-top:20px;
	font-size: 30px;
	display:inline-block;
	background:linear-gradient(to right, #e60012, #310304);
	background: -webkit-linear-gradient(to right, #e60012, #310304);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table {
	border-collapse: collapse;
	margin-bottom:0px!important;
}
.tr2, .tr3 {border-bottom:1px solid #3e3a39;}
table td {
	border: 0px;
	padding:2px 1px;
	text-align:center;
}
table tr:nth-of-type(2n+1) {background:#fff;}
.koumoku1 {
	width:50%;
	background:#3e3a39;
}
.koumoku2 {
	color:#fff;
	background:#3e3a39;
}
.price_kome {
	text-align: end;
	font-size: 15px;
}

.credit_icon {
	display:block;
	width:70%;
	margin:50px auto 0 auto;
}
/*料金ページ▲*/

/*事例ページ▼*/
.case_kobetu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_kobetu a {
	width:47%;
	margin-bottom:50px;
}
.case_title {
	font-size: 22px;
	font-weight: bold;
	color: #3e3a39;
}
.case_title:hover, .case_txt:hover {color:#bc0c16;}
.case_txt {
	display:block;
	font-size:16px;
	color:#3e3a39;
	text-align:justify;
	line-height:1.7;
}
/*事例shingleページ▼*/
.case_hontai {
	width: 800px;
	margin: 50px auto;
}
.case_photo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.case_photo1, .case_photo2 {width:49%;}
.case_photo1 img, ..case_photo2 img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.case_single_title {
	font-size: 22px;
	font-weight: bold;
	color: #3e3a39;
	margin:5px 0;
}
.case_single_txt {
	display:block;
	font-size:16px;
	color:#3e3a39;
	text-align:justify;
	line-height:1.7;
}
.toukou_okuri {
	text-align:center;
	margin:50px 20px;
}
.toukou_okuri a {color:#3e3a39;}
.toukou_okuri a:hover {color:#bc0c16;}
/*事例shingleページ▲*/
/*事例ページ▲*/

/*会社案内ページ▼*/
.ab_tr {border-bottom:1px solid #3e3a39;}
.ab_td_left {
	text-align:right;
	padding-right: 3em;
	width:35%;
}
.ab_td_right {
	text-align:left;
	padding: 10px 0px;
}
/*会社案内ページ▲*/

/*ハンバーガーメニュー▼*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 10;
  right : 10px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -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 : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	background-color:#fff;
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	background-color:#fff;
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: #ffffff00;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	height: 100%;
}
nav.globalMenuSp ul {
  background: rgba(0,0,0,0.7);;
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
	height: 100%;
	padding-left: 0;
	padding-right:0;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
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;
	text-align: left;
	margin: 0 auto;
    width: 25%;;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*ハンバーガー▲*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.hamburger {
		display : block;}
	.main-menu {display:none;}
	/*ヘッダー▼*/
	.original_header {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		flex-direction: column;
	}
	.header_img {
		width: 200px;
    display: block;
    margin: 0 auto;
		margin-top:20px;
	}
	.h_tel {display:none;}
	/*ヘッダー▲*/
	
	/*スライダー▼*/
	.top_slider {display:none;}
	.top_slider_sp {
		display:block;
		margin-top:15px;
	}
	/*スライダー▲*/
	
	/*TOPページ▼*/
	h1.midasni {font-size:18px;}
	.top_txt {font-size:15px;}
	.shiharaihouhou {
		font-size:18px;
		margin: 0 auto;
	}
	.kuwashiku {margin: 20px 0 40px 0;}
	.top_credit_ok {
		font-size:20px;
		text-align:center;
		line-height: 1.5;
		margin: 10px 0;
	}
	.area_flex {
		display: flex;
    flex-direction: row;
    align-items: flex-start;
	}
	.area_txt {
		font-size:18px;
		line-height:1.5;
	}
	.area_txt2 {font-size:15px;}
	.area, .area_kome {width:167%;}
	.area_info {font-size:15px;}
	.area_kome {font-size:12px;}
	/*TOPページ▲*/
	
	/*サービスページ▼*/
	.service_flex {
		display: flex;
    flex-direction: row;
    align-items: flex-start;
	}
	.service_midashi {font-size:24px;}
	/*サービスページ▲*/
	
	/*詳しくページ▼*/
	.flow_txt, .flow_txt2 {font-size:15px;}
	img.flow_img {margin-bottom:20px;}
	.flow_flex {
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
	}
	.flow_icon1, .flow_icon2, .flow_icon3 {width:25%;}
	.flow_bold {font-size:19px;}
	.flow_rsa_tel img {width:80%;}
	/*詳しくページ▲*/
	/*フルフラット・廃車・JAF▼*/
	.page-container {width:90%;}
	.gaiyou_txt {font-size:18px;}
	.fullflat_flex {
		flex-direction: column;
		justify-content: flex-start;
		height:100vh;
	}
	.fullflat_l {
		width:auto;
		height:50vh;
	}
	.fullflatsankaku {
		width:100vw;
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}
	.fullflatttl {
		margin-left:5%;
		width:auto;
	}
	.koumoku_midashi {font-size:20px;}
	.fullflattxtbox {
		width:auto;
		margin-left:5%;
	}
	.fullflattxt {font-size:15px;}
	.fullflat_r {
		width:auto;
		position:relative;
	}
	
	.fullflat_flex2 {
		flex-direction: column-reverse;
		height:100vh;
	}
	.fullflatsankaku2 {
		width:100vw;
	}
	.fullflatttl2 {
		margin-left:5%;
		width:auto;
	}
	.fullflattxtbox2 {
		width:90%;
		margin-right:0;
		margin-left:5%;
		margin-right:5%;
	}
	.uservoiceimg {width:50%;}
	/*フルフラット・廃車・JAF▲*/
	/*料金ページ▼*/
	.price_midashi {font-size:20px;}
	.price_midashi3 {
		font-size:20px;
		margin-top: 10px;
	}
	.koumoku1 {width:35%;}
	.koumoku3 {line-height: 1.5;}
	.price_kome {font-size:12px;}
	/*料金ページ▲*/
	
	/*事例ページ▼*/
	.case_kobetu {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.case_kobetu a {
		width:100%;
	}
	/*事例ページ▲*/
	
	/*フッター▼*/
	.copyright {font-size:10px;}
	/*フッター▲*/
	nav.globalMenuSp ul li a {
		width: 65%;
		font-size:18px;
	}
}
