@charset "utf-8";

/* *****共通設定***** */

a { color: #387d39; }
a:hover { color: #8b0000; }
.bg-primary,
.btn-primary { background-color: #006400 !important; }
.border-primary { border-color: #006400 !important; }
.bg-maincolor { background-color: #f0f8ff !important; }
.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}

.bg_mini{background-image:url("../img/mini_main.jpg")!important;
  background-size:contain;
  height:300px;
  clear:both;
}

.bg_side{background-image:url("../img/side0718.jpg")!important;
  background-color: #ffffff;
  background-size:contain;
  width:100%;
  height:100px;
  background-repeat: no-repeat;
  clear:both;
}

.bg-yl-color { background-color: #fffaf0 !important;}
.bg-ol-color { background-color: #fcfff9 !important;}
.text-shadow { text-shadow: 1px 1px 3px #000; }
.font-oleo { font-family: 'Oleo Script', cursive; }
.font-plus{font-family: 'M PLUS Rounded 1c', sans-serif;}
.font-kiwi{font-family: 'Kiwi Maru', serif;}
.bg-col { background-color: #f3a68c !important;}
.bg-uni { background-color: #87cefa !important;}
.line_pink {background: linear-gradient(transparent 60%, #F8BBD0 60%);}

/* ヘッダー(navbar) */
#nav01 {  background: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%); border-bottom:1px solid #48370d; }

#nav02 .nav-fill { width: 100%; }
#nav02 .nav-item { border-left: 1px solid #dee2e6; }
#nav02 .last-list-md { border-right: 1px solid #dee2e6; }


/* フッター */
#footer{
  clear:both;
}

#footer{display: block;}

#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}
#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
}

#footer .container{
    color: #333333;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    color: #333333;
}

#footer img {
	width: 100%;
}



/* *****トップページ***** */
.jumbotron {clear: left;
  background-image: url("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
  width: 100%;
}

.jumbotron-fluid {clear: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
  width: 100%;
}


#hamabus .jumbotron-fluid {
  background: #f1efff url("../img/top_hamabus.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
  position: relative;
}

#access .jumbotron {
  background: #f1efff url("../img/top_access.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

#toi .jumbotron {
  background: #f1efff url("../img/top_toi.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

.navbar-brand img{
    min-height:70px;
}

.come_line {
   display: inline-block;
   padding-bottom: 0;
   text-decoration: none;
}


#hamabus .jumbotron-fluid .title_s{width:100%;
  position: relative;
  text-align: center;
  margin:0 auto;
}





/* アコーディオン1ここから */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #f3a68c;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdede4;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}
/* 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);
}

/* アコーディオン2ここから */
.cp2_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp2_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp2_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #87cefa ;
}
.cp2_actab .cp2_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #efffff;
}
.cp2_actab .cp2_actab-content p {
	margin: 1em;
}
/* :checked */
.cp2_actab input:checked ~ .cp2_actab-content {
	max-height: 20em;
}
/* Icon */
.cp2_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;
}
.cp2_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp2_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン3 6/7ここから 一部変更 */
.cp3_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp3_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp3_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#ff8c00;
}
.cp3_actab .cp3_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fffcf9;
}
.cp3_actab .cp3_actab-content p {
	margin: 1em;
}
/* :checked */
.cp3_actab input:checked ~ .cp3_actab-content {
	max-height: 100%;
}
/* Icon */
.cp3_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;
}
.cp3_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp3_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン4 7/18ここから一部変更 */
.cp4_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp4_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp4_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #00cc66;
}
.cp4_actab .cp4_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp4_actab .cp4_actab-content p {
	margin: 1em;
}
/* :checked */
.cp4_actab input:checked ~ .cp4_actab-content {
	max-height: 100%;
}
/* Icon */
.cp4_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;
}
.cp4_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp4_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン5 7/19ここから一部変更 */
.cp5_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp5_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp5_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #33ccff;
}
.cp5_actab .cp5_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp5_actab .cp5_actab-content p {
	margin: 1em;
}
/* :checked */
.cp5_actab input:checked ~ .cp5_actab-content {
	max-height: 100%;
}
/* Icon */
.cp5_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;
}
.cp5_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp5_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン6 8/1ここから一部変更 */
.cp6_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp6_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp6_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #c3d825;
}
.cp6_actab .cp6_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp6_actab .cp6_actab-content p {
	margin: 1em;
}
/* :checked */
.cp6_actab input:checked ~ .cp6_actab-content {
	max-height: 100%;
}
/* Icon */
.cp6_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;
}
.cp6_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp6_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン7 8/29 ここから一部変更 */
.cp7_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp7_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp7_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #e95295;
}
.cp7_actab .cp7_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp7_actab .cp7_actab-content p {
	margin: 1em;
}
/* :checked */
.cp7_actab input:checked ~ .cp7_actab-content {
	max-height: 100%;
}
/* Icon */
.cp7_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;
}
.cp7_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp7_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン2-1 7/18大学スケジュール */
.cp8_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp8_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp8_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#87cefa;
}
.cp8_actab .cp8_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #efffff;
}
.cp8_actab .cp8_actab-content p {
	margin: 1em;
}
/* :checked */
.cp8_actab input:checked ~ .cp8_actab-content {
	max-height: 100%;
}
/* Icon */
.cp8_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;
}
.cp8_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp8_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン1-1 7/19短大スケジュール */
.cp9_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp9_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp9_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#f3a68c;
}
.cp9_actab .cp9_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdede4;
}
.cp9_actab .cp9_actab-content p {
	margin: 1em;
}
/* :checked */
.cp9_actab input:checked ~ .cp9_actab-content {
	max-height: 100%;
}
/* Icon */
.cp9_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;
}
.cp9_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp9_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


