/*
Theme Name: stinger6child
Template: stinger6
*/
@import url('../stinger6/style.css');

/*--------------------------------
基本設定
---------------------------------*/

img[title="no image"] {
   display: none;
}

/* 横幅 */
#wrapper {
        max-width: 1080px;　　 /*横幅変更*/
}

/* メインカラムの丸角を解除 */
main {
	border-radius: 0px;
}

/* 基本の文字 */
p {
	font-size: 16px;
	letter-spacing: 1px;
}

.entry-title{
	font-family: serif;
}

/*** 記事内の見出し ***/
h2 {
        font-size: 26px;
        line-height: 36px;
        padding-top:20px;
        padding-bottom:20px;	
	background-color: #f6f6f6;
	border-radius: 6px;
}

h2:after {
  display:none ;
}

h2:before {
  display:none ;
}

.homemenuFlex{
	width: 100%;
	background-color: #ffffffad;
    margin-bottom: 19px;
    padding: 8px 4px;
    margin-right: 7px;
}

.homemenuFlexPa .homemenuFlex:last-child{
	margin-right: 0px;
}

.homemenuFlex{
	font-size: 14px;
}

.homemenuFlex h2{
	padding: 0px;
	text-align: center;
    margin-bottom: 0px;
    font-family: serif;
    font-size: 19px;
    background-color: transparent;
}

.homemenuFlex a{
	display: block;
}

.homemenuFlexPa{
	display: flex;
	justify-content: space-between;
}

.homemenuFlexPa p{
	padding: 0px;
	text-align: center;
    margin-bottom: 0px;
    font-family: serif;
    font-size: 14px;
    background-color: transparent;	
    font-weight: bold;
}

.homemenuFlexPa.pcNoDis .homemenuFlex{
	border: solid 1px #bababa;
	background-color: #f2f2f2;
}

#s-navi{
	display: none;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
	display: block;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #2d2d2d;
}
.hamburger span {
	display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    left: 5px;
    background: #262626;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 9px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 27px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: center;
  width: 46%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  background: rgba( 71,70,73,0.6 );
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  float: initial;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateY(0%);
}

.turerunavi {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 65px;
}

.turerunavi:before,
.turerunavi:after {
  position: absolute;
  content: '';
}

.turerunavi:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.turerunavi:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.turerunavi i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.turerunavi span {
  position: relative;
  z-index: 1;
	font-family: serif;
    font-weight: bold;
    font-size: 20px;
}


.post h2{
    font-size: 18px;
    padding-top: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0px;
    font-family: serif;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    background-color: transparent;
    line-height: 25px;
    border-radius: 0;
}

.post h2:before {
    content: url(https://s.w.org/images/core/emoji/14.0.0/svg/1f7e0.svg);
    vertical-align: middle;
    padding-right: 5px;
    display: inline-block;
    width: 22px;
	position: initial;
    border: none;
}

.post h3 {
    position: relative;
    border-bottom: 5px solid #ddd;
    padding: 10px 0;
}

.post h3:before{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    height: 5px;
    content: '';
    background: #910606;
}

.post h4 { 
	font-size:18px;
	border-bottom: 1px dotted #333333;
	background-color: #ffffff;
}

h3,h3 strong,h3 a{
	font-family: serif;
}

/*--------------------------------
ヘッダー
---------------------------------*/
header { /*ヘッダーの枠*/
	margin-top:0px;
	margin-bottom: 10px;	
	padding-top:20px;
	background-color: ;
}

.header-inner { /*ヘッダーを横幅いっぱいに広げるために追加（wrapperと同じ）*/
	max-width: 1080px;
	padding: 0px;
	margin: 0 auto;
}

header .descr {
	font-size: 20px;
	line-height: 24px;
	font-weight:bold;
	letter-spacing: 0px;
}

.sitename img{
	width: 362px;
	max-width: 362px;
}

header .descr{
	margin-top: 23px;
	font-size: 18px;
}

.aWraped{
	text-decoration:none;
}

.aWraped h2:hover{
	color:grey;	
}

header .sitename a{
	font-family: serif;
    font-size: 31px;
}

/*--------------------------------
メニュー
---------------------------------*/
/*トップ*/

nav {
	margin-bottom:20px;
}

nav li {
	border-left:none;
	background-color: #ffffff;
	margin-bottom:0px;
	margin-right:11px;
	padding:5px 10px;
}

nav li li {
	border:none;
}

nav li a {
	font-size:18px;
	font-weight:bold;
}


/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi dl.acordion p {
	margin: 0;
}

#s-navi dl.acordion {
	margin: -20px 0px 0px 0px;
}

