@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	background:#2c2c2c;
}

.header-container-in {
	background:#2c2c2c;
	color:#fff;
}

.header-container-in a {
	color:#fff;
}
.main {
	background:#222;
	color:#fff;
}

.main a {
	color:#fff;
}

.sidebar {
	background:#222;
	color:#fff;
}

.sidebar a {
	color:#fff;
}

.sidebar h2{
	background:none;
	padding:10px 0;
	border-bottom:1px solid #2c2c2c;
	font-size:16px;
}

a.wp-block-latest-posts__post-title {
	color:#fff;
}

.wp-block-search__label {
	display:none;
}

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a{
	color:#fff;
	font-size:14px;
}

.wp-block-latest-comments__comment {
	font-size:14px;
}

.footer {
	background:#2c2c2c;
	color:#fff;
	
}

.footer a {
	color:#fff;
}

.footer-bottom-logo .site-name-text {
	font-size:12px;
}

.copyright {
	font-size:12px;
}

.sns-share {
	display:none;
}

.sns-follow {
	display:none;
}

.related-entries {
	display:none;
}

.pager-post-navi {
	display:none;
}

.comment-form-email,  /* メールアドレス */
.comment-form-url {   /* サイトURL */
    display: none;
}

#email-notes {
	display:none;
}

.article h2 {
  font-size: 18px;
  padding: 10px;
  background-color: #2c2c2c;
}

.fz-18px{
	font-size:12px;
}

.tagline {
	font-size:12px;
}

.menu-content{
	background:#222222;
}

.footer-left{
	width:100%;
}

.footer_link ul {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	margin:0;
	padding:0;
}
.footer_link ul li {
	list-style:none;
	margin-right:20px;
}

.post-date {
	display:none;
}

.author-info {
	display:none;
}

.main a.pagination-next-link {
	color:#000;
}

.has-fixed-layout th {
	color:#000;
	text-align:center;
}

.has-fixed-layout td {
	text-align:center;
}

.header_glink {
	border:1px solid #fff;
	padding:10px;
	text-align:center;
	display:block;
	margin-bottom:20px;
}


.ca_soto_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ca_soto {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ca_soto label {
    display: block;
    width: 25%;
}

.ca_soto select {
    width: 75%;
}

.ca_soto_btn {
    display: block;
    border: 1px solid #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto;
    background: #000;
    font-size: 1.2rem;
    margin-bottom: 50px;
    color: #fff;
    cursor: pointer;
}

.character-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
    text-align: center;
}
.character-item img {
    max-width: 100px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.character-item h3 {
    font-size: 12px;
    margin: 8px 0 0;
}
.side_link {
    font-size: 16px;
    display: block;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.footer_link ul {
	display:block;
}
	.footer_link ul li {
	margin-right:0px;
}
	
.ca_soto_wrap {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
}

.ca_soto {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ca_soto label {
    display: block;
    width: 25%;
}

.ca_soto select {
    width: 75%;
}

.ca_soto_btn {
    padding: 10px 10px;
    max-width: 250px;
    font-size: 1rem;
}	
	
.header_glink {
	font-size:1rem;
}
	
}



.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width: 834px) {
	.pc {
	display:none;
}
.sp {
	display: block;
}
}

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