﻿
.flex-container{
justify-content: space-between;
    width: 100%;
display: flex;
    flex-wrap: wrap;
margin-bottom:0px;
}

.flex-container::after{
  content:"";
  display: block;
  width:30%;
}

.card-3 {
    width: 30%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #989898;
     margin: 0px; 
margin-bottom:50px;
}

ul.card_tag{
display: flex;
    margin-bottom: 20px;
}

ul.card_tag li{
    background: #ff4848;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 5px;
}

.card-text{
    font-size: 15px
}
.card-text span.fs12{
    font-size: 12px
}

.text__center{
    margin-bottom: 0;
}

.wrap__box-shadow-none a{
width:100%;
}

.wrap__campaign{
    margin-bottom: 50px;
    width: 100%;
}

.add_ttl{
    font-size: 30px;
    font-weight: bold;
    color: #ff4848;
    line-height: 1.5;
    margin-top: 30px;
}







.title__h2-header01 {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    margin: 50px auto 10px auto;
    color: #ff4848;
}
.title__h2-header01::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 80px 20px;
    border-color: transparent transparent #ff4848 transparent;
    position: absolute;
    z-index: -1;
    transform: rotate(140deg);
    top: -10px;
    left: 210px;
}
.title__h2-header01::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 80px 20px;
    border-color: transparent transparent #ff4848 transparent;
    position: absolute;
    z-index: -1;
    transform: rotate(-154deg);
    top: -5px;
    right: 210px;
}
.text__center {
    text-align: center;
}
.text__center.margin__mb-1 {
    margin-bottom: 50px;
}
.padding__pb-2{
    padding-bottom: 2em;
}
.width__50px {
    width: 50px;
}
.img__position-relative_01 {
    position: relative;
    width: 950px;
    height: 500px;
}
.img__position-relative_02 {
    position: relative;
    width: 30%;
}
.display__flex-wrap_01 {
    display: flex;
    justify-content: center;
}
.display__flex-wrap_01 li {
    padding-right: 15px;
}
.display__flex-wrap_01 li:last-child {
    padding-right: 0;
}
.img__position-absolute {
    position: absolute;
    top: 420px;
    right: 20%;
}
.span__badge-red {
    display: block;
    position: absolute;
    z-index: 1;
    padding: 3px 5px;
    background-color: #ff4848;
    color: #fff;
    border-radius: 5px;
    top: 8px;
    right: 8px;
}
.btn {
    padding: 0.5em 1em;
    color: #FFF;
    border-radius: 10px;
    background: #ff4848;
}
.btn span {
    display: block;
    font-size: .75em;
    font-weight: 100;
}
.wrap__youtube {
    background-color: #F8F6EE;
    padding: 0 12em 5em;
    text-align: center;
    border-radius: 15px;
width:100%;
margin-bottom:0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap__campaign ul li {
    font-size: 16px;
    padding-left: 2em;
    margin-bottom: 0.75em;
    background-image: url(https://www.kitamura.jp/campaign/images/circle-arrow-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: top left;
}
.wrap__box-shadow-none {
    box-shadow: none;
}
.search__map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.search__map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



@media (max-width: 767px){
.sp__margin__mb-2 {
    margin-bottom: 2em;
}
.title__h2-header01::before {
    border-width: 0px 0 40px 11px;
    top: 12px;
    left: 40px;
}
.title__h2-header01::after {
    border-width: 0px 0 40px 10px;
    top: 15px;
    right: 30px;
}
.img__position-relative_01 {
    position: relative;
    width: auto;
    height: auto;
}
.img__position-relative_02 {
    width: 93%;
}
.wrap__youtube {
    padding: 0;
    border-radius: 0;
}
.search__map{
    min-height:1150px;
}
span.br {
    display: block;
}
.pc {
display:none!important
}
.sp {
display:inherit!important
}
}


@media (max-width: 767px){
.flex-container{
display:block;
}
.card-3{
    width: 90%;
margin:0 auto 30px auto;
}
.title__h2-header01 {
background: none;
    color: #ff4848;
    font-size: 20px;
    margin: 30px auto 10px auto;
}
.title__h2-header01.only_sp{
    display: block;
    width: 90%;
}
.text__center.margin__mb-1{
margin-bottom:30px;
}
.title__h2-header01::before{
top: 25px;
}
.title__h2-header01::after{
top: 25px;
}
.title__h2-header01.add_margin{
padding:25px 20px;
}
.add_ttl{
    font-size: 20px;
margin-top:0;
}
.wrap__campaign{
width: 90%;
    margin: 0 auto 30px auto;
}
ul.card_tag{
    margin-bottom: 10px;
}
}