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

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

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

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

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




@charset "utf-8";

/*
@font-face {
	font-family: 'Noto Sans JP';
	src: local('Noto Sans JP'), url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap) format('woff2');
	font-display: swap;
}
*/

@font-face {
	font-family:"LTSuujiDin";
	src: url(https://logotype.jp/wp-includes/fonts/LTSuujiDIN-w550-Medium.woff) format("woff");
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family:"LTSuujiDin";
	src: url(https://logotype.jp/wp-includes/fonts/LTSuujiDIN-w700-Bold.woff) format("woff");
	font-display: swap;
	font-weight: 700;
}






:root {
	--lm-white:#fff;
	--lm-lgray:#f9f9f9;
	--lm-lgray-2:#f7f7f7;
	--lm-lgray-3:#f5f5f5;
	--lm-lgray-4:#f1f1f1;
	--lm-lgray-5:#eee;
	--lm-lgray-6:#eaeaea;
	--lm-lgray-7:#e8e8e8;
	--lm-lgray-8:#e5e5e5;
	--lm-lgray-9:#e1e1e1;
	--lm-gray:#ddd;
	--lm-gray-2:#d2d2d2;
	--lm-gray-3:#cdcdcd;
	--lm-gray-4:#ccc;
	--lm-gray-5:#cacaca;
	--lm-gray-6:#bcbcbc;
	--lm-gray-7:#b8b8b8;
	--lm-gray-8:#b4b4b4;
	--lm-gray-9:#aaa;
	--lm-gray-10:#999;
	--lm-gray-11:#939393;
	--lm-gray-12:#828282;
	--lm-dgray:#6e6e6e;
	--lm-dgray-2:#666;
	--lm-dgray-3:#636363;
	--lm-dgray-4:#555;
	--lm-dgray-5:#383838;
	--lm-dgray-6:#323232;
	--lm-dgray-7:#333;
	--lm-black:#000;
	--link:#214bcd;
	--red-b:#be4141;
	--blue-b:#21759b;
	--blue:#498ecc;
	--red:#cc6060;
	--green:#50b1bc;
	--purple:#7a60c4;
	--dpurple:#4d517e;
	--pink:#ca66c5;
	--yellow:#cda227;
	--green-2:#8eac18;
	--green-3:#62ac4c;
	--blue-2:#50b1bc;
	--yellow-2:#d2b44a;
	--orange:#c58869;
	--btn-green:#00b5c9;
	--btn-blue:#2983d5;
	--btn-st:#00519b;
	--purple-2:#9959ea;
	--pink-2:#e25286;
	--pink-b:#f28624;
	--green-4:#49b1bd;
	--yesnowaku:#eaf2f6;
	--lm-gray-label:#888;
}



/* Typographical Elements
--------------------------------------------- */


body {
	font-size: 15px;	
	line-height: 2;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	color: var(--lm-black);
	/*min-width: 450px;*/
	
	
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
}

/**/

.prhyouki {
	font-size: 16px;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

/*
.prhyouki span {
	border: 1px solid #000;
	padding: 1px 5px;
	font-size: 0.8em;
    vertical-align: text-top;
}
*/

@media screen and (max-width: 1023px) {
	.prhyouki {
		font-size: 14px;
	}
}

/**/

.tribe-events-meta-group a {
	color: #498ecc;
	/*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
	width: 100%;
	*/
}

.tribe-events-meta-group a:hover {
	color: #498ecc;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
	color: #498ecc;
	font-weight: 500;
}

/**/

.tribe-events-event-categories-label, .tribe-event-tags-label, .tribe-events-c-subscribe-dropdown, .tribe-events-back {
	display: none;
}

.tribe-events-event-categories, .tribe-event-tags {
	display:  inline-block;
	margin-right: 1em;
	color: #aaa;
}

.tribe-events-meta-item {
	display:  inline-block;
}

.tribe-events-event-categories a {
	display:  inline-block;
	background-color: #50b1bc;
	color: #fff;
	padding: 5px 15px;
	line-height: 1.2;
	text-decoration: none;
}

.tribe-event-tags a {
	display:  inline-block;
	padding: 5px 0;
	line-height: 1.2;
	text-decoration: none;
	opacity: 0.7;
	color: #333;
}

.tribe-event-tags a:hover {
	text-decoration: underline;
}

.tribe-events-single-event-title {
	word-break: auto-phrase;
	margin: 10px 0;
}

.tribe-events-schedule {
	font-weight: 300;
	font-size: 30px;
    margin: 0 0 50px;
	border-top: 1px solid #000;
}

@media screen and (max-width: 1023px) {
	.tribe-events-schedule {
		font-size: 18px;
	}
}

.tribe-events-single>.tribe_events {
	display: block;
}

.tribe-events-event-meta {
	display: block;
	font-size: 16px;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	display: block;
}

.tribe-events-meta-group {
	display: block;
	width: 100%;
	padding: 0;
}

.is-style-primary-box, .primary-box, .sp-primary, .primary {
	padding: 0;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: 16px;
	line-height: 1.75;
}

.tribe-events-content p {
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #f5f5f5;
}

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	display: none;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	margin-top: 0;
	padding-top: 0;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	margin-bottom: 0;
}

.tribe-events-single-section-title {
	margin-top: 10px;
}

.tribe-events-venue-map {
	width: 100%;
	margin-top: 20px;
	height: 350px;
	filter: grayscale(.15);
}

.tribe-events-gmap {
	display: none !important;
}

.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
	max-height: none;
}

.tribe-events-sub-nav {
	padding-left: 0;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: 20px;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
	font-size: 15px;
}

/**/

.tribe-events .tribe-events-l-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	width: 180px;
}