/* アコーディオン2-2 8/29大学スケジュール */
.cp10_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp10_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp10_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#87cefa;
}
.cp10_actab .cp10_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #efffff;
}
.cp10_actab .cp10_actab-content p {
	margin: 1em;
}
/* :checked */
.cp10_actab input:checked ~ .cp10_actab-content {
	max-height: 100%;
}
/* Icon */
.cp10_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;
}
.cp10_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp10_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン1-2 8/29短大スケジュール */
.cp11_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp11_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp11_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#f3a68c;
}
.cp11_actab .cp11_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdede4;
}
.cp11_actab .cp11_actab-content p {
	margin: 1em;
}
/* :checked */
.cp11_actab input:checked ~ .cp11_actab-content {
	max-height: 100%;
}
/* Icon */
.cp11_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;
}
.cp11_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp11_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン1-2 2021/7/18短大スケジュール */
.cp12_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp12_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp12_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#f3a68c;
}
.cp12_actab .cp12_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdede4;
}
.cp12_actab .cp12_actab-content p {
	margin: 1em;
}
/* :checked */
.cp12_actab input:checked ~ .cp12_actab-content {
	max-height: 100%;
}
/* Icon */
.cp12_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;
}
.cp12_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp12_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン2-2 7/18大学スケジュール */
.cp13_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp13_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp13_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#87cefa;
}
.cp13_actab .cp13_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #efffff;
}
.cp13_actab .cp13_actab-content p {
	margin: 1em;
}
/* :checked */
.cp13_actab input:checked ~ .cp13_actab-content {
	max-height: 100%;
}
/* Icon */
.cp13_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;
}
.cp13_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp13_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン2-2 8/7大学スケジュール */
.cp14_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp14_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp14_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#87cefa;
}
.cp14_actab .cp14_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #efffff;
}
.cp14_actab .cp14_actab-content p {
	margin: 1em;
}
/* :checked */
.cp14_actab input:checked ~ .cp14_actab-content {
	max-height: 100%;
}
/* Icon */
.cp14_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;
}
.cp14_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp14_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン1-2 2021/8/7短大スケジュール */
.cp15_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    height:auto;
	margin: 0 auto;
	color: #ffffff;
    display: block;
}
.cp15_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp15_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#f3a68c;
}
.cp15_actab .cp15_actab-content {
    overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fdede4;
}
.cp15_actab .cp15_actab-content p {
	margin: 1em;
}
/* :checked */
.cp15_actab input:checked ~ .cp15_actab-content {
	max-height: 100%;
}
/* Icon */
.cp15_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;
}
.cp15_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp15_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

/* *****ミニ授業　学科色***** */

.bg-gakka1{background-color:#EF6600;
           color:#fff;
           padding:10px;
}

.bg-gakka2{background-color:#00cccc;
           color:#fff;
           padding:10px;
}

.bg-gakka3{background-color:#99CC33;
           color:#fff;
           padding:10px;
}

.bg-gakka4{background-color: #cc6699;
           color:#fff;
           padding:10px;
}

.bg-gakka5{background-color: #66ccff;
           color:#fff;
           padding:10px;
}

.bg-gakka6{background-color: #ff66cc;
           color:#fff;
           padding:10px;
}

#footer{background: linear-gradient(to top, #96fbc4 0%, #f9f586 100%); border-bottom:1px solid #48370d;
           padding:10px;
}

/* --------------------------------------------------

浜松＆名古屋バスページ用

--------------------------------------------------　*/


#post_mou{width:100%;
	float:left;
	margin:10px auto 10px;
	padding:0px;
}


#post_mou p {
font-size:1.125rem;
font-weight: 700;
padding: .5em .75em;
background-color: #fafad2;
border-left: 6px solid #ffff99;
margin-bottom: 10px;
}

