@charset "utf-8";

/*
Theme Name: lightning-child-download-wear
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/


/*　ヘッダー　*/

@media (min-width: 1200px) {
.addoncontainer{
    max-width: 1140px;
padding-top: 3px;
padding-bottom: 2px;
margin: 0 auto;
}}


.header-section{
border-bottom:solid 1px #eee;
}

.header-addon {
    color: #419625;
    text-align: right;
    padding-bottom: 0px;
padding-right: 10px;
}

.header-addon i {
    margin: 0 2px;
}


   
.section.page-header {
        background-color: #fff;
        color: #000;
    }

@media (min-width: 992px){
    .gMenu .sub-menu a {
       background: #fff;
       color: #000;
    }
    .gMenu .sub-menu a:hover {
       background: #fff;
       color: #fff;
    }
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .siteHeader_logo {
       width: auto;
       float: left;
    }
   
    .gMenu_outer {
        width: auto;
        float: right;
    }
   
    .siteHeader_logo img {
       margin: 0;
    }
    }

/* コンテンツ */
.wp-block-table { font-size:36px;line-height:30px; }

.archive-header_title {text-align:center;}
   
@media (min-width: 1200px) {
.mainSection-col-one{
    max-width:900px;
    margin: 0 auto;
    }
.wp-block-group__inner-container{
    max-width:900px !important;
    margin: 0 auto;
    }

    }

.carousel {
        border-bottom:none;
        }
       
.home .siteContent {
        padding-top:0 !important;
      padding-bottom:0;
        }
   


.page-header_pageTitle {
display:none;
}

.breadSection {
    border-bottom: none;
padding: 5px;
background-color: #eee
}


/*　フッター　*/

.siteFooter {
background-color: #eee;
border-top:none;
}

footer .copySection p:nth-child(2) {
    display:none !important;
    }

footer a {
color:#000;
}

/*　フォント　*/

body {
color: #444;
font-family: "Helvetica", "Arial", sans-serif;
font-size: 18px;
line-height: 1.6;
word-wrap: break-word;
}
body:lang(ja) {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 1.8;
}
::selection {
background-color: #def;
}
@media screen and (min-width: 782px) {
body {
font-size: 19px;
}
body:lang(ja) {
font-size: 16px;
}
}
@media screen and (min-width: 980px) {
body {
font-size: 20px;
}
body:lang(ja) {
font-size: 17px;
}
}

.wp-block-table td { font-size:16px;line-height:30px; }


/* リンク */
a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*　モバイルアーカイブ */
@media (max-width: 768px){
.media .postList_thumbnail {
width: 100%;
}
.media .postList_thumbnail{
padding-right:0;
}
.media .postList_thumbnail a {
position:relative;
height:50vw;
}
.media .postList_thumbnail a img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
}

/* プラグイン */
/*　WP Show Post　*/

.wp-show-posts-entry-header {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 767px) {
    .wp-show-posts-columns .wp-show-posts-single {
        display: block;
        width: 50%;
    }

    .wp-show-posts-columns {
        margin-left: -2em !important;
    }

    .wp-show-posts-inner {
        margin-left: 2em !important;
    }
}

.wpsp-load-more {
text-align: center;
}

.wpsp-load-more a:hover:not(.active)  {
background-color: #ddd;
}

.page-numbers {
font-size: 1.0em;
display: inline;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.page-numbers.current {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}



/*　Googleカレンダー レスポンシブ化　*/

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


/*　ページトップボタン　*/

.page_top_btn{
position:fixed;
right:2%;
bottom:3%;
z-index:99999;
width:45px;
height:45px;
color:transparent;
border-radius:50% !important;
background:#666666;
box-shadow:none;
background-size:50%;
background-repeat:no-repeat;
background-position:center;
opacity:0;
transition:opacity .3s}

/*　ContactForm7　*/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
input[type="checkbox"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1.0em;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.contact th {
    text-align: left;
    font-size: 14px;
    color: #444;
    width: 30%;
    background: #f7f7f7;
}
.contact td {
    font-size: 14px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.must {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    width: 350px;
    background: #2e6da4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #2e6da4;
    border: 1px solid #2e6da4
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

/*　fontawesomeソーシャルアイコンカラー　*/

.fa-twitter{color:#1da1f2;}
.fa-facebook-square{color:#3b5998;}
.fa-instagram{color:#e1306c;}
.fa-youtube{color:#ff0000;}
.fa-line{color:#00c300;}
