@charset "UTF-8";
/* CSS Document */
/*
Theme Name:シャレビト
*/

div.wpcf7 .wpcf7-spinner {
    display: block;
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-shop"] { /* メール入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
 width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 100%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color: #2B2B2B;
}

storng{
	font-weight: bold;
}

a{
	color: #000;
}

a:hover{
	color: #2E8577;
}

a:hover img{
	opacity: 0.5; /* 透明度を設定 */
  -moz-opacity: 0.5; /* Firefoxの旧仕様をサポート */
  filter: alpha(opacity=50); /* IE用 */
}

.row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

header .nav-link{
	font-weight: bold;
}

header .nav-link:hover{
	color: #2E8577;
}

header .breadcrumbs-wrap{
	padding: 5px 0px;
	text-align: left;
	font-size: 14px;
	
}

a.btn{
	display: inline-block;
	padding: 25px 0;
	width: 300px;
	border: 1px #1893C9 solid;
	text-align: center;
	background: #1893C9;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

a.btn:hover{
	background: #FFFFFF;
	color: #1893C9;border: 1px #1893C9 solid;
}

.flow-section a.btn{
	padding: 15px 0;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}

/*  トップページ　　*/

.lj-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1,1,1,.5);
}

.main-visual{
	text-align:center;
	background:url("../img/main.png") center center no-repeat fixed;
	background-size:cover;
	height: 100%;
    min-height: 800px;
	position:relative;
	z-index:1;
	color:#fff;
}

@media (max-width: 768px) {
  .main-visual {
    background-attachment: scroll;
	  height: 500px;
	  min-height: auto;
  }
}

.main-visual .container{
	z-index:3;
}

.main-visual a{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

.main-visual a:hover{
	color:#4657B1;
}

.main-visual .container .catch{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:100%;
}

.main-visual .container .catch h1{
	font-size:36px;
	line-height:50px;
	letter-spacing:2px;
	font-family: "Mplus 1p";
	font-weight: 700;
}

.main-visual .container .catch h1 span{
	display: block;
	font-size: 16px;
}

.main-visual .container .catch h1 strong{
	font-size:50px;
	line-height:80px;
}

.main-visual .container .catch li{
	display:inline-block;
}

h2 {
  	position: relative;
  	display: inline-block;
  	padding-bottom: 0.3em;
  	font-weight: bold;
 	color: #1893C9;
	margin-bottom: 20px;
}

h2::after {
  	content: "";
  	position: absolute;
  	left: 50%;
  	bottom: 0;
  	transform: translateX(-50%);
  	width: 80px; /* 線の長さを調整 */
  	height: 3px; /* 線の太さ */
  	background-color: #1893C9; /* 好きな色に変更可 */
  	border-radius: 2px;
}

.about{
	background-color: rgb(248 249 250);
	text-align: center;
	padding: 50px 0;
}

.about h3{
	color: #313131;
	font-weight: bold;
}

.about .sp{
	display: none;
}

@media only screen and (max-width: 992px) {
	.about-txt{
		text-align: left;
	}
	
	.pc{
		display: none;
	}
	
	.about .sp{
		display:block;
	}
}

.strong{
	text-align: center;
	padding: 50px 0;
}

.strong h3{
	color: #1893C9;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.push{
	background-color: rgb(248 249 250);
	text-align: center;
	padding: 50px 0;
}

.push dl,.faq dl{
	background: #ffffff;
	border-radius: 10px;
	padding: 15px 50px;
	text-align: left;
	margin-bottom: 20px;
}

.push dl dt,.faq dl dt{
	border-radius: 10px;
	font-size: 20px;
	margin-bottom: 5px;
}

.videoimage .video-text{
	text-align: left;
}

.videoimage .video-text ul{
	list-style: none;
	padding: 0;
}

.plan{
	background-color: rgb(248 249 250);
	text-align: center;
	padding: 50px 0;
}

.plan .card{
	background: #ffffff;
	padding: 20px;
}

@media only screen and (max-width: 992px) {
	.row .col-lg-4:nth-child(-n+2) .card {
	  margin-bottom: 20px;
	}
}

.plan .card .content{
	margin: 5px 0;
}

.plan .card .price{
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	color: #1893C9;
}

.plan ul{
	margin-top: 20px;
	text-align: left;
	list-style: none;
	padding: 0;
}

.flow-section ol {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  max-width: 600px;
  margin: 0 auto;
}

.flow-section li {
  position: relative;
  padding-left: 3em;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
	text-align: left;
	background-color: rgb(248 249 250);
	padding: 15px 10px 15px 60px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
}

.flow-section li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: #188FC1; /* キャリミナブルー */
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
}

.flow-section li span{
	font-size: 14px;
	font-weight: 100;
	display: block;
}

.faq{
	background-color: rgb(248 249 250);
	text-align: center;
	padding: 50px 0;
}


.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.instagram-embed-wrapper {
  width: 100%;
  max-width: 400px; /* 好きな幅に */
  margin: 0 auto;
}

.instagram-embed-wrapper iframe {
  width: 100% !important;
  height: 700px !important; /* ←縦の高さを十分に取るのがポイント */
}




footer{
	padding: 50px 0 0;
	border-top: 1px solid #D9D9D9;
}

footer .footer_link ul{
	padding: 0;
	margin: 0;
}

footer .footer_link li{
	display: inline-block;
	padding: 5px;
}

footer .copy{
	margin-top: 50px;
	border-top: 1px solid #D9D9D9;
	padding: 20px 0;
}

footer .copy p{
	margin: 0;
}