@charset "utf-8";
/*
Theme Name: LittlePANDA
*/
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
    font-family: "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  

  a {
    color: #333;
    text-decoration: none;
    outline: none;
  }

  img {
    width: 100%;
    height: auto;
  }

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: none;
    color: #000000;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #333;
    white-space: nowrap;
    display: flex;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1 {
    text-transform: none;
    font-size: 1.5rem;
    position: absolute;
    top: 40%;
    left: 10px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #000000;
  }
  
  @media screen and (max-width: 550px) {
    h1 {
      font-size: 1.2rem;
      top: 32%;
    }
  }
  


h1 a{
    color:#000000;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
  }
  
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2rem;
    }
  }
  

/* lead */
.top-lead {
    position: fixed;
    bottom: 10%;
    left: 5%;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    background: rgba(51, 51, 51, 0.7); /* 半透明の背景色 */
    padding: 10px 15px; /* 背景の周りにパディングを追加 */
    border-radius: 5px; /* 角を丸くする */
    color: #fff; /* フォントの色を白に変更 */
}

.top-lead span.bgLRextend::before {
    background: #333;
}

@media screen and (max-width: 550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}


/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* vision */

#vision {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    #vision {
        margin: 0 0 50px 0;
    }
}

#vision .img {
    width: 40%;
    min-height: 590px;
    background: url("<?php echo get_template_directory_uri(); ?>/img/hanbai1.jpg") no-repeat center;
    background-size: cover;
}

#vision .content {
    width: 50%;
    text-align: left;  /* 左揃えに変更 */
}

@media screen and (max-width: 768px) {
    #vision .img {
        width: 100%;
        min-height:  300px;
        margin: 0 0 50px 0;
    }

    #vision .content {
        width: 100%;
        text-align: left;  /* 左揃えに変更 */
    }
}

#vision h2 {
    color: #000000;
    margin: 0 0 30px 0;
}

#vision p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead {
    position: relative;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width: 768px) {
    #vision .vision-lead {
        font-size: 1rem;
    }
}

#vision .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #000000;
    width: 12em;
    height: 3px;
}

/* seibi */

#seibi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    #seibi {
        margin: 0 0 50px 0;
    }
}

#seibi .img {
    width: 40%;
    min-height: 590px;
    background: url("<?php echo get_template_directory_uri(); ?>/img/seibi1.jpg") no-repeat center;
    background-size: cover;
}

#seibi .content {
    width: 50%;
    text-align: left;  /* 左揃えに変更 */
}

@media screen and (max-width: 768px) {
    #seibi .img {
        width: 100%;
        min-height:  300px;
        margin: 0 0 50px 0;
    }

    #seibi .content {
        width: 100%;
        text-align: left;  /* 左揃えに変更 */
    }
}

#seibi h2 {
    color: #000000;
    margin: 0 0 30px 0;
}

#seibi p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#seibi .vision-lead {
    position: relative;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width: 768px) {
    #seibi .seibi-lead {
        font-size: 1rem;
    }
}

#seibi .seibi-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #000000;
    width: 12em;
    height: 3px;
}
/* yusou */

#yusou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    #yusou {
        margin: 0 0 50px 0;
    }
}

#yusou .img {
    width: 40%;
    min-height: 590px;
    background: url("<?php echo get_template_directory_uri(); ?>/img/hansou1.png") no-repeat center;
    background-size: cover;
}

#yusou .content {
    width: 50%;
    text-align: left;  /* 左揃えに変更 */
}

@media screen and (max-width: 768px) {
    #yusou .img {
        width: 100%;
        min-height:  300px;
        margin: 0 0 50px 0;
    }

    #yusou .content {
        width: 100%;
        text-align: left;  /* 左揃えに変更 */
    }
}

#yusou h2 {
    color: #000000;
    margin: 0 0 30px 0;
}

#yusou p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#yusou .yusou-lead {
    position: relative;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width: 768px) {
    #yusou .yusou-lead {
        font-size: 1rem;
    }
}

#yusou .yusou-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #000000;
    width: 12em;
    height: 3px;
}

/* bankin */

#bankin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    #bankin {
        margin: 0 0 50px 0;
    }
}

#bankin .img {
    width: 40%;
    min-height: 590px;
    background: url("<?php echo get_template_directory_uri(); ?>/img/bankin2.jpg") no-repeat center;
    background-size: cover;
}

#bankin .content {
    width: 50%;
    text-align: left;  /* 左揃えに変更 */
}

@media screen and (max-width: 768px) {
    #bankin .img {
        width: 100%;
        min-height:  300px;
        margin: 0 0 50px 0;
    }

    #bankin .content {
        width: 100%;
        text-align: left;  /* 左揃えに変更 */
    }
}

#bankin h2 {
    color: #000000;
    margin: 0 0 30px 0;
}

#bankin p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#bankin .bankin-lead {
    position: relative;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width: 768px) {
    #bankin .bankin-lead {
        font-size: 1rem;
    }
}

#bankin .bankin-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #000000;
    width: 12em;
    height: 3px;
}

/* kaigaiboueki */

#kaigaiboueki {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width: 768px) {
    #kaigaiboueki {
        margin: 0 0 50px 0;
    }
}

