@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/***** common *****/
.wrap {
	width:1000px;
}
@media screen and (max-width: 834px){
	.wrap {	width:100%; }
}
.main {
	padding: 0 20px;
}


.visible-pc { display:block; }
.visible-sm { display:none; }
@media (max-width: 767px) {
	.visible-pc { display:none; }
	.visible-sm { display:block; }
}
.search-menu-button { opacity:0; }
.date-tags { display:none; }
.entry-footer { display:none; }
.color-global {	color:#1a98bb; }
.red { color:red; }
.bold { font-weight:bold; }
.txt-09 { font-size:0.9em; }
.txt-08 { font-size:0.8em; }
.txt-07 { font-size:0.7em; }
.txt-06 { font-size:0.6em; }

/*** flex box ***/
.flex {
	display: flex;
    flex-direction: row;
    justify-content:flex-start;
}
.flex-m {
	display: flex;
    flex-direction: row;
    justify-content:flex-start;
}
@media (max-width: 767px) {
	.flex-m {
		display: block;
	}
}
.content-end {
	 justify-content:flex-end;
}
.content-center {
	 justify-content:center;
}
.content-between {
	 justify-content:space-between;
}
.content-around {
	 justify-content:space-around;
}
.flex-wrap {
	flex-wrap: wrap;
}


.entry-content {
	margin-top:0;
	margin-bottom:0;
}

.article h3, h3 {
	margin:0;
	font-size:1.0em;
	border-color:#1a98bb;
}
.article h3 .subtitle {
	padding-left:15px;
	font-size:0.9em;
	color:#1a98bb;
}
.article h3.icon-title img,
h3.icon-title img{
	width:38px;
	vertical-align:middle;
	padding-right:8px;
}

.article h4, h4 {
	font-size:0.9em;
	border-top:none;
	border-bottom:none;
	border-left:5px solid #4169e1;
	padding-left:15px;
}

.sub-contents {
	padding:0 20px;
}
@media (max-width: 767px) {
	.sub-contents {
		padding:0px;
	}
}

.entry-title {
	font-size:1.2em;
	color:#1a98bb;
	text-align:center;
	border-bottom:3px solid #1a98bb;
	padding-bottom:5px;
}

.linkbtn {
	display:block;
	width:100%;
	background:linear-gradient(#ffffff, #f5f5f5);
	border:1px solid #666;
	border-radius:3px;
	padding:8px 0 8px 20px;
	margin-bottom:10px;
	color:#333;
	font-size:0.9em;
	text-decoration:none;
}
.linkbtn:hover {
	background:linear-gradient(#f0f8ff, #b0c4de);
}

/* table */
table { border:2px solid #4169e1; }
table th {
	border:none;
	border-bottom:1px dotted #4169e1; 
	background:#e6e6fa;
	text-align:left;
}
@media (max-width: 767px) {
	table th { text-align:center; }	
}

table.tbl-full th, table.tbl-full td {
	display:block;
	width:100%;
}
table.tbl-full td {
	padding: 3px 15px;
}


#pl-6 .so-panel {
	/* margin-bottom:10px!important; */
}
ol, ul {
	padding:0 20px;
}
p {
	margin:0;
}



/** ボタン **/
.btn-area a{
	display:inline-block;
	padding:5px 25px;
	background-color:#1a98bb;
	color:#fff;
	border:double 4px #fff;
}
.btn-area a:hover {
	background-color:#f08300;
}
.btn-R {
	text-align:right;
}

/***** header *****/
.header-container-in.hlt-top-menu {
	display:block;
}
.header-container {
	border-bottom:5px solid #1a98bb;
}
.add-header-contents { width:auto; }
.head-3 { width:150px; text-align:right; }

@media (max-width: 767px) {
	.logo-header { width:100%; }
	.add-header-contents { display:none; }
}

.header-container-in.hlt-top-menu .logo-header img {
	padding-top:10px;
	max-height:50px;
}
@media (max-width: 767px) {
	.header-container-in.hlt-top-menu .logo-header img {
		max-height:60px;
	}
}
.header-in {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
	align-items:center;
	padding:6px 0;
}

.office-title {
	font-size:1.2em;
	font-weight:bold;
}

.head-office {
	display:flex;
	align-items:center;
}
.head-office img {
	max-width:40px;
	padding-right:3px;
}

.head-3 a {
	display:block;
	background-color:#1a98bb;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	width:100%;
	padding:5px 0;
	font-size:0.9em;
	text-align:center;
}
.head-3 a:hover {
	background-color:#f08300;
}

/***** menu *****/
.navi-in ul {
	/* justify-content:space-between */
}
.menu-top li {
	background: linear-gradient(#ffffff, #f5f5f5);
}
.navi-in a {
	font-size:0.9em;
}
.menu-top li img {
	width:38px;
	vertical-align:middle;
	padding-right:8px;
}
/* 路線バス */
#menu-item-44 {
	border-top: 3px solid #4169e1;
	border-left: 3px solid #4169e1;
	border-right: 3px solid #4169e1;
}
/* 特定バス */
#menu-item-45 {
	border-top: 3px solid #4169e1;
	/* border-left: 3px solid #4169e1; */
	border-right: 3px solid #4169e1;
}
/* 会社概要 */
#menu-item-48 {
	margin-left:20px;
	border-top: 3px solid #1a98bb;
	border-left: 3px solid #1a98bb;
	border-right: 3px solid #1a98bb;
}
/* 個人情報保護 */
#menu-item-49 {
	margin-right:20px;
	border-top: 3px solid #1a98bb;
	/* border-left: 3px solid #4169e1; */
	border-right: 3px solid #1a98bb;
}
/* 採用情報 */
#menu-item-14 {
	border-top: 3px solid #e95464;
	border-left: 3px solid #e95464;
	border-right: 3px solid #e95464;
}

