/*
  Skin Name: aud（カケアミ）
  Description: ひな型スキンをカスタマイズ
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.3
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
.blogcard{
	border: 3px solid yellow
}
.tagline{
	height: 16px;
	font-size: 0.69em;
	padding: 0px 0px 7px 0px;
	display:block;
}
#header-container .hlt-top-menu #navi a:hover {
  background-color: #000;
}
#header-container .hlt-top-menu #navi .sub-menu {
  background-color: #000;
  color: white;
}
#header-container .hlt-center-logo #navi {
  background-color: #000;
}
#header-container .hlt-center-logo #navi a:hover {
  background-color: #000;
}
#header-container .hlt-center-logo #navi .sub-menu {
  background-color: #000;
  color: white;
}
#header-container {
  background-color: #000;
  color: #FFF;
}
#header-container .logo-header{
  background-color: #000;
  color: #000;
  background-image:url("https://aud.tokyo/wp-content/uploads/2023/03/kake2.gif");
  background-position: center;
	height: 110px;
}
.site-name-text{
	font-size: 1.44em;
	font-family: 'Klee One', cursive;
	color: #1d1d1f;
	line-height: 55px;
}
#navi {
	margin-top: 3px;
}
#navi a {
  position: relative;
}
#navi a::after {
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#navi a:hover::after {
  transform: scale(1, 1);
}
#navi .fa-angle-down {
  color: red;
}
#navi .fa-angle-down:hover {
  color: red;
}
.content { 
	margin-top: 0;
}
#breadcrumb{
	margin-top: 0;
}
.author-description{
  font-size: 0.81em;
  line-height: 1.2;
}
.counter{
	font-size: 1.38em;
	font-weight: 700;
	font-family: 'Klee One', cursive;
	text-align: center;
}
.danshu_day{
	font-size: 1.69em;
	font-weight: 700;
	color: #FF3333;
}
#top_comment{
	font-size: 1.06em;
	line-height: 1.2;
	font-family: 'Klee One', cursive;
}
#category_comment{
	font-size: 1.06em;
	line-height: 1.2;
	font-family: 'Klee One', cursive;
}
.kakomi-te1 {
 margin: 10px auto 30px auto; 
 padding: 1em 1.5em;
 width: 95%; /*幅の調節*/
 background-color: #efefef; /* 背景色 */
 border: 2px solid #acacac; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}
.widget-sidebar h2,h3{
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
	font-size: 0.88em;
}
.widget-sidebar li{
	margin: 0px 0px 0px 15px;
	font-size: 0.88em;
	line-height: 0.6;
}
.entry-card-content h2{
	margin: 10px 20px 10px 20px;
}
.entry-card-snippet{
	margin: 0px 20px 0px 30px;
}
.fa-bar-chart{
	margin: 0px 0px 0px 30px;
}
/*投稿単独ページ*/
.entry-content{
	margin: 0px 10px 0px 20px;
	letter-spacing: 0.05em;
}
/*ボックスメニュー*/
#box_menu-2{
	display: none;
}
/*カテゴリーh1関連*/
/*フォルダアイコン非表示*/
.category-alcohol h1 span,.category-alcoholism h1 span,.category-symptoms h1 span,.category-sobriety h1 span,.category-manual h1 span{
	display: none;
}
/*文字サイズ*/
.category-alcohol h1,.category-alcoholism h1,.category-symptoms h1,.category-sobriety h1,.category-manual h1{
	font-size: 1.19em; 
}
.category-alcohol h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	position: relative;
	top: 1px;
	margin: 0px 5px 0px 5px;
}
/*サブタイトル指定*/
.category-alcohol h1::after {
	content: '-とことん呑んで知ったこと-'; 
	font-size: 0.75em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
.category-alcoholism h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	position: relative;
	top: 1px;
	margin: 0px 5px 0px 5px;
}
.category-alcoholism h1::after {
	content: '-どう呑んで何が起きたか-'; 
	font-size: 0.75em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
.category-symptoms h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	position: relative;
	top: 1px;
	margin: 0px 5px 0px 5px;
}
.category-symptoms h1::after {
	content: '-私に起きたさまざまな事-'; 
	font-size: 0.75em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
.category-sobriety h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	position: relative;
	top: 1px;
	margin: 0px 5px 0px 5px;
}
.category-sobriety h1::after {
	content: '-いい事ダメな事-'; 
	font-size: 0.75em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
.category-manual h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	position: relative;
	top: 1px;
	margin: 0px 5px 0px 5px;
}
.category-manual h1::after {
	content: '-私の場合-'; 
	font-size: 0.75em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
.entry-header h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_box.gif");
	position: relative;
	top: 1px;
	margin: 0px 10px 0px 5px;
	font-size: 1.06em;
	line-height: 1.2;
}
.article h1 {
  margin-top: 10px;
  padding-top: 0;
}

/* 投稿日アイコンの変更 */
.date-tags .post-date::before {
	display: none;
}
/* 更新日と投稿日の間のスラッシュを消す */
.date-tags > span:nth-last-child(2)::after {
  content: "";
}
/* 更新日アイコンの変更 */
.date-tags .post-update::before {
	display: none;
}
/* 投稿日アイコン（トップ）の変更 */
.fa-clock:before {
  font-family: "Font Awesome 5 Free";
	content: '\f044';
  font-weight: bold;
}