.tribe-events .tribe-events-c-view-selector__button:before {
	background-color: #50b1bc;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #50b1bc;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #50b1bc;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: #50b1bc;
}

.tribe-common .tribe-events-header__title-text {
	font-weight: 700;
	margin-bottom: 20px;
}

.tribe-events-c-breadcrumbs {
	display: none;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 15px;
}

.tribe-common--breakpoint-medium.tribe-common time .tribe-common-h4--min-medium {
	font-size: 30px;
}

.tribe-common .tribe-common-h5 {
	font-size: 25px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
	width: 80px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 100%;
}

.tribe-common .tribe-common-anchor-thin {
    border-bottom: 2px solid #50b1bc;
	line-height: 1.5;
}

.tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 2px solid #498ecc;
}

/*
.tribe-common .tribe-common-anchor-thin:after {
    border-bottom: 2px solid #50b1bc;
	content: " >";
	color: #50b1bc;
	font-weight: 300;
} 
*/

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	padding-top: 1px;
}

.tribe-events .tribe-events-c-view-selector__list-item-icon {
    position: relative;
    top: -7px;
}

#tribe-events-footer {
	margin-top: 30px;
}

.tribe-events .tribe-events-calendar-list-nav {
	display: none;
}

/*
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: none !important;
}
*/

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 p {
    padding: 15px 20px;
    background-color: #f5f5f5;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	margin-bottom: 15px;
}

.tribe-common .tribe-common-b2--bold {
	font-weight: 400;
}

.tribe-events-calendar-list__event-venue-address {
	font-weight: 300;
	opacity: 0.7;
}

.tribe-events .tribe-events-calendar-month__header-column {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop:hover {
	background-color: #50b1bc20;
}

.tribe-events-event-meta dd, .tribe-events-event-meta dt {
	display: inline-block;
	margin-right: 1em;
}

.tribe-events-event-meta dt[class*=url]+dd {
	display: inline-block;
}

.tribe-street-address {
	font-weight: 300;
}

.tribe-street-address:before {
	content: "所在地: ";
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    font-size: 0.8em;
	word-break: auto-phrase;
}

/**/

body #container .widget-content-top {
	margin-bottom: 0;	
}

.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 {
	padding-left: 1em;
	padding-right: 1em;
}

@media screen and (max-width: 1023px) {
    #navi .navi-in > .menu-mobile li {
		width: 15%;
	}
}

.content {
	margin-top: 20px;
}

/**/

.sidebar h2, .sidebar h3 {
	margin: 0;	
}

.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 {
    border-top: 1px solid #e3e3e3;
}

/**/

.site-name-text {
    font-weight: 800;
}

.tagline {
	margin: 0;
}

.header-container-in #navi-in {
    border-top: 1px solid #ddd;
}

