/*
Theme Name: Le Perc
Version: 1.0
*/

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  color: #4169e1;
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #191970;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5em;
}

textarea {
  width: 100%;
  overflow: auto;
}

pre,
code {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin: 1.5em 0;
}

html,body {
  overflow-x: hidden;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a:hover{
	opacity: 0.6;
}
.sp{
	display: none;
}

/* ヘッダー */
.header-inner{
	height: 85px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
}

.site-logo img{
	height: 40px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.header-buttons{
	display: flex;
	gap: 10px;
}
.header-buttons a{
	color: #fff;
	text-decoration: none;
}
.btn-lp a,
.btn-contact a {
	height: 60px; 
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.btn-lp,
.btn-contact {
	text-align: center;
	line-height: 1.2;
	padding:  5px 20px;
	width: 220px;
}
.btn-lp{
	background-color: #49A3E0;
	border-radius: 5px;
}
.btn-lp img{
	width: 30px;
	display: block;
	margin: 0 auto;
}
.btn-contact{
	background-color: #EC8F34;
	border-radius: 5px;    
}
.btn-contact img{
	width: 20px;
	display: block;
	margin: 0 auto;
}

.btn-contact a{
	display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;   
	gap: 5px
}

/* パンくず */
.breadcrumb{
	background-color: #0061AF;
	color: #fff;
	font-size: 16px;
	padding: 5px 20px;
}
.breadcrumb a{
	color: #fff;
}

.site-title{
	background-color: #E5F0F8;
}
.site-title h1{
	text-align: center;
	color: #005bab;
	font-size: 2rem;
	font-weight: 700;
	background-color: #fff;
	margin: 0 20px;
	padding: 30px 10px;
	border-radius: 0 0 20px 20px;
	line-height: 1.3;
}
.site-title h1 span{
	display: inline-block;
	border-top: 2px solid #005bab;
  border-bottom: 2px solid #005bab;
  padding: 5px 0;  
}

/* コラム一覧 */
/* おすすめ記事 */
.recommend-articles{
	background-color: #E5F0F8;
	padding: 30px 20px 10px;
	margin-bottom: 200px;
	position: relative;
}
.recommend-wrapper{
	display: flex;
	gap: 20px;
}
.section-title{
	text-align: center;
	margin: 30px 0;
}
.section-title .ja {
	display: inline-block;
	font-size: 36px;
	font-weight: 900;
	color: #1a1313;
	position: relative;
	line-height: 1.2;
}
.section-title .ja::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #005bab;
	margin-top: 5px;
}
.section-title .en {
	display: block;
	font-size: 20px;
	color: #005bab;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.recommend-item{
	flex: 1;
	max-width: calc((100% - 40px) / 3);
	background-color: #fff;
	box-shadow: 2px 2px 4px gray;
}
.recommend-item img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.recommend-body{
	padding: 10px;
}
.post-cat{
	background-color: #49A3E0
}
.post-cat a{
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.recommend-item h3{
	margin: 10px 0;
}
.recommend-item h3 a{
	color: inherit;
	text-decoration: none;
}
.post-tags a{
	color: inherit;
	text-decoration: none
}
.wave-wrapper{
	position: relative;
	width: 100vw;
	margin-left: -20px
}
.wave-wrapper::after{
	content: '';
  display: inline-block;
  width: 15em;
  height: 15em;
  background-image: url('/column/wp-content/themes/le-perc/assets/images/parking-illust.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
	right: 4rem;
	bottom: -14rem
}

.wave-bottom {
  position: absolute;
  height: 100px;
  width: 100%;
  background: #E5F0F8;
	left: 0;
  bottom: -100px;
}
.wave-bottom::before, .wave-bottom::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave-bottom::before {
  width: 55%;
  height: 100%;
  background-color: #E5F0F8;
  right: -1.5%;
  top: 40%;
}
.wave-bottom::after {
  width: 55%;
  height: 109%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}

/* フッター上CTA */
.section-with-wave{
	position: relative;
	margin-top: 170px;
}
.cta-section {
	background: #F0F0F0;
	position: relative;
	padding: 50px 20px 40px;
	text-align: center;
	overflow: hidden;
}
.wave-top {
  position: absolute;
  height: 150px;
  width: 100%;
  background: #fff;
  bottom: 0;
}

.wave-top::before, .wave-top::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave-top::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: 40%;
	z-index: 1;
}
.wave-top::after {
  width: 55%;
  height: 109%;
  background-color: #F0F0F0;
  left: -1.5%;
  top: 60%;
}

.cta-lead {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cta-title {
	font-size: 28px;
	font-weight: 900;
	font-family: "Noto Sans JP";
	margin: 0 0 30px;
}

.cta-title span {
	border-bottom: 3px solid #0061AF;
}

.cta-points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 35px;
}

.cta-points .point {
	background: #fff;
	padding: 5px 35px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	line-height: 1.4;
	min-width: 120px;
}

.cta-points .point strong {
	display: block;
	color: #EC8F34;
	font-size: 16px;
	
}

.cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.btn.red {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}
.btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-upper,
.btn-lower {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2em 0;
}
.btn-upper img,
.btn-lower img {
  margin-right: 0.5em;
  max-height: 1.5em;
}
.btn-upper img{
	width: 15px;
}
.btn-text {
  font-weight: bold;
  font-size: 14px;
}
.btn-number {
  font-size: 1.5rem;
  font-weight: bold;
}
.btn.orange {
  display: flex;
  align-items: center; 
  justify-content: center;
  background-color: #f7941d; 
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  gap: 2.5em;      
}

.btn.orange img {
  display: inline-block;
  height: 1.5em; 
  vertical-align: middle;
}

.btn.orange .btn-text {
  font-size: 1.1rem;
}

/* フッター */
.site-footer{
	width: 100%;
	background-color: #0060AE;
}
.footer-inner{
	padding: 30px;
}
.footer-logo{
	text-align: center;
}
.footer-logo img{
	height: 40px;
	margin-bottom: 20px;
}
.footer-nav a{
	color: #fff;
	text-decoration: none;
}
.footer-nav ul{
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav li{
	margin: 0 30px
}

/* 追従バナー */
#side_tel {
  background: rgba(0, 104, 178, 0.9);
  bottom: 10px;
  display: block;
  padding: 14px;
  position: fixed;
  right: 10px;
  width: 300px;
  z-index: 10000;
}

#side_tel.is-none {
  display: none !important;
}

#side_tel h3 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
	margin-top: 0;
  margin-bottom: 14px;
  text-align: center;
}
#side_tel h3 span{
	font-size: 10px!important;
	display: inline-block;
	line-height: 1.5;
	padding-top: 5px;
}