#kaigaiboueki .img {
    width: 40%;
    min-height: 590px;
    background: url("<?php echo get_template_directory_uri(); ?>/img/bankin2.jpg") no-repeat center;
    background-size: cover;
}

#kaigaiboueki .content {
    width: 50%;
    text-align: left;  /* 左揃えに変更 */
}

@media screen and (max-width: 768px) {
    #kaigaiboueki .img {
        width: 100%;
        min-height:  300px;
        margin: 0 0 50px 0;
    }

    #kaigaiboueki .content {
        width: 100%;
        text-align: left;  /* 左揃えに変更 */
    }
}

#kaigaiboueki h2 {
    color: #000000;
    margin: 0 0 30px 0;
}

#kaigaiboueki p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#kaigaiboueki .kaigaiboueki-lead {
    position: relative;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width: 768px) {
    #kaigaiboueki .kaigaiboueki-lead {
        font-size: 1rem;
    }
}

#kaigaiboueki .kaigaiboueki-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #000000;
    width: 12em;
    height: 3px;
}


/* service */

#service h2{
    text-align: left;
    margin:0 0 10px 0;
}

@media screen and (max-width:550px) {
#service h2{
    margin:0 0 10px 0;
    }
}

#service h2 span.bgLRextend::before{
    background:#333;
}


#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;   
}
   
}

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background:#f3f3f3;
    right:10%;
    top:20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#service .service-area .img{
    width:50%;
}

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service .service-area .content-area{
    padding:40px;   
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p{
     margin:0 0 30px 0;   
}

#service .btn{
    text-align: right;
}



/* about */

#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
    
}

#about h2{
    text-align: center;
    color:#000000;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

@media screen and (max-width:590px) {

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* faq */

#faq{
    margin:0 0 200px 0;
}

#faq h2{
    text-align: center;
    margin:0 0 100px 0;
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url("<?php echo get_template_directory_uri(); ?>/img/main_4.jpg") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

@media screen and (max-width:768px) {

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}

/* contact */

#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #000000;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}



/* footer */

#footer{
    padding: 100px 0;
    border-top:1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: none;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small{
     color:#888;
}

/*タイムライン*/

  /* タイムラインのスタイル */
.timeline01 {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  .mb-5 {
    margin-bottom: 5rem;
  }
  
  .timeline01 .list {
    padding-left: 2rem;
    padding-bottom: 2rem;
    counter-increment: section;
    position: relative;
  }
  
  .timeline01 .list:last-child {
    padding-bottom: 0.5rem;
  }
  
  .timeline01 .list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .timeline01 .list::after {
    content: counter(section, decimal-leading-zero);
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #000000;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -0.8rem;
  }
  
  .timeline01 .midashi {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  @media screen and (max-width: 768px) {
    .timeline01 {
      width: 80%;
    }
  }
  
  /* 既存のレイアウト用のスタイル */
  #main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  

  /* タイムラインのスタイル */
.timeline01 {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  .timeline01 .list {
    padding-left: 2rem;
    padding-bottom: 2rem;
    counter-increment: section;
    position: relative;
  }
  
  .timeline01 .list:last-child {
    padding-bottom: 0.5rem;
  }
  
  .timeline01 .list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .timeline01 .list::after {
    content: counter(section, decimal-leading-zero);
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #000000;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -0.8rem;
  }
  
  .timeline01 .midashi {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  @media screen and (max-width: 768px) {
    .timeline01 {
      width: 80%;
    }
  }
  
 /* テーブル02とテーブル03の共通スタイル */
.table02,
.table03 {
  max-width: 800px; /* 横幅を広げる */
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 50px;
  width: 100%; /* 親要素に対して100%の幅を確保 */
}

.table02 th,
.table02 td,
.table03 th,
.table03 td {
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.table02 th:last-child,
.table02 td:last-child,
.table03 th:last-child,
.table03 td:last-child {
  border-right: 0;
}

.table02 thead tr,
.table03 thead tr {
  background-color: #000;
  color: #fff;
}

.table02 thead th,
.table03 thead th {
  text-align: center;
}

.table02 tbody tr:last-child,
.table03 tbody tr:last-child {
  border: none;
}

.table02 tbody th,
.table03 tbody th {
  width: 25%; /* 同じカラム幅を設定 */
}

.table02 tbody tr:nth-child(2),
.table03 tbody tr:nth-child(2) {
  background-color: #fff;
}

.table02 tbody .price,
.table03 tbody .price {
  width: 25%; /* 同じカラム幅を設定 */
  font-weight: bold;
  text-align: right;
}

/* 横幅が広いPC向けに最大幅を広げる */
@media screen and (min-width: 1024px) {
  .table02,
  .table03 {
    max-width: 1000px; /* PCデザインでさらに横幅を広げる */
  }
}

/*Googleマップ*/
.map-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #ddd;
    margin-top: 20px;
    margin-bottom: 30px;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contact Form 7 用のスタイル */
#contact .form-list__input,
#contact .form-list__textarea {
    width: 100%;
    border: 1px solid #666;
    background: #fff;
    padding: 10px;
    font-size: 16px;
}

#contact .submit-btn {
    border: 2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    transition: all .3s;
    margin-top: 30px;
}

#contact .submit-btn:hover {
    background: #333;
    color: #fff;
}