.logo-text {
	padding: 20px 0;
}

/**/

.moshi, .content .moshi {
    background-color: #111111d1;
    font-weight: 700;
    color: #fff;
    font-size: 1.1em;
    padding: 5px 20px;
    display: table;
    margin-bottom: 15px;
    /* border-radius: 7px; */
}

.moshi_2, .content .moshi_2 {
    border-bottom: 3px solid #50b1bc;
    padding: 10px 20px;
    /* border-radius: 10px; */
    margin-top: -15px;
    margin-left: 0px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .content_2 h2 {
        font-size: 2.5rem;
    }
}

.moshi_2 strong {
    color: #d55a26;
    font-weight: 700 !important;
}

body .shita-yajirushi {
    text-align: center;
    font-weight: 400;
    font-size: 3.5em;
    line-height: 1;
    color: #50b1bc50;
    margin-bottom: 0;
    position: relative;
    top: -15px;
	margin-top: 6px;
}

body .service {
    clear: both;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

body .service h3 {
    margin-top: 15px;
    line-height: 1.2em;
    border-left: 3px solid #ddd;
    padding: 8px 0 8px 15px;
	font-weight: 700;
    font-size: 1.2em;
	margin-bottom: 20px;
}

.service h3 span {
    background-color: #d55a26;
    color: #fff;
    font-size: 0.7em;
    line-height: 1em;
    vertical-align: baseline;
    padding: 2px 4px;
    display: table;
    margin-right: 5px;
    margin-bottom: 5px;
}

.u-shadow p {
    margin-top: 10px;
}

body .service p, body .service li {
	font-size: 0.9em;
	margin-bottom: 20px;
}

body .service li {
	list-style: none;
}

body .fair_st_left {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
    width: 100px;
}

@media only screen and (min-width: 768px) {
    body .fair_st_left {
        width: 150px;
    }
}

body .fair_st_left img {
    width: 100px;
    height: auto;
}

@media only screen and (min-width: 768px) {
  	 body .fair_st_left img {
        width: 150px;
        height: auto;
    }
}

.fair_st_right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px;
	font-size: 0.9em;
}

.u-shadow p a {
    color: #535ea2;
    text-decoration: none;
}

.u-shadow p a:hover {
	text-decoration: underline;
}

