@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
.article h2 {
  color: #666;
  font-size: 22px;
  padding: 13px 20px 10px 20px;
  background-color: var(--cocoon-xx-thin-color);
  border-radius: 15px;
  box-shadow: 2px 2px 4px -2px gray inset
}
.article h3 {
  border-left: 7px solid var(--cocoon-middle-thickness-color);
  border-right: 0px solid var(--cocoon-thin-color);
  border-top: 0px solid var(--cocoon-thin-color);
  border-bottom: 0px solid var(--cocoon-thin-color);
  font-size: 22px;
  padding: 13px 20px 10px 10px;
  color: #666;
}
.qa-1 {
  margin-bottom: 20px;
  border: 1px solid #d6dde3;
  border-radius: 25px;
}
.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-1 summary::before, .qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-1[open] summary::after {
  transform: rotate(225deg);
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
}
.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
.entry-title {
  color: #fff;
  padding: 15px 15px 10px 15px;
  background-color: #117DB1;
  border-bottom: 0px solid #ccc;
  margin-bottom: 50px;
}
.widget-entry-card-date {
  display: block;
  text-align: right;
}
.widget-entry-card-update-date {
  display: none;
}
aside #topics {
  width: 100%;
  margin: 20px auto 150px auto;
  padding: 40px;
  background: url('https://bikeroute1.com/ica/wp-content/uploads/2025/10/aside-filter.png');
  text-align: center;
}
aside #topics .widget-entry-cards {
  margin-bottom: 0px;
}
aside #topics .widget-entry-cards .card-large-image .a-wrap {
  width: 24%;
  display: inline-flex;
  text-align: left;
}
aside #topics .widget-entry-cards .a-wrap {
  height: auto;
}
aside #topics .widget-entry-cards .a-wrap:hover {
  background-color: #8ec31f;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #fff;
}
aside #topics .widget-entry-cards .a-wrap {
  padding: 10px;
}
aside #topics .new-entry-cards {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 15px;
}
aside #topics .new-entry-card-thumb {
  margin-right: 0;
}
aside #topics .widget-entry-card-thumb {
  margin-top: 0px;
  position: none;
}
aside #topics .widget-entry-cards.card-large-image .e-card {
  width: 100%;
}
aside #topics .card-thumb img {
  aspect-ratio: none;
  object-fit: cover;
  width: 100%;
  height: 220px;
}
aside #topics .widget-entry-cards.card-large-image .card-content {
  margin: 0 0 5px;
  padding: 10px 0 0 0;
}
aside #topics .widget-entry-cards:not(.large-thumb-on) .card-title {
  font-size: 16px;
  line-height: 150%;
}
.page-id-1208 .btn {
  display: none;
}
aside .title_en {
  font-size: 36px;
  margin-bottom: 1em;
  padding-top: 0px;
}
aside h2 {
  font-size: 24px;
  text-align: center;
}
aside .topics {
  padding: 0px 40px 0px 40px;
  text-align: center;
}
section {
  text-align: center;
  margin-bottom: 160px;
  display: block;
}
#home_about .about_B {
  background: url(https://i-cycling.org/2025-new/wp-content/uploads/2025/11/top-b.png) no-repeat top left;
  width: 100%;
  line-height: 1.15;
  text-align: center;
  margin: 0 auto;
  padding: 80px 20px 80px;
}
#home_about .about_B .about_box {
  margin-left: 40%;
}
#home_about .about_B .title_en {
  font-size: 35px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2em;
  color: #796a55;
  padding-top: 0px;
}
#home_about .about_B h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: 1px 2px 3px #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#home_about .about_B .title_text {
  line-height: 30px;
  margin-bottom: 2rem;
  padding-bottom: 0px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#home_about .about_A {
  background: url(https://i-cycling.org/2025-new/wp-content/uploads/2025/11/top-a.png) no-repeat top right;
  width: 100%;
  line-height: 1.15;
  text-align: center;
  margin: 0 auto;
  padding: 80px 20px 80px;
}
#home_about .about_A .about_box {
  margin-right: 40%;
}
#home_about .about_A .title_en {
  font-size: 35px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2em;
  color: #796a55;
  padding-top: 0px;
}
#home_about .title_en::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2295d4;
  border-radius: 2px;
}
#home_about .about_A h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: 1px 2px 3px #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#home_about .about_A .title_text {
  line-height: 30px;
  margin-bottom: 2rem;
  padding-bottom: 0px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