#side_tel .side_tel_Inner {
  background: #ffffff;
  padding: 0 14px;
}

#side_tel .side_tel_Inner a {
  color: #121212;
  display: block;
  padding: 14px 0;
	margin: 0;
  text-decoration: none;
  width: 100%;
}

#side_tel .side_tel_Inner a:first-child {
  border-bottom: 1px dashed #bdbdbd;
}

#side_tel .side_tel_Inner a p {
  font-size: 14px!important;
	margin-bottom: 0!important;
	color: #121212;
}

#side_tel .side_tel_Inner a p::before {
  border-color: transparent transparent transparent #fedd11;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}

#side_tel .side_tel_Inner a h4 {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.1rem;
  line-height: 1;
	margin: 0;
}

#side_tel .side_tel_Inner a h4:before {
  background-image: url(/column/wp-content/themes/le-perc/assets/images/free1.gif);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  width: 35px;
}

/* HOMEメイン */
.site-main{
	max-width: 768px;
	margin: 0 auto;
}

.taxonomy-links {
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.taxonomy-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 20px;
	justify-content: center;
	box-sizing: border-box;
}

.tax-btn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #ccc;
	background: #fff;
	color: #706F70;
	min-width: 100px;
  white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.tax-btn:hover {
	background-color: #005bab;
	color: #fff;
	border-color: #005bab;
	opacity: 1;
}