#post_mou h2{
padding-bottom: 5px;
margin-bottom: 10px;
}

#post_title ul{list-style-type: none;
  
}

/* バス地図 */

.buschizu{
        margin:20px 0 20px 10px;
        padding:0;
        width:100%;
}


.buschizu ul {list-style-type:none;
        max-width:100%;
        margin:0;
        padding:0;
}


.buschizu ul li{margin-right:10px;
margin-bottom:20px;
	float: left;
}

.buschizu li img{display:block;
width:100%;
}

.buschizu li img{display:block;
                  max-width:500px;
}



.hamachizu {
        display:block;
        margin-top:15px;
        margin-left:5px;
        max-width:450px;
}

.cc_next{
 clear:both
}

.step {font-size:16px;
margin-top:10px;
color:#660000;
}

.buscome {font-size:16px;
margin-top:10px;
color:#660000;
}

.step a {
color:#65a243;
font-weight:700;
}

h2.sp_botan{max-width: 300px;
position: relative;
padding-bottom:0.5rem;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
color: white;
font-weight: 600;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
margin: 0.5em;
}

/* 箇条書き */

.howto{ font-size:16px;
          font-weight:600;
          margin-left:5px;
          counter-reset: li;
          list-style: none;
           padding-left: 5px;
}

.howto > li {font-size:1em;
               line-height: 1.25;
                position: relative;
                margin-bottom:5px; 
                padding-left: 2.5em;
}

.howto > li:before {content: counter(li) "";
                        counter-increment: li; 
                        position: absolute;
                        left: 0; width: 1.25em; height: 1.25em;
                        background: #ff0033;
                         border-radius: 50px; 
                         color: #fff;
                         line-height: 1.25; 
                         text-align: center;
}

/* ステップ */

.step {font-size:16px;
margin-top:10px;
color:#660000;
}

.buscome {font-size:16px;
margin-top:10px;
color:#660000;
}

.step a {
color:#65a243;
font-weight:700;
}

.gazo_title img{ max-width:330px;
}

/* 吹き出し */
h2.ga_mei1 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .7em .75em;
	background-color: #ffcc33;
	border-radius: 6px;
}

h2.ga_mei1::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #ffcc33;

}

h2.ga_mei1 span {font-size:10px;
}

h2.ga_mei2 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .7em .75em;
	background-color: #ffa500;
	border-radius: 6px;
}

h2.ga_mei2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #ffa500;

}

h2.ga_mei2 span {font-size:10px;
}

h2.ga_mei3 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .7em .75em;
	background-color: #40e0d0;
	border-radius: 6px;
}

h2.ga_mei3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #40e0d0;

}

h2.ga_mei3 span {font-size:10px;
}


/* ストライプ見出し */
.bus_sche1 {
  color: #6cb4e4;
  text-align: center;
  padding: 0.5em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/* 地図関係か */

#mainBanner{
margin:20px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
}

/* バスサブ見出し */
p.heading_kouza {margin-top:20px;
color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}
p.heading_kouza::before,
p.heading_kouza::after {
	position: absolute;
	content: '';
	border-radius: 100%;

}
p.heading_kouza::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
    background-color:#ff9933;
}
p.heading_kouza::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
    background-color:#ffcc66;
}

/* 浜と名のバスサブ見出し */
p.heading_kouza2 {font-size:1rem;
    margin-top:20px;
    color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}
p.heading_kouza2::before,
p.heading_kouza2::after {
	position: absolute;
	content: '';
	border-radius: 100%;

}
p.heading_kouza2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
    background-color:#66cdaa;
}
p.heading_kouza2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
    background-color:#adff2f;
}


/* 浜・名バス2021から */
.heading_hama21 {
	padding: 0.1em 0.3em;
	border-left: 10px solid #40e0d0;
	border-bottom: 3px solid #B0BEC5;
}

.heading_nago21 {
	padding: 0.1em 0.3em;
	border-left: 10px solid #ffa500;
	border-bottom: 3px solid #B0BEC5;
}

.color_hama{color:#40e0d0;}
.color_nago{color:#ffa500;}




/* ポスト(学祭タイトル) */


#post_title{width:100%;
	float:left;
	margin: 0 auto 5px;
	padding:0px;
}


#post_title p{
	margin: 20px auto 5px;
	padding:0px;

}

#post_title p.haba{font-size:0.95rem;
	margin: 10px auto 5px;
	padding:0px;
        line-height:1.8;

}

#post_title h3{
	margin: 5px auto 20px;
	padding:0px;

}

.nolist ul {list-style: none;
  margin-left:0;
  padding-left: 0;
  padding:0;
}

.top_banner{
  margin:0 auto auto 0;
  width:100%;
}

#footer-news ul {
    margin-left:0;
  padding: 0;
}