a.btn {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: .8em;
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  background: #8ec31f;
  transition: 5px;
}
.page-id-1208 .appeal {
  display: none;
}
.page-id-1208 .content {
  margin-top: 0px;
}
.page-id-1208 .main {
  padding: 0px 0px;
  border: 0px none;
  border-radius: none;
}
#main_visual {
  border-bottom: 2px solid #ccc;
  overflow: visible;
  background: -webkit-linear-gradient(bottom left, #085078 10%, #28baf6 90%);
  background: -o-linear-gradient(bottom left, #085078 10%, #28baf6 90%);
  background: linear-gradient(to top right, #085078 10%, #28baf6 90%);
  line-height: 0;
}
#main_visual .main_visual {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.title_en {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
  padding-top: 80px;
  color: #8ec31f;
  line-height: 1.15;
}
.title_en::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2295d4;
  border-radius: 2px;
}
.title_italic {
  font-size: 50px;
  line-height: 80px;
  margin-bottom: 40px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.title_text {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0px 0 100px;
}
.archive-title .fa-folder-open:before {
  content: "\f002";
}
.breadcrumb a {
  color: #2295d4;
}
.breadcrumb a:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.archive-title {
  font-size: 26px;
  margin: 0px 0 16px 0;
  line-height: 1.3;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb-home .fa-home {
  color: #2295d4;
}
.breadcrumb-home a {
  color: #2295d4;
}
.breadcrumb-home a:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.logo {
  text-align: left;
}
/*グローバルメニュー*/
.navi {
  background: url(https://www.i-cycling.org/kanri/wp-content/themes/2019_i-cycling/img/common/img-filter_03.png);
  height: 50px;
  border-bottom: 1px #FFFFFF solid;
}
.navi-in > ul {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.navi-in > ul li {
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  z-index: 9999;
}
.navi-in ul li:first-child {
  border-left: 0px none;
}
.navi-in a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 49px;
}
.navi-in a:hover {
  background: #8ec31f;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #b46744;
}
.navi-in .has-icon {
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  opacity: 0.7;
  font-size: 20px;
  font-weight: 800;
}
.navi-in > ul .sub-menu {
  display: none;
  width: 100%;
  list-style: none;
  padding: 0;
  background: #8ec31f;
}
.navi-in .sub-menu li:first-child {
  border-left: 1px solid #fff;
}
.sub-menu li {
  width: auto;
  border-top: 1px solid #fff;
}
/*ｈ2見出し*/
h2.midashi-sl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  font-size: 180%;
  text-align: center;
  box-shadow: none;
}
h2.midashi-sl:before, h2.midashi-sl:after {
  content: '';
  width: 55px;
  height: 1px;
  background-color: black;
}
h2.midashi-sl:before {
  position: relative;
  left: -10px;
}
h2.midashi-sl:after {
  position: relative;
  right: -10px;
}
/*アピールエリア*/
.appeal {
  background: url('https://bikeroute1.com/ica/wp-content/uploads/2025/10/dot-haikei.gif');
}
.appeal-content {
  width: 1000px;
  height: 280px;
  margin: auto;
  padding: 30px;
  text-align: center;
  border-radius: var(--cocoon-basic-border-radius);
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
}
.appeal-content .appeal-title h1 {
  font-size: 200%;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 16px;
  text-shadow: 2px 2px 3px #fff;
}
.appeal-content .appeal-title h1:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2295d4;
  border-radius: 2px;
}
.main h3.square {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-size: 140%;
  font-weight: bold;
  border: 0px none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.square::before, .square::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
}
.square::before {
  box-sizing: border-box;
  border-left: solid 1px black;
  border-top: solid 1px black;
  top: 0;
  left: 0;
}
.square::after {
  box-sizing: border-box;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  bottom: 0;
  right: 0;
}
.square::before {
  border-bottom: solid 1px black;
}
h3::after {
  border-top: solid 1px black;
}
.appeal-content .appeal-message .h-st {
  line-height: 40px;
  text-align: center;
  color: #454545;
  display: block;
  font-size: 120%;
  font-family: 'Noto Sans Japanese' !important;
  margin: 10px 0 10px 0px;
}
.appeal-content .appeal-message .h-honbun {
  display: block;
  margin: 10px 0 0px 0px;
}
.appeal-in {
  min-height: 0px;
  padding: 5% 5%;
}
/*サブメニュー01*/
.menu-howto-menu-container ul {
  text-align: center;
  margin: 0 auto 80px auto;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-howto-menu-container ul li {
  display: inline-block;
  margin: 0px;
}
.menu-howto-menu-container ul li a {
  width: 140px;
  text-align: left;
  padding: 8px 5px 5px 5px;
  border: 2px solid #ccc;
  background: #ccc;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 800;
  transition: 0.3s;
  position: relative;
}
.menu-howto-menu-container ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.menu-howto-menu-container ul li a:hover {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  border: 2px solid #8ec31f;
}
.menu-howto-menu-container ul li.current-menu-item a {
  border: 2px solid #8ec31f;
  background: #8ec31f;
}
/*フッター*/
.footer {
  margin-top: 20px;
  padding: 8px 8px 30px 8px;
}
.navi-footer {
  text-align: center;
  margin-bottom: 15px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  background-color: #b29b7c;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}
/*イメージキャップション*/
.wp-caption {
  padding-top: 0px;
  border: 0px solid var(--cocoon-x-thin-color);
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
  max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery .gallery-caption {
  font-size: 14px;
  line-height: 160%;
  margin: 2px;
}
table {
  font-size: 80%;
  width: 100%;
  margin: 0px auto 0px auto;
}
/*テーブル01*/
.table01 th {
  position: relative;
  background-color: #295890;
  vertical-align: middle;
  width: 20%;
  color: #fff;
  padding: 10px;
  text-align: left;
  border: 0px none;
  font-weight: 800;
}
.table01 th::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -7px;
  border-left: 10px solid #295890;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1000;
}
.table01 td {
  position: relative;
  background-color: #F0F0F0;
  vertical-align: middle;
  padding: 10px 10px 10px 20px;
  border: 0px none;
}
.table01 tr {
  width: 100%;
  border-bottom: 10px #FFFFFF solid;
}
.table01 ul {
  padding-left: 10px;
  margin-bottom: 0px;
}
.table01 tr:last-child {
  border-bottom: 0px none;
}
/*テーブル02*/
.table02 th {
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  width: 25%;
  color: #000;
  padding: 10px;
  border: 0px none;
  font-weight: 800;
  border-right: 3px #8ec41f solid;
  text-align: center;
}
.table02 th::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #8ec41f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1000;
}
.table02 td {
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  padding: 10px 10px 10px 20px;
  border: 0px none;
}
.table02 tr {
  width: 100%;
  border-bottom: 15px #FFFFFF solid;
}
.table02 ul {
  padding-left: 10px;
  margin-bottom: 0px;
}
.table02 tr:last-child {
  border-bottom: 0px none;
}
a[href^="tel:"] {
  pointer-events: none;
}
/** メールフォーム **/
.cntact-form table {
  border-bottom: 10px;
}
.cntact-form table th {
  width: 30%;
}
.cntact-form table td {
  background-color: #fff;
}
.content .cntact-form .frame {
  border-radius: 10px;
  border: 1px solid #CCC;
  padding: 10px;
  height: 300px;
  margin-bottom: 15px;
  overflow: scroll;
}
.content .cntact-form .frame p {
  margin-bottom: 3em;
}
.wpcf7-spinner {
  margin: 0 10px;
}
#zip_close {
  margin-top: 18px;
}
/* 必須項目の入力欄をブルーにする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-validates-as-date, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background-color: #E2F3F7;
}
.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: bold;
  display: block;
}
.cntact-form [name="acceptance-001"] {
  transform: scale(1.5);
  margin-right: 5px;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 5px 0 8px;
}
/* エラーメッセージを見やすくする */
.cntact-form .left-t {
  color: red;
  font-weight: bold;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cntact-form .koumoku-t {
  font-weight: bold;
}
.cntact-form .img-karomaru {
  border-radius: 7px;
  padding: 3px;
  background-color: #FFFFFF;
  margin-top: 5px;
}
.cntact-form [name="menu-001"], .cntact-form [name="menu-002"], .cntact-form [name="menu-004"], .cntact-form [name="menu-005"], .cntact-form [name="menu-007"], .cntact-form [name="menu-008"] {
  margin-bottom: 20px;
}
/* 必須マーク */
.cntact-form .must {
  background-color: #8ec31f;
  color: #ffffff;
  padding: 2px 5px 1px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 5px 5px 5px 0px;
  font-size: 90%;
  font-weight: bold;
}
/* 任意マーク */
.cntact-form .free {
  color: #fff;
  margin-right: 5px;
  padding: 3px 5px;
  background: #424242;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.cntact-form th br {
  display: none;
}
.cntact-form p {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.cntact-form .form-control {
  padding: 5px;
}
.cntact-form th {
  padding: 15px;
}
.cntact-form td {
  padding: 15px 15px 15px 15px;
}
.button_area {
  text-align: none;
  text-align: center;
}
.button_area p {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
/* 送信ボタンを見やすくする */
.cntact-form input.wpcf7-submit {
  display: inline-block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #f39800;
  color: #fff;
  border: none;
  margin: 0px 5px 10px 5px;
  padding: 12px 5px 10px 5px;
  font-size: 110%;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.cntact-form input.wpcf7-submit:hover {
  background-color: #FFB35E;
}
.cntact-form input.wpcf7-submit::before, .cntact-form input.wpcf7-submit::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.cntact-form input.wpcf7-submit, .cntact-form input.wpcf7-submit::before, .cntact-form input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}
.wpcf7-spinner {
  display: none;
}
/* カード1*/
.category-cycle_event .entry-card-thumb {
  width: 250px;
}
.category-cycle_event .entry-card-content {
  margin-left: 0px;
}
.category-cycle_event .entry-card-title {
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-weight: 700;
  font-size: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-cycle_event a .entry-card-title {
  color: #2295d4;
}
.category-cycle_event a:hover .entry-card-title {
  color: #8ec31f;
  transition: all 0.3s ease-in-out;
}
.category-cycle_event .entry-card-snippet {
  font-size: 14px;
  line-height: 160%;
}
/* カード2 */
.category-cycle_event .widget-entry-cards figure {
  width: 200px;
}
.category-cycle_event .card-title-bold .card-title {
  font-weight: 700;
  font-size: 22px;
}
.category-cycle_event .widget-entry-card {
  margin-bottom: 20px;
}
.category-cycle_event a .new-entry-card-title {
  color: #2295d4;
  transition: all 0.3s ease-in-out;
}
.category-cycle_event a:hover .new-entry-card-title {
  color: #8ec31f;
}
.category-cycle_event .widget-entry-card-snippet {
  margin-top: 6px;
  font-size: 14px;
  line-height: 160%;
}
.widget_block ul {
  border: solid 2px #42b61a;
  padding: 10px 10px 5px 10px;
  position: relative;
  list-style: none;
  margin-top: 100px;
}
.widget_block .wp-block-categories-list li {
  border-bottom: solid 1px #ccc;
  padding-left: 20px;
}
.widget_block .wp-block-categories-list li:last-child {
  border-bottom: none;
}
.widget_block .wp-block-categories-list li::before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left: 10px;
  color: #42b61a;
  padding-top: 7px;
}
.widget_block .wp-block-categories-list li a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  padding: 10px 0 9px 0px;
  padding-right: 0px;
  padding-left: 0px;
  display: block;
  font-size: 16px;
}
.widget_block .wp-block-categories-list li a:hover {
  color: #ffb03f;
}
.widget_search {
  padding: 10px;
  background: url(https://www.i-cycling.org/kanri/wp-content/themes/2019_i-cycling/img/common/img-filter_03.png);
  border-radius: 5px;
  margin-bottom: 0px;
}
.body .wp-block-search {
  margin-bottom: 0px;
}
.wp-block-search__label {
  width: 100%;
  color: #FFFFFF;
  font-weight: bold;
}
.wp-block-search__button {
  width: 100px;
}
.widget_info_list {
  padding: 35px 0px 19px 0px;
  border-radius: 0px 0px 0 0;
  background-color: var(--cocoon-white-color);
  position: relative;
  margin-top: 0px
}
.sidebar h2, .sidebar h3 {
  background-color: #42b61a;
  padding: 4px 10px 0px 10px;
  margin: 0px 0px;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 3px;
  border-radius: 5px 5px 0 0;
}
.body .widget {
  margin-bottom: 30px;
}
.info-list.is-style-frame-border {
  border: solid 2px #42b61a;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 0 5px 5px;
}
.info-list-item-categorys .entry-category {
  padding: 1px 10px;
  margin-right: 8px;
  border: 2px solid #999;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  border-radius: 2px;
  font-size: 10px;
}
.archive-title .fa-folder-open::before {
  content: "\f206";
}
.fa-folder::before {
  content: "\f206";
  color: #2295d4;
}
.fa-file-o::before {
  content: "\f206";
}
.entry-categories .fa-folder::before {
  color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .menu-content .menu-drawer {
    padding: 0 0 30px;
  }
  aside .title_en {
    padding-top: 0px;
    font-size: 26px;
    margin-bottom: 1em;
  }
  aside h2 {
    padding-top: 0px;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  section {
    margin-bottom: 100px;
  }
  #home_about .title_text {
    padding-bottom: 60px;
    display: block;
  }
  #home_about .about_A {
    text-align: center;
    margin: 0 auto;
    padding: 60px 20px 80px;
    background: url(https://i-cycling.org/2025-new/wp-content/uploads/2025/11/a-mb.jpg) no-repeat top left;
    background-size: auto;
    background-size: cover;
  }
  #home_about .about_A .about_box {
    margin-right: 0px;
    width: 100%;
  }
  #home_about .about_A .title_en {
    font-size: 26px;
    text-shadow: 1px 2px 3px #fff;
  }
  #home_about .about_A h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
  #home_about .about_A h2 br {
    display: none;
  }
  #home_about .about_B {
    text-align: center;
    margin: 0 auto;
    padding: 60px 20px 80px;
    background: url(https://i-cycling.org/2025-new/wp-content/uploads/2025/11/b-mb.jpg) no-repeat top left;
    background-size: auto;
    background-size: cover;
  }
  #home_about .about_B .about_box {
    margin-left: 0px;
    width: 100%;
  }
  #home_about .about_B .title_en {
    font-size: 26px;
    text-shadow: 1px 2px 3px #fff;
  }
  #home_about .about_B h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
  #home_about .about_B h2 br {
    display: none;
  }
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 65px;
  }
  .header-container {
    display: none;
  }
  .wrap {
    width: auto;
    margin: 0 auto;
  }
  .logo {
    text-align: center;
  }
  .main_visual {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .main_visual img {
    object-fit: cover;
    width: 1023px; /* 横幅の指定 */
    object-position: left;
  }
  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-between;
    min-width: 46px;
    box-shadow: 0 0 5px darkgrey;
    height: 67px;
    border-bottom: 3px #2295d4 solid;
  }
  .navi-menu-content {
    left: auto;
    right: 0;
    transform: translateX(105%);
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  #block-3 {
    text-align: center;
  }
  aside #topics .widget-entry-cards .a-wrap {
    height: auto;
  }
  aside #topics .card-thumb img {
    height: auto;
  }
  .menu-drawer a {
    background-color: #8ec31f;
    border-bottom: 1px #357611 dotted;
    padding: 13px 5px 12px 10px;
    font-size: 15px;
  }
  .menu-drawer a:hover {
    background-color: #2E930B;
    color: #FFFFFF;
  }
  .menu-drawer .sub-menu {
    padding-left: 20px;
    background-color: #8ec31f;
  }
  .sub-menu li {
    width: auto;
    border-top: none;
  }
  .fa-close::before, .fa-times::before {
    color: #8ec31f;
  }
  .menu-open {
    color: #796a55;
  }
  .mobile-menu-buttons .menu-button > a {
    color: #796a55;
  }
  #main_visual .main_visual {
    width: auto;
  }
  .main_visual img {
    width: 100%;
    height: 580px;
    object-fit: cover;
  }
  a.btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: .8em;
    text-align: center;
    text-decoration: none;
    border: 2px solid #8ec31f;
    background: #8ec31f;
    transition: .2s;
  }
  .title_italic {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .footer {
    margin-top: 20px;
    padding: 8px 8px 50px 8px;
  }
  /*テーブル01*/
  .table01 {
    font-size: 90%;
    width: 100%;
  }
  main.main, div.sidebar {
    padding: 32px 40px;
    margin: 12px 0;
    border-width: 0;
  }
  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-between;
    min-width: 46px;
    box-shadow: 0 0 5px darkgrey;
    height: 67px;
    border-bottom: 3px #2295d4 solid;
  }
  .copyright {
    margin-top: 40px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  #block-3 img {
    text-align: center;
    width: 100%;
  }
  .article h2 {
    font-size: 18px;
  }
  .article h3 {
    font-size: 18px;
    padding: 10px 20px 7px 5px;
    border-left: 5px solid var(--cocoon-middle-thickness-color);
  }
  .main_visual img {
    width: 100%;
    height: 255px;
    object-fit: cover;
  }
  aside #topics {
    padding: 20px;
  }
  aside #topics .new-entry-cards {
    padding-left: 10px;
    padding-right: 10px;
  }
  a.btn {
    width: 50px;
  }
  .page-id-20 a.btn {
    width: 90%;
  }
  aside h2 {
    font-size: 18px;
  }
  .coll-no {
    display: none;
  }
  .title_en {
    margin-bottom: 40px;
    padding-top: 50px;
  }
  .title_italic {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .title_text {
    line-height: 200%;
    text-align: left;
    font-size: 15px;
    display: block;
    padding: 0px 30px 60px 30px;
  }
  #home_about .about_A {
    padding-bottom: 20px;
  }
  #home_about .about_B {
    padding-bottom: 20px;
  }
  #home_about .about_A .title_text {
    padding: 0px;
  }
  #home_about .about_A .title_text br {
    display: none;
  }
  #home_about .about_B .title_text br {
    display: none;
  }
  #home_about .about_B .title_text {
    padding: 0px;
  }
  main.main, div.sidebar {
    padding: 32px 20px 0px 20px;
    margin: 12px 0;
    border-width: 0;
  }
  .mobile-header-menu-buttons {
    height: 57px;
  }
  .main_visual img {
    object-fit: cover;
    width: 480px; /* 横幅の指定 */
    object-position: left;
  }
  .appeal-content {
    height: auto;
    padding: 15px;
  }
  .appeal-title {
    font-size: 28px;
    font-weight: bold;
  }
  .appeal-content .appeal-title h1 {
    font-size: 100%;
    line-height: 130%;
    margin-bottom: 10px;
    letter-spacing: 2px;
    padding-bottom: 16px;
    text-shadow: 2px 2px 3px #fff;
  }
  .appeal-content .appeal-message .h-st {
    line-height: 40px;
    text-align: center;
    color: #454545;
    display: block;
    font-size: 120%;
    font-family: 'Noto Sans Japanese' !important;
    margin: 20px 0 10px 0px;
  }
  .appeal-message {
    margin-bottom: 0;
  }
  h2.midashi-sl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    font-size: 140%;
  }
  .wpcf7-spinner {
    display: none;
  }
  /* 必須マーク */
  .cntact-form .must {
    display: block;
    margin: 5px auto 5px auto;
    font-size: 100%;
    width: 50%;
    text-align: center;
  }
  .cntact-form table th {
    padding: 10px;
  }
  .cntact-form table td {
    padding: 10px;
  }
  .cntact-form table th p {
    text-align: center;
  }
  /* カード */
  .category-cycle_event .widget-entry-cards figure {
    width: 150px;
  }
  .category-cycle_event .card-arrow .card-content {
    margin-right: 0px;
  }
  .category-cycle_event .new-entry-card-thumb {
    margin-right: 15px;
  }
  .category-cycle_event .card-title-bold .card-title {
    font-size: 18px;
  }
  /* カード1*/
  .category-cycle_event .entry-card-thumb {
    width: 150px;
  }
  .category-cycle_event .entry-card-content {
    margin-left: 0px;
  }
  .category-cycle_event .entry-card-title {
    font-size: 18px;
    line-height: 140%;
  }
  .category-cycle_event a .entry-card-title {
    color: #2295d4;
  }
  .category-cycle_event a:hover .entry-card-title {
    color: #8ec31f;
    transition: all 0.3s ease-in-out;
  }
  .category-cycle_event .entry-card-snippet {
    font-size: 14px;
    line-height: 160%;
  }
  .cntact-form table {
    border-bottom: 10px;
  }
  .cntact-form table th {
    font-size: 12px
  }
  .cntact-form table th br {
    display: block;
  }
  .cntact-form table td {
    font-size: 12px
  }
  .breadcrumb.pbp-main-before + .content {
    margin-top: 0px;
  }
  .menu-content {
    max-width: 50%;
    opacity: 0.3;
  }
  .menu-content .menu-drawer {
    padding: 0px 0 30px;
  }
  .table02 {
    font-size: 90%;
  }
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 57px;
  }
}