#content-top{
	margin-top:0;
}

#middle_menu_area {
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
}

#middle_menu_area div {
	width: 20%;
}
/*小メニューロールオーバー*/
.rollover {
  position: relative;
}
.rollover img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	transition: 0.7s;
}
.rollover:hover img:nth-of-type(2) {
	opacity: 0;
}
#ama_area{
	overflow:  hidden; 
}
#ama_area_titel{
	width: 335px;
}
.ama_164{
	display: block;
	float: left;
	padding: 5px 5px 0px 0px;
}
.top_karadiv{
	padding: 20px;
	margin: 5px 0px 0px 5px;
	height: 40px;
}
.top_karadiv2{
	margin: 5px 0px 0px 5px;
	height: 40px;
}
/*固定ページの日付非表示*/
.page .date-tags {
display: none;
}
/*reCAPTCHAバッジ非表示*/
.grecaptcha-badge {
	visibility: hidden;
}

/*PC-w950以上*/
@media (min-width: 959px){
#box_menu-2{
	display: none;
}

.site-name-text{
  font-size: 1.44em;
	font-family: 'Klee One', cursive;
	color: #1d1d1f;
}

}

/*スマホ*/
@media (max-width: 960px){
.home{
	background-color: #FFF;
}
body {
	margin: 0;
	padding: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
}
.site-name-text{
	font-size: 1.24em;
	line-height: 40px;
}
.header-in{
	height: 24px;
	background-color: #505050;
}
.tagline{
	font-size: 0.50em;
	padding: 6px 0px 6px 0px;
	display:block;
}
#navi{
	display: none;
}
#appeal-in{
	display: none;
}
.entry-header h1{
	font-size: 0.88em;
}
/*文字サイズ*/
.category-alcohol h1,.category-alcoholism h1,.category-symptoms h1,.category-sobriety h1,.category-manual h1{
	font-size: 1.06em; 
}
/*アイコン指定*/
.category-alcohol h1::before,.category-alcoholism h1::before,.category-symptoms h1::before,.category-sobriety h1::before,.category-manual h1::before {
	background-image:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_arrow2.gif");
	content: '';/*何も入れない*/
	display: inline-block;
	width: 20px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
	display: inline-block;
	margin: 0px 5px 4px 0px;
	background-size: contain;
	vertical-align: middle;
}
.entry-header h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_box.gif");
	position: relative;
	top: 1px;
	margin: 0px 10px 0px 5px;
	font-size: 1.06em;
	line-height: 1.2;
}
.article h1 {
  margin: 0 0 10px 0;
  padding: 0;
}
.entry-header h1::before {
	content:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_box.gif");
	position: relative;
	top: 3px;
}
.breadcrumb{
	margin-top:0;
}
.breadcrumb.sbp-main-before{
margin-top:5px;
/*パンくずリストの文字について編集したい場合は、ここに書く*/
}
.readcrumb.sbp-main-before+.content{
margin-top:5px;
}
.counter_top{
	padding:5px 10px 0px 0px;
	font-family: 'Klee One', cursive;
	font-size: 0.94em;
	text-align: right;
	background-color: #FFF;
}
.danshu_day_top{
	color: #FF3333;
}
.home .main {
  padding-top: 0;
  top: -20px;
  position: relative;
}
.main {
  padding-top: 0;
  top: -20px;
  position: relative;
}
#top_comment{
	font-size: 1.00em;
	top: -1px;
	position: relative;
}
#category_comment{
	font-size: 1.00em;
	line-height: 1.3;
}
.kakomi-te1 {
 margin: 5px auto 20px auto; 
 padding: 1em 1.5em;
 width: 98%; /*幅の調節*/
 background-color: #efefef; /* 背景色 */
 border: 2px solid #acacac; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}
#list-wrap{
  top: -1px;
  position: relative;
}
.home .content {
	padding-top: 0;
}
.home .content-in {
	margin-top: 0;
}
.home .container .column-wrap > div {
	padding-top: 0;
}
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #FFF;
  background-color: #000;
}
.logo-menu-button{
	font-family: 'Klee One', cursive;
	color: #000;
	background-image:url("https://aud.tokyo/wp-content/uploads/2023/01/kake_sp7.gif");
	background-size:cover;
	background-position:center;
}
.logo-menu-button a,a:visited{
	font-size: 0.60em;
	color: #1d1d1f;
}
#middle_menu_area div {
	width: calc(20% - 1px); /* margin padding分を引く */
	margin: 0px;
	padding: 0 5px 0 0;
}
.category-alcohol h1::after {
	content: '-とことん呑んで知ったこと-'; 
	font-size: 0.65em;
	font-weight:normal;
	color:#7b7b7b;
	margin: 0px 0px 5px 10px;
}
/*投稿単独ページ*/
.entry-content{
	margin: 0px 5px 0px 8px;
	letter-spacing: 0.05em;
}
.top_karadiv{
	margin: 0px 0px 0px 0px;
	height: 20px;
}
.top_karadiv2{
	margin: 10px 0px 0px 0px;
	height: 10px;
}

}