#s-navi dt.trigger {
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	/*display: none;*/
}

#s-navi dt.trigger .op {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	padding: 0px 10px;
}

#s-navi dd.acordion_tree {
	padding: 0px 10px;
	display: block;
	overflow: hidden;
}

.acordion_tree li {
	border: none;
	float: none;
	display: flex;
	margin-bottom: 3px;
	/*background-position-y: -78px;*/
	background-image: url("https://kishitsuri.com/wp-content/uploads/2022/12/24467779_s.jpg");
	box-shadow: black 1px 1px 3px;
    background-size: 90%;
}

.acordion_tree li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.acordion_tree li a {
	float: left;
	/*color: #fff;*/
	text-decoration: none;
}


/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
.itiran-h2 {
         background-color:#ffffff;
         border-radius:0px;
         padding:10px;
		 border-left: solid 10px #000;
	 	font-family: serif;
}

.itiran-sma-adjust {
	padding:0 10px 0px 10px;
}

#topnews dl {
	background-color: #ffffff;
	border: none;
	padding:10px;
	
}

#topnews dl:first-child {
	padding-top: 10px;
}

#topnews dl:last-child {
	padding-bottom: 10px;
}

#topnews dd h3 {
	line-height: 22px;
}

#topnews dd h3 a { /* 記事一覧タイトル */
	line-height: 22px;
}

/*--------------------------------
ページャー
---------------------------------*/
.st-pagelink {
	clear: both;
}

.st-pagelink a {
	background-color: #ffffff;
	border:none;
}

.page-numbers{
	background-color: #ffffff;
}

.st-pagelink .page-numbers {
	border:none;
}


/*--------------------------------
投稿メインコンテンツ
---------------------------------*/
/*** 記事内アイキャッチ中央寄せ（未完） ***/
.eyecatch{
       display:block;
       float: none;
       margin:5px auto 5px auto;
}


/*--------------------------------
コメント欄
---------------------------------*/

#comments h3 {
	display:none;
}

.comment-notes,
.comment-form-email,
.comment-form-url{
display:none;
}


/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
    width:100%;
    margin: 36px 0 10px;
    padding:0;
    display: table;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding:30px 10px 10px;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	    font-size:90%;
		line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:90%;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#666;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
    padding:0 10px;
    display: table-cell;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
    margin:0 auto;
    background-color: #f48881;
    border: solid 9px #fff;
    width: 100px;
    height:100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #f48881;
    -webkit-box-shadow: 0 0 0 3px #f48881;
    -moz-box-shadow: 0 0 0 3px #f48881;
	text-align:center;	
}

#prev_next_home:hover{
	background-color: rgba(244,136,129,0.7);
}

 #prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:60px;
}


/*--------------------------------
サイドバー
---------------------------------*/
#side aside {
    background-color:#D7D7D7;
}

#side aside h4 {
    font-size:20px;
    width:auto;
    padding:5px 10px;
    margin:30px 0 15px 0;
    display:inline-block;
}

#side aside h4:before {
     content: "\f0f4";
     font-family: FontAwesome;
     margin-right:7px;
}

#side aside h2,#side aside .wp-block-search__label{
    font-size:20px;
    width:auto;
    padding:5px 10px;
    margin:30px 0 15px 0;
    display:inline-block;
    background-color: initial;
}

#side aside .wp-block-search__label{
	font-weight: bold;
	margin-left: -20px;
}

#side aside h2::before,#side aside .wp-block-search__label::before {
     content: "\f0f4";
     font-family: FontAwesome;
     margin-right:7px;
     display: inline-block;
     position: initial;
     border: none;
}

#side aside ul {
     margin:0px;
}

#side aside ul li ul li {
	background-image:none;
	background-position: none;
	padding-left:0px;
        margin:0 10px 15px 10px;
}

#side aside ul li a {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	padding:10px;
}


/*--------------------------------
検索フォーム
---------------------------------*/
#side aside #search {
	width: 80%;
	margin-left:20px;
}

#side aside #wp-block-search__button-outside {
	background-color: #fff;
}


#side aside .wp-block-search__button-outside {
	width: 80%;
	margin-left:20px;
}