/***** footer *****/
.footer {
	border-top:5px solid #1a98bb;
}
.footer-bottom {
	margin-top:5px;
}


/***** top page *****/
.page-id-6 .entry-title {
	display:none;
}
.top-img { display:none; }
.page-id-6 .top-img {
	display:block;
	max-width:1000px;
	margin:0 auto;
}
.top-img img {
	display:block;
	width:1000px;
	margin:0 auto;
}

@media (max-width: 767px) {
	.bnr_area {
		width:100%;
		text-align:center;
	}
	.bnr_area img {
		max-width:300px;
	}
}
/*** 緊急情報 ***/
.info-emergency {
	border:3px solid red;
	background:#ffedab;
}
.info-emergency h3.h-emergency {
	border:none;
	color:red;
	font-size:1.0em;
	padding-left:48px;
	border-bottom:2px dotted red;
	background-image:url("/wp/wp/wp-content/uploads/2020/04/icon-warning.png");
	background-size:35px 35px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
.info-emergency ul {
	list-style-type:none;
}
.info-emergency ul li .ymd {
	font-size:0.8em;
	padding-right:15px;
}
.info-emergency ul li a {
	color:#333;
}
@media (max-width: 767px) {
	.info-emergency ul {
		padding:0 10px;
	}
}

/*** 新着情報 ***/
.info-news {
	margin:10px 20px;
}
.info-news ul {
	list-style-type:none;
}
.info-news ul li {
	border-bottom:2px dotted #1a98bb;
	padding-bottom:3px;
}
.info-news ul li .ymd {
	font-size:0.8em;
	padding:0 15px;
}

.info-news ul li .category-imp {
	display:inline-block;
	width:120px;
	font-size:0.7em;
	background-color:#ff7f50;
	color:#fff;
	text-align:center;
	padding:2px 0;
	border-radius:4px;
}
.info-news ul li .category-news {
	display:inline-block;
	width:120px;
	font-size:0.7em;
	background-color:#4169e1;
	color:#fff;
	text-align:center;
	padding:2px 0;
	border-radius:4px;
}
.info-news ul li .posttitle {
	display:inline-block;
	margin-left:20px;
}
@media (max-width: 767px) {
	.info-news {
		margin:10px 5px;
	}
	.info-news ul {
		padding:0;
	}
	.info-news ul li .ymd {
		padding-left:0;
		padding-right:8px;
	}
	.info-news ul li .category-news,
	.info-news ul li .category-imp {
		width:90px;
		font-size:0.6em;
	}
	.info-news ul li .posttitle {
		display:block;
		margin-left:10px;
	}
}

/*** リンクメニュー ***/
.link-menu {
	display:block;
	width:24%;
	text-align:center;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	padding:8px 0;
}
@media (max-width: 767px) {
	.link-menu {
		width:48%;
		margin-top:15px;
	}
}
.link-menu:hover {
	opacity:0.7;
	color:#666;
	text-decoration:underline;
}
.link-menu  img {
	width:60px;
	padding:8px 0 5px;
}
/* 路線バス,特定バス */
.menu-routebus {
	border:3px solid #4169e1;
	background:#e6e6fa;
}
.menu-routebus h3.h-routebus {
	border:none;
	color:#666;
	font-size:1.0em;
	padding-left:48px;
	border-bottom:2px dotted #4169e1;
	background-image:url("/wp/wp/wp-content/uploads/2020/04/バスの正面アイコン.png");
	background-size:35px 35px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.menu-routebus h3.h-routebus {
		background-size:30px 30px;
	}
}
.link-routebus {
	border:1px solid #333;
	background: linear-gradient(#ffffff, #f5f5f5);
}
/* 採用情報 */
.menu-saiyo {
	border:3px solid #e95464;
	background:#ffe0ef;
}
/* 会社概要,個人情報保護 */
.menu-conpany {
	border:3px solid #1a98bb;
	background:#e0ffff;
}


/********** 路線バス **********/
#schedule,#route,#price,#teiki {
	border:none;
	color:#666;
	font-size:1.0em;
	padding-left:48px;
	border-left:4px solid #4169e1;
	border-bottom:2px solid #4169e1;
	background-size:35px 35px;
	background-position: 6px center;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
#schedule { background-image:url("/wp/wp/wp-content/uploads/2020/04/icon-tokei.png"); }
#route { background-image:url("/wp/wp/wp-content/uploads/2020/04/icon-busstop.png"); }
#price { background-image:url("/wp/wp/wp-content/uploads/2020/04/icon-yen.png"); }
#teiki { background-image:url("/wp/wp/wp-content/uploads/2020/04/icon-teiki.png"); }

@media (max-width: 767px) {
	#schedule,#route,#price,#teiki {
		background-size:30px 30px;
	}
}
/*** 時刻表 ***/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #666;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: normal;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: linear-gradient(#ffffff, #f5f5f5);
	border:1px solid #4169e1;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #f5f5f5;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*** 路線別 ***/
.rosen {
	display:inline-block;
	font-size:0.8em;
	font-weight:normal;
	color:#fff;
	margin-left:3px;
	margin-right:15px;
	border-radius:5px;
	width:80px;
	text-align:center;
}
.y-01 {	background:#008001; }
.y-02 {	background:#fe0000; }
.m-01 {	background:#993400; }
.ym-01 { background:#0181cc; }
.ym-02 { background:#ff6501; }
.ym-03 { background:#4E4B45; }
.s-01 { background:#002060; }
@media (max-width: 767px) {
	.cp_actab label {
		font-size:0.8em;
		line-height:2.5;
	}
	.rosen {
		display:block;
		font-size:0.7em;
		margin:0px;
		margin-top:5px;
	}
}
.tbl-schedule-sm {
	border:none;
}
.tbl-schedule-sm td {
	width:50%;
	text-align:center;
}

.rosen-content {
	padding:10px;
}

/*** 運賃 ***/
.paypay-L {	width:20%; }
@media (max-width: 767px) {
	.paypay-L, .paypay-R {
		width:100%;
		text-align:center;
	}
}
.paypay-R p { text-align:left;}
.title-paypay {
	width:100%;
	border:2px solid red;
	background:#ffffcc;
	padding:5px 0;
	text-align:center;
	font-size:1.1em;
	color:red;
	font-weight:bold;
}

.tbl-price {
	font-size:0.9em;
	max-width:700px;
}
.tbl-price caption {
	color:#4169e1;
	font-weight:bold;
}
.tbl-price th,.tbl-price td {
	text-align:center;
	border:1px solid #4169e1; 
}
.tbl-price td {
	width:20%;
}
.tbl-price th.sub-th {
	font-weight:normal;
	background:#f0f8ff;
}

/*** 定期券・回数券 ***/
.haraimodoshi {
	width:100%;
	border:2px solid #4169e1;
	background:#ffffcc;
	padding:10px 0;
	text-align:center;
	font-size:0.9em;
}
.flex-teiki { width:48%; }
@media (max-width: 767px) {
	.flex-teiki { width:100%; }
}

/*** 各バス停ページ ***/
.page-id-310 .entry-title {
	display:none;
}
.busstop-title {
	font-size:1.2em;
	color:#1a98bb;
	text-align:center;
	border-bottom:3px solid #1a98bb;
	padding-bottom:5px;
}

/********** 会社概要 **********/
#h-company {
	border:none;
	color:#666;
	font-size:1.0em;
	padding-left:48px;
	border-left:4px solid #1a98bb;
	border-bottom:2px solid #1a98bb;
	background-size:35px 35px;
	background-position: 6px center;
	background-repeat: no-repeat;
	margin-bottom:20px;
	background-image:url("/wp-content/uploads/2020/03/icon-office.png");
}

table.tbl-company td {
	padding: 3px 15px;
}
table.tbl-company td.td-title {
	background:#f5f5f5;
	text-align:center;
}
/*****定期券購入*****/
#submit-button{
	width:300px;
	height:100px
	text-align:center;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	margin-bottom:30px;
}
input[type='submit'] {
    -webkit-appearance: none;
	border:2px solid #1a98bb;
	background-color:#1a98bb;
	color:#fff;
	border-radius:5px;
}

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.mw_wp_form .horizontal-item + .horizontal-item {
    /* margin-left: 10px; */
}
}