a.btn_link, .btn_link a, .content a.btn_link, .content .btn_link a {
    display: table;
    margin: 30px auto 50px;
    /* width: 255px; */
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: -moz-linear-gradient(left, #00b5c9 0%, #2983d5 100%);
    background: -webkit-linear-gradient(left, #00b5c9 0%, #2983d5 100%);
    background: linear-gradient(to right, var#00b5c9 0%,#2983d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5c9', endColorstr='#2983d5',GradientType=1 );
    border-radius: 50px;
    /* border-bottom: 3px solid var(--btn-st); */
    padding: 8px 25px;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px #00519b;
    font-weight: 700;
    font-size: 1.2rem;
}

a.btn_link, .btn_link a:hover {
    opacity: 0.8;
	color: #fff !important;
}

a.btn_link:active, .btn_link a:active {
    position: relative;
    top: 4px;
    box-shadow: none;
}

.link_fair_homepage {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.3;
}

body .service .accesstable {
    line-height: 1.5em;
    margin-top: 15px;
}

body .service .accesstable th {
    width: 100px;
    vertical-align: top;
}

body .service .accesstable td {
    vertical-align: top;
}

.kaisetsu h3 {
    margin: 40px 0;
}

.kaisetsu p {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

.kaisetsu li {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

body .link_fair_homepage a {
    font-weight: 700;
    display: inline-block;
    border: 2px solid #50b1bc;
    border-radius: 10px;
    padding: 10px;
    color: #50b1bc;
	margin-top: 20px;
	margin-bottom: 50px;
}

.link_fair_homepage a:before {
    content: "＞ ";
    color: #50b1bc;
}

body .service ol {
}

body .events-category-des h2 a {
	color: #535ea2 !important;
}

body .service:last-child {
	border-bottom: none;
}

/**/

.link_panel {
    font-size: 0.9em;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(https://logotype.jp/tenshoku-fair/wp-content/uploads/2025/09/1026428.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: contain;
}

.entry-content .link_panel li {
    padding-left: 0.5em;
}

.entry-content ul > li::before {
    color: #a83f3f;
}

.entry-content ul>li:before {
}

.link_panel li a {
    color: #000;
    text-decoration: underline;
}

/**/

.footer-bottom {
    margin-bottom: 30px;
	
    margin-top: 24px;
    padding: 8px;
    position: relative;
    font-size: 14px;
}

.copyright {
    font-size: .7em;
    opacity: .7;
}

/**/

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size: 1em !important;
    font-weight: 600;
}

.tribe-events-widget-events-list__event-details {
	margin-top: 2px !important;
}

.tribe-events-widget-events-list__view-more {
	text-align: center;
}

.tribe-events-widget-events-list__view-more a {
	line-height: 1.4em !important;
	border-radius: 20px;
	padding: 10px 20px !important;
	display: inline-block;
	margin: 20px auto !important;
	width: 200px;
	text-align: center;
	font-weight: 500;
	background-color: #50b1bc !important;
	color: #fff !important;
	border: none !important;
}

.tribe-events-widget-events-list__view-more a:hover {
	opacity: 0.75;
	border: none !important;
}

.footer-meta {
	display: none;
}

/**/

	
.chart-waku {
    border: 3px solid #eee;
    padding: 20px 20px;
    border-radius: 10px;
}

.yesno_chart .yesno_question_waku {
    margin-bottom: -11px;
    background-color: #eaf2f6;
}

.yesno_chart table {
    width: 100%;
    border: none;
    margin-bottom: 0;
}

.yesno_chart table td {
    border: none;
    height: 50px;
    padding: 10px;
}

.yesno_chart p.kijishita_yesno {
    border-left: none;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.yesno_question_waku p.kijishita_yesno span {
    font-size: 0.7em;
    padding: 2px 8px;
    background-color: #e7e7e7;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.sentakushi {
    list-style: none;
    width: 100%;
    display: table;
    margin-top: 4px;
}

.sentakushi .yesnomihon {
    text-align: center;
    display: table-cell;
    width: 46%;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    line-height: 1.5em;
}

.sentakushi_yes {
    background-color: #50b1bc;
    padding: 12px 2%;
}

.sentakushi_no {
    background-color: #cc6060;
    padding: 8px 2%;
}

.yesno_chart table.yajirushi {
    width: 98%;
    margin: 0 1%;
}

.yesno_chart .yajirushi_yes {
    border-right: 4px solid #50b1bc;
    color: #50b1bc;
    text-align: right;
    font-weight: 700;
}

.yesno_chart .yajirushi_no {
    border-right: 4px solid #cc6060;
    color: #cc6060;
    text-align: right;
    font-weight: 700;
}

.yesno_chart .yesnopagelink {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    padding: 0 5%;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.yesno_chart .yesnopagelink {
		padding: 0 10%;
	}
}

.yesno_chart .yesnopagelink a {
	padding: 20px 10px;
	word-break: auto-phrase;
    display: block;
    color: #fff;
    background-color: #7654d6;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0px -10px 15px rgb(255, 255, 255);
    background: #7a60c4;
    background: -moz-linear-gradient(left, #7a60c4 0%, #498ecc 100%);
    background: -webkit-linear-gradient(left, #7a60c4 0%, #498ecc 100%);
    background: linear-gradient(to right, #7a60c4 0%, #498ecc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a60c4', endColorstr='#498ecc',GradientType=1 );
}
								
.yesno_chart .yesnopagelink a:hover {
    opacity: 0.8;
}

/**/

[class*=bc-brand-color] .facebook-button {
    background-color: #4786bf;
}

[class*=bc-brand-color] .hatebu-button {
    background-color: #407ab9;
}

[class*=bc-brand-color] .line-button {
    background-color: #62ac4c;
}

/**/

.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
    display: none;
}

.tribe-events-single-event-description a img:hover {
	opacity: 0.9;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    font-size: 1.5em;
    font-weight: 300;
}

.tribe-common .tribe-common-h--alt {
    font-size: 1em;
    font-weight: 300;
}

/**/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
    padding-left: 10px;
    padding-right: 10px;
}

/**/

.article-header .date-tags {
	display: none;
}