.wp-block-search__button-outside {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

#side aside #wp-block-search__input-1 {
	height: 33px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

#side aside .wp-block-search__button {
	border-radius: 0;
	background-color: #000;
	position: absolute;
	right: 0px;
	/*top: 0px;*/
	width: 50px;
	height: 32px;
	z-index: 20;
	font-size: 0;
}

button.wp-block-search__button.wp-element-button::before{
	content: url(https://kishitsuri.com/wp-content/themes/stinger6/images/search.png);
	position: absolute;
    left: 0;
    top: 0;
}

*:first-child + html #wp-block-search__button {
	top: 1px;
}

/*--------------------------------
Googleカスタム検索
---------------------------------*/
/*入力ボックス*/
#cse-search-box input[type="text"]{
  width: calc(90% - 70px);
}

/*サブミットボタン*/
#cse-search-box input[type="submit"]{
  width: 66px;
}

/*入力フォーム全体*/
#cse-search-box input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    margin-top: 5px;
}

/*--------------------------------
フッター
---------------------------------*/
.footer-inner {
	max-width: 1080px;
	padding: 0 20px;
	margin: 0px auto;
}

#footer {
	background-color: #444444;
	margin-top:10px;
}

#footer h3 {
	font-size: 18px;
	color: #ffffff;
}

#footer a {
	font-size:16px;
	color: #ffffff;
}

footer h4 a {
	color: #ffffff;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {

header .descr{
    font-size: 15px;
    padding: 0 8px;
}

.header-inner{
	margin-bottom: 29px;
}


.homemenuFlex{
	font-size: 14px;
}

.homemenuFlex h2{
	font-size: 14px;
}

header .sitename a{
	font-size: 21px;
    margin-left: 12px;		
}	

}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 414px) {
	
.itiran-sma-adjust {
	padding:0;
}

}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {

.single-post .homemenuFlexPa{
	margin-right: 320px;
}

.single-post .postslider{
	margin-right: 320px;
}

.pcNoDis{
	display: none;
}

.post h2.turerunavi {
	display: none;
}

/*--------------------------------
メニュー
---------------------------------*/
nav {
	margin-right: -20px;
	margin-bottom:20px;
}

nav ul li {
	padding: 5px 10px 3px;
	margin-right: 16px;
	background-color: #fff;
	border-bottom: solid 2px #1abc9c;
	display: inline-block;
}

nav li li {
	border:none;
}

nav li a {
	font-size:18px;
	font-weight:bold;
	font-family: serif;
}


/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
.itiran-sma-adjust {
	padding:0;
}

#topnews {
	width:auto;
	overflow:hidden;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#topnews dl {
	border-bottom-style: none;
	background-color: #ffffff;
	/*margin-right: 20px;*/
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/*width: 220px;*/
	width:45%;
	height: 350px;
	display:inline-block;
	float:left;
}

#topnews dl:first-child {
	padding-top: 10px;
}

#topnews dl:last-child {
	padding-bottom: 10px;
}

#topnews dt { /* 画像の枠 */
	float: none;
	width: 100%;
	height:150px;
}

#topnews dt img {
	width: 100%;
	height: 150px;
}

#topnews dd { /* タイトルの枠 */
	padding: 10px 5px;
}

#topnews dd h3 {
	line-height: 22px;
}

#topnews dd h3 a { /* 記事一覧タイトル */
	font-size:16px;
        line-height: 22px;
}


/*--------------------------------
トップページのリスト取り枠
---------------------------------*/
.top-list {
	width: auto;
	margin-top:20px;
}

.top-list h4 {
	position: relative;
	background: #f3f3f3;
	color: #333;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 40px;
	padding: 10px 20px 10px 20px;
}

.top-list h4:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}

.top-list h4:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

.top-mail {
	background: url(img/top-mail_th.jpg) no-repeat;
	width: 330px;
	height: 214px;
	margin-right: 20px;
	margin-left:40px;
	float: left;
	text-align: center;
}

.top-mail p {
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}

.top-fb {
	width: 330px;
	height: 214px;
	margin-right:40px;
	float:left;
}


/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#prev_next #prev_title, #prev_next #next_title{
    padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img{
    float:left;
    margin-right:10px
}


#prev_next #next img{
   float:right;
   margin-left: 10px;
}

/*--------------------------------
Googleカスタム検索
---------------------------------*/
/*サブミットボタン*/
#cse-search-box input[type="submit"]{
  width: 50px;
}

	/*-- ここまで --*/
}
@media only screen and (min-width: 1081px) {
	#topnews dl{
		width:29.5%;
	}
}
