@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

 .entry-title {
  display: none;
}
 * /

 /* グーグルマップ変更2022.9 */
.map{
display: flex;
justify-content:center;
}
.maps{
 vertical-align:top
 box-sizing: border-box;
 padding: 10px 10px; 
 width: 50%;
}
@media (max-width: 768px) {
  .map {
		flex-direction: column;}
	.maps{
		width:100%;
		}}
.twli{
	float: right
}
.g-map
{
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.g-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 70% !important;
}
 /* テーブル内フォント位置2024.2 */
.td-font-center{
    text-align: center		
}
 /*　h1 h2デザイン変更2024.3 */
h1 {
  position: relative;
  color: #002559;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}
.article h2{
  font-weight: bold;
  color: #002559;
  border: 3px solid #002559;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
}
.article h2::after {
  content: '';
  background-color: #002559;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-1deg);
}

/* ここまで */
/*footer add*/
.navi-footer-in>.menu-footer li {
    width: 140px;
}
/*/footer add*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
