/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.33.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Lightning WordPress theme, Copyright (C) 2015-2025 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/

/*
ページごとにコメントで区切る
トップページ
ヘッダー
フッター
メイン
メーカーページ
会社概要
その他
・・・など
*/
* {
  
  font-style: normal;
}
.entry-body h2 {
  /* text-shadow: 0 1px 0 #ccc, 0 3px 0 #ccc, 0 4px 10px rgba(0, 0, 0, 0.2); */
  border-bottom: 2px solid #efefef;
  text-indent: 2.5rem;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 480px){
    margin-top: 20px;
    }
}
.entry-body h2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #5ab7b4;
  border-radius: 3.5px;
}

/*トップページ*/
.site-header-logo {
  padding-top: 0;
  margin-bottom: 0;
}

.site-header-logo a {
  color: #fff;
  /*padding: 5px 15px;
    background: #007bff;*/
}

.site-header-logo img {
  max-height: 100%;
  display: block;
  width: 100%; /* ※A */
  max-width: 200px; /* ※B */
  min-width: 150px; /* ※C */
}

.global-nav-list > li > ul.sub-menu {
  background-color: #fff;
}

.global-nav-list > li > ul.sub-menu a {
  color: #183A52;
}

/*フッター*/
.footer-float {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  background: #faf4ed;
  z-index: 10;
  /* border-top: 2px solid #183A52; */
  @media screen and (max-width: 480px){
    height: 6.5rem;
    width: 100vw;
  }
}
.footer-float-inner {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 5px;
  text-align: center;
}


.footer-float-contactus {
  width: 24%;
  @media screen and (max-width: 480px){
    width: auto;
  }
}

.footer-float-form1 {
  background-color: #183A52;
  border: solid 1px #FDD84C;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3rem;
  color: #ffffff;
  text-align: center;
  background-size: 11% auto;
  background-image: url(
  https://osakaecocute.com/wp-content/uploads/2024/10/form.png);
  background-repeat: no-repeat;
  background-position: 7% center;
  height: 3rem;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-left: 0rem;
  text-align: center;
  font-size: 80%;
  background-image: none;
  background-size: 0px auto;
  background-repeat: no-repeat;
  background-position: 0px center;
  @media screen and (max-width: 480px){
    line-height: 16px;
    line-height: 10px;
    height: 3rem;
    font-size: 82%;
  }
}

.footer-float-form1-1 {
  font-size: 85%;
  color: #ffff8e;
}

.footer-float-form1 a {
  color: #ffffff;
}
.footer-float-form1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-float-form2 {
  margin-right: 2px;
  line-height: 38px;
  height: 3rem;
  font-size: 0.9rem;
  background-color: #06C755;
  margin-left: auto;
  padding-top: 0.3rem;
  padding-left: 15%;
  text-align: center;
  background-image: url(https://osakaecocute.com/wp-content/uploads/linemk.png);
  background-size: 14% auto;
  background-repeat: no-repeat;
  background-position: 12% center;
  @media screen and (max-width: 480px){
    line-height: 29px;
    background-size: 17% auto;
    font-size: 90%;
  }
}
.footer-float-form2 a {
  color: #ffffff;
}
.footer-float-form2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-float-form3 {
  color: #fff;
  display: flex;
  height: 3rem;
  align-items: center;
  a {
    color: #fff;
  }
  @media screen and (max-width: 480px){
    line-height: 15px;
  }
}
.form3-flex  {
  padding-right: 10px;
  display: flex;
  @media screen and (max-width: 480px){
    padding-right: 5px;
    span::last-child {
      font-size: .8rem;
    }
  }
}
.form3-flex2 {
  border-right: 1.5px solid;
  padding-right: 10px;
}
.form3-flex3 {
  line-height: 19px;
  margin-left: 6px;
  padding-left: 30px;
  background-image: url(
    https://osakaecocute.com/wp-content/uploads/2024/10/tel-1.png);
  background-size: 14% auto;
  background-repeat: no-repeat;

@media screen and (max-width: 480px) {
  .time {
    font-size: 0.7rem;
  }
  p {
    line-height:13px ;
  }
}
}
.from3-flex3 > a:first-child {
  @media screen and (max-width: 480px) { 
    font-size: 0.9rem;
  }

}



.footer-float-form3 a {
  color: #183A52;
}
.footer-float-form3 a:hover {
  color: #4d5156;
  text-decoration: underline;
}
.footer-float-followus {
  display: flex;
  a {
    min-width: 130px;
  }
  .insta_image {
    @media screen and (max-width: 480px){
    img {
      max-height: 30px;
    }
  }
  }
}
.footer-float-form4 {
  background: #eb3774;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  font-size: 85%;
  background-image: url(https://osakaecocute.com/wp-content/uploads/instagram2.png);
  background-size: 11% auto;
  background-repeat: no-repeat;
  background-position: 7% center;
}

/*その他*/
.site-footer-copyright p:nth-child(2) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.message_flex {
  width: 30vw;
  background: #13c3ac;
  display: flex;
  justify-content: space-evenly;
  p{
    line-height: 35px;
  }
  @media screen and (max-width: 480px) {
    width: 40vw;
    justify-content: space-around;
    display: flex;
    p {
      line-height: auto;
    }
}
}
  .footer-float-inner {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: space-around;
    }
  @media screen and (max-width: 480px){
    
  .footer-float-contactus {
    width: 30vw;
  }


  .footer-float-form1-1 {
    font-size: 90%;
  }

  .footer-float-form3-1 {
    font-size: 140%;
    @media screen and (max-width: 480px) {
      font-size: 1rem;
  line-height: auto;
    }
  }
  
  .page_top_btn {
    bottom: 10%;
  }
}
.footer-float-logo {
  text-align: center;
  max-width: 1000px;
  padding-inline: 15% 5%;
@media screen and (max-width: 480px){
    /* display: none; */
    /* width: 0; */
    padding-inline: 0;
    display: block;
    margin: auto;
    width: 78px;
  }
}


/* reCHAPCHAマーク左へ */
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}