.post-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	padding: 20px;
}
.post-item {
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
background-color: #F3F8FC;
}

.post-thumb img{
	width: 100%;
	height: auto;
	object-fit: cover; 
}
.post-body{
	padding: 10px;
	background-color: #F3F8FC
}

.post-body h3{
	margin:  10px 0;
}
.post-body h3 a{
	color: inherit;
	text-decoration: none;
}

.btn-column-list{
	text-align: center;
	margin: 50px;
}
.btn-column-list a{
	position: relative;
	background-color: #49A3E0;
	color: #fff;
	padding: 20px 90px;
	text-decoration: none;
	border-radius: 50px;
}
.btn-column-list a:after{
	content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('/column/wp-content/themes/le-perc/assets/images/ico_arrow_w.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
	right: 20px;
}

/* カテゴリーページ */
.category-hero-inner {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-hero-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); 
  z-index: 1;
}

.category-hero-inner h2 {
  color: #000;
  font-size: 2rem;
	text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
	z-index: 2;
}

.main-list{
	max-width: 768px;
	margin: 0 auto;
}
.post-list-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 20px;
}
.post-list-3 .post-cat{
	display: inline-block;
}


/* ページネーション */
.pagination-wrap {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 40px;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
  background: #f3f3f3;
  border-right: 1px solid #fff;
	margin: 2px;
}

.pagination li:last-child {
  border-right: none;
}

.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  line-height: 40px;
}

.pagination .current {
  background-color: #0067c0;
  color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.pagination li a:hover {
  background-color: #ddd;
}
.taxonomy-links.bg-gray{
	background-color: #F0F0F0;
	max-width: 100vw;
	width: 100%;
}
.taxonomy-links-wrapper{
	max-width: 768px;
	padding: 0 10px;
	margin: 0 auto;
}
.taxonomy-links-wrapper h3{
	color: #706F70;
	margin-bottom: 20px;
}

/* 記事詳細 */
.eyecatch{
	max-width: 972px;
	width: 100%;
	margin: 0 auto;
}
.eyecatch img{
	max-width: 972px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.post-content{
	margin-top: 50px;
	padding: 0 10px;
}
.post-content p{
	font-size: 1rem;
}

.single-column{
	max-width: 972px;
	width: 100%;
	margin: 0 auto;
}
.post-title{
	border-left: 7px solid #0061AF;
	padding-left: 10px;
	margin: 10px 10px 40px 10px;
	font-size: 2rem;
	font-weight: bold;
}
.post-content h2{
	background-color: #0061AF;
	padding: 15px;
	margin: 50px 0 20px;
	color: #fff;
	font-size: 1.5rem;
}
.post-content h3{
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid #0061AF;
	font-size: 1.3rem;
}
.post-content h4{
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0061AF;
	font-size: 1.3rem;
}

#toc_container{
	margin: 0 auto;
}

#toc_container{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
}
.post-content p{
	font-size: 1.1rem;
	line-height: 2;
}
#toc_container li{
	padding-left: 1rem;
}
#toc_container li::before{
	display: none;
}
.eyecatch{
	max-width: 600px;
}
.post-content img{
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.post-content li{
	list-style: none;
	padding-left: 1rem;
    text-indent: -1rem;
	font-size: 1.1rem;
}
.post-content li::before{
	border-color: transparent transparent transparent #009ffa;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 8px;
    width: 0;
}
.post-content table{
	border-collapse:collapse;
}
.post-content thead{
	background-color: #f9f9f9
}
.post-content th,.post-content td{
	border: 1px solid #dfdfdf;
    padding: 1.5rem;
    text-align: left;
    vertical-align: middle;
}
.post-content th{
	background: #f6f6f6;
    font-weight: bold;
    text-align: left;
}

.cta-button{
	text-align: center;
	margin: 50px auto;
	width: 300px;
	position: relative;
}
.cta-button a{
	background-color: #49A3E0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
	padding: 20px 60px;
}
.cta-button a:after{
	content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('/column/wp-content/themes/le-perc/assets/images/ico_arrow_w.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
	right: 20px;
}
.related-posts{
	position: relative;
	max-width: 768px;
	padding: 10px;
	margin: 0 auto;
	z-index: 1;
}
.related-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; 
}

.related-posts-grid > * {
  width: calc(33.333% - 16px);
  box-sizing: border-box;
}

.related-posts-grid .post-cat{
	display: inline-block;
}

body.single .section-with-wave {
    position: relative;
    margin-top: 50px;
}

#primary.site-main{
	padding: 10px;
	}

