@charset "utf-8";

/*
Theme Name: 第二光喜園（generation3）
Theme URI: 
Template: lightning
Description: 
Author: テクノミックス
Tags: 
Version: 0.1.2
*/

.site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* メニュー１行センター */

.site-header .site-header-container {
  display: grid;
  grid-template-areas: "header-logo" "global-nav";
  max-width: none;
  padding: 0px;
}

.site-header-logo {
  grid-area: header-logo;
}

.global-nav {
  grid-area: global-nav;
  width: 100%;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #00aaaa), color-stop(1, #008888));
  background: -o-linear-gradient(bottom, #00aaaa 0%, #008888 100%);
  background: -moz-linear-gradient(bottom, #00aaaa 0%, #008888 100%);
  background: -webkit-linear-gradient(bottom, #00aaaa 0%, #008888 100%);
  background: linear-gradient(to bottom, #00aaaa 0%, #008888 100%);
}

.global-nav-list>li .global-nav-name {
  font-size: 18px;
  font-weight: normal;
}


/* メニュー１行センター */

.site-header .site-header-logo img {
  margin: 0 auto;
  max-height: none;
}

.device-mobile .global-nav-list>li .global-nav-name {
  font-size: 1.5em;
}

.global-nav li {
  margin: 10px 0;
  border-left: 2px dotted #fff;
}

.global-nav li:last-child {
  border-right: 2px dotted #fff;
}

.nav li a {
  color: #fff;
}

.global-nav a:hover {
  background-color: #008888;
  background: linear-gradient(to bottom, #008888 0%, #00aaaa 100%);
}

.page-header,
.breadcrumb {
  display: none;
}

h2 {
  color: #333333;
  background-color: #eeeeee;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #dddddd));
  background: -o-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: -webkit-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #dddddd 100%);
  border-top: 7px solid #006666;
  margin: 1em 0px;
  padding: 5px 10px;
  line-height: 1.7;
}

h3 {
  padding: 10px;
  color: #333333;
  background-color: #eeeeee;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #dddddd));
  background: -o-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: -webkit-linear-gradient(bottom, #f8f8f8 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #dddddd 100%);
  border-left: 7px solid #006666;
  margin: 0.7em 0;
}

.site-footer {
  border-top: 10px solid #006666;
  background: #f9f9f9;
  ;
}

.site-footer-copyright {
  color: #fff;
  background-color: #066;
  padding: 1em 0px;
  max-width: 100%;
}

.site-footer-copyright p {
  font-size: 0.8em;
  font-weight: 100;
}

/* 20220927 追記　村上 */
footer .custom-html-widget p {
  font-size: 18px;
}

#nav_menu-2 ul li a {
  padding-left: 8px;
  background-image: url(https://koshin-kai.jp/kokien2/wp-content/uploads/2022/09/nav_icon_green.png);
  background-position: 0 18px;
  background-repeat: no-repeat;
  font-size: 18px;
  text-indent: 18px;
}


/* モバイルメニュー */

@media (min-width: 992px) {
  /* 992PX 以上 */
  .site-header--layout--nav-float .site-header-logo {
    margin: auto;
    margin-bottom: 1rem;
    width: auto;
  }
  .header_scrolled .site-header .global-nav {
    display: flex;
  }
  .site-body {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/* デバック用 クラスにlineで表示 */

.line {
  border: 1px solid #f00;
}