.week_sat {color:#00008b;
  font-size:1rem;
  display: inline-block;
  margin:0;padding:0;
  font-weight:700
}

.week_sun {color:#dc143c;
  font-size:1rem;
  display: inline-block;
  margin:0;padding:0;
  font-weight:700
}

.day_col{
  color:#17184b; 
}

.day_come{font-size:0.75rem;
  border:solid 1px #333333;
  padding:2px;
}

/* マークピンク */
.mark_iro2,mark_iro2{padding:.3em;background-color:#ffdbed;}

/* 背景色替え */

.bg-sche{background-color:#f9fff4!important}

.bg_nagoya{background-color:#ffe0e0;max-width:700px;margin:0 auto 10px 0!important}
.bg_hama{background-color:#e0ffff;max-width:700px;margin:0 auto 10px 0!important;
}


/* バス時刻用テーブルデザイン */

.cp_pricetable3 *, .cp_pricetable3 *:before, .cp_pricetable3 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_pricetable3 {
	width: 100%;
	margin: 0 auto;
	border-spacing: 1px 0;
	border-collapse: separate;
}
.cp_pricetable3 th, .cp_pricetable3 td {
	padding: 10px;
}
/*Headerブロック*/
.cp_pricetable3 th  {
	position: relative;
	z-index: 1;
	width: 125px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	background: bg-yl-color;
}

.cp_pricetable3 th.group1 {
	background: #ffa500;
}
.cp_pricetable3 th.group1:after {
	color: #ffa500;
}
.cp_pricetable3 th.group2 {
	background: #40e0d0;
}
.cp_pricetable3 th.group2:after {
	color: #40e0d0;
}
.cp_pricetable3 th.group3 {
	background: #131874;
}
.cp_pricetable3 th.group3:after {
	color: #131874;
}
/*メインブロック*/
.cp_pricetable3 tr td {
	padding-top: 15px;
	text-align: center;
	border: none;
}
.cp_pricetable3 tr:last-child td {
	border-radius: 0 0 5px 5px;
}
.cp_pricetable3 tr:nth-child(2n+1) td.group1 {
	background: #ffe4c4 ;
}
.cp_pricetable3 tr:nth-child(2n+0) td.group1 {
	background: #faf0e6 ;
}
.cp_pricetable3 tr:nth-child(2n+1) td.group2 {
	background: #afeeee;
}
.cp_pricetable3 tr:nth-child(2n+0) td.group2 {
	background: #f0ffff ;
}
.cp_pricetable3 tr:nth-child(2n+1) td.group3 {
	background: #a9bce2;
}
.cp_pricetable3 tr:nth-child(2n+0) td.group3 {
	background: #d7e1f4;
}

/*色変更*/
.cp_pricetable3 td.group1_1 {
	background: #ffa500 ;
    color:#ffffff;
}

.cp_pricetable3 td.group2_2 {
	background: #40e0d0 ;
      color:#ffffff;
}

/*ボタンデザイン*/
.cp_pricetable3 a.cp_btn {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #da3c41;
	border-radius: 4px;
	background: #da3c41;
}
.cp_pricetable3 .cp_btn:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	content: '';
	transition: 0.3s;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	opacity: 0;
	background: #ffffff;
}
.cp_pricetable3 .cp_btn:hover {
	color: #da3c41;
}
.cp_pricetable3 .cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
.cp_pricetable3 .cp_btn:active:after {
	height: 350%;
	opacity: 1;
}


@media only screen and (max-width: 1024px) {
	.full-width-section {
	 padding: 120px 0;
	}
}

@media  only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}

@media only screen and (max-width: 720px) {
	.full-width-section .text {
		float: none!important;
		text-align: center;
	}
  
  
}



  
/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

#nav02 .nav-item {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 0.25rem;
}
  
  .jumbotron h1{
    font-size:2.5rem;
  }
  
  .gazo_title img{width:100%; 
}
  
  
}
@media (max-width: 575.98px) {
  /* xs スマートフォン向け */
  
#mainBanner{margin-left:1px;}
#mainBanner h2,#mainBanner h3{font-size:80%;}

  
.gazo_title img{max-width:350px;
}
  
#post_title p.haba{
    font-size:0.8rem;

}
  .btn-info{font-size:0.75rem;
    width:100%;
  }
  
    .jumbotron h1{
    font-size:2.5rem;
  }  

  
  
  /* フッター */
#footer-sns img {
  height: 29px;
  margin-right: 15px;
}



}
  
  /*　タブ　 */
  
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #37beb0;
  margin: 0 auto;}
.tab_item {
  width: calc(100%/4);
  padding:15px 0;
  border-bottom: 3px solid #37beb0 ;
  background-color: #ececec;
  text-align: center;
  color: #37beb0 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab4_content{
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0 ;
  color: #fff;
}
  
  
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}
  
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}