.sp-only{
	display: none;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	.footer-nav li {
		margin: 0 10px
	}
}
@media screen and (max-width: 767px) {
	.sp-only{
		display: block;
	}
	.site-logo img{
		width: 300px;
		height: auto;
	}
	.header-buttons{
		width: 250px;
		gap: 0;
		justify-content: flex-end;
	}
	.btn-lp{
		display: none;
	}
	.btn-contact{
		border-radius: 0;
		height: 85px;
		width: 100px;
		padding: 15px 0;
		margin-right: -10px;
	}
	
	.recommend-wrapper{
		flex-direction: column;
	}
	.recommend-item{
		max-width: 100%;
	}
	
	.wave-wrapper{
		margin-left: 0;
	}
	.wave-wrapper::after{
		top: 0;
		right: 0;
		width: 200px;
	}
	
.post-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 20px;
}
	.btn-column-list{
		margin: 50px 0;
	}
.section-with-wave {
    position: relative;
    margin-top: 120px;
}
	.wave-top{
		height: 100px
	}
	
	.cta-points .point{
		width: 140px;
	}
	.button-wrapper a{
		width: 300px;
		height: 80px
	}
	.footer-inner {
  text-align: center;
}
	.footer-logo{
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}
	
	.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;  
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav li {
  white-space: nowrap;
}
	
	.category-hero-inner{
		height: 200px;
	}
	
	.post-list-3{
		display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
	}
	
	.eyecatch img{
		height: 100%;
	}
	
	.post-title{
		font-size: 1.6rem;
	}
	
	.post-content h3{
		font-size: 1.5rem
	}
	
	.post-content h4{
		font-size: 1.3rem
	}
	
	.post-content h5{
		font-size: 1.2rem
	}
	
	
	.taxonomy-row {
		margin-bottom: 10px;
	}
	.related-posts-grid{
		flex-direction: column;
	}
	.related-posts-grid .post-item{
		width: 100%;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none!important;
	}
	.recommend-articles{
		padding: 0 0 10px;
	}
	.recommend-articles h2{
		margin-top: 0;
		padding-top: 20px;
	}
	
	.recommend-swiper .swiper-pagination{
		margin: 0 0 -30px
	}
	.recommend-item img{
		width: 100%;
		height: auto;
	}
}

/* 追従バナー */
#footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0061AF;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 9999;
}
.banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
}
.banner-text {
  font-size: 18px;
  font-weight: 600;
	margin: 0;
}
.banner-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-phone {
  font-size: 24px;
  font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}
.banner-phone img{
	width:40px;
}
.banner-btn {
  background: #EC8F34;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.banner-phone:hover, .banner-btn:hover {
  opacity: 0.8;
	color: #fff;
}

@media screen and (max-width: 900px) {
	.banner-inner{
		display: block;
		text-align: center;
	}
	.banner-contact{
		display: flex;
		justify-content: center;
		margin-top: 5px;
	}
}
@media screen and (max-width: 500px) {
	.banner-inner{
		font-size: 0px
	}
	.banner-inner p{
		font-size: 0.7rem;
	}
	.banner-inner a{
		font-size: 16px
	}
	.banner-phone{
		font-size: 20px!important;
		
	}
	.banner-btn{
		padding: 5px 10px;
	}
	.site-title h1{
	font-size: 1.5rem;
}
	.section-title .ja{
	font-size: 1.4rem;
	}
}