@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#FBF3D7;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.fixed { /*ナビゲーション 固定*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red {
    color: #FF0000;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
    
.spnone{
    display: none !important;
	}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
  position: relative;
  padding: 0.5rem 1rem calc(0.3rem + 6px);
  background: #36318f;
  color: #fff;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

h2:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 99%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

h3 {
  position: relative;
  padding: 0 30px;
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin-top: 5%;
}

h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #36318f;
}

section:nth-of-type(odd) h3 span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

section:nth-of-type(even) h3 span {
  position: relative;
  padding: 0 0.5em;
  background: #FBF3D7;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

.attention {
	font-size: 123.1%;
	width: 96%;
	margin-top: 4%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention img {
    max-width: 36px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.attention strong {
    font-weight: bold;
}

.attention .text01 {
	font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.borderBox {
	font-size: 123.1%;
	width: 96%;
	border: 2px #003366 solid;
	padding: 2%;
	background: #FFF;
}

.borderBox strong {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
    font-weight: bold;
}

.message {
	width: 96%;
	margin: 4% 2% 2%;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #ffffcc;
	padding: 4%;
	border-radius: 0.5em;
}

.model img {
  width: 100%;
  height: auto;
  margin: 2% 0;
}

.textLink {
	font-size: 123.1%;
	text-align: center;
    margin-top: 3%;
}

/* =========================================================
◆navigation
========================================================= */
#topNavi ul {
		display: none;
	}

	.nav_btnOpen {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #e73820;
		color: #fff;
        font-size: 116%;
	}

	.nav_btnOpen:after {
		content: "▼　MENU　▼";
	}

	.nav_btnClose {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #e73820;
		color: #fff;
        font-size: 116%;
	}

	.nav_btnClose:after {
		content: "▲　CLOSE　▲";
	}

#topNavi {
	width: 100%!important;
	background: #e73820;
	text-align: center;
}

#topNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#topNavi ul li {
    width: 100%;
    font-size: 116%;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
    text-align: center;
	color: #fff;
	}

#topNavi ul li a {
    color: #fff;
    width: 100%;
}
    
    

/* =========================================================
    ◆新着情報
========================================================= */
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 200px;
}

.whatsnew dl {
    width: 100%;
	font-size: 123.1%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	padding-bottom: 1%;
}

.whatsnew dl:last-child{
	border: none;
}


/* =========================================================
◆3/16開業
========================================================= */
.opening img {
    width: 90%;
    margin: 3% 5%;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 3% auto 0;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	text-align: center;
}

.slide-box img {
    width: 100%;
}

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p span img {
    max-width: 36px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}


section:nth-of-type(odd) .slide-box p.point {
	background: #FFFFD9;
	padding: 2%;
	margin-top: 1%;
}

section:nth-of-type(even) .slide-box p.point {
	background: #FFF;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 100%;
    margin: 4% 0 2%;
}

.itemList2 > div img {
	width: 80%;
    margin: 0 10%;
}

.itemList2 > div .digiBtn {
  color: #fff;
  width: 100%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 0;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.itemList2 > div .digiBtn a {
	color: #fff;
}

.itemList2 > div .digiBtn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 48%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

/* =========================================================
◆観光列車
========================================================= */
.aboutBox,
.aboutBox02 {
    padding-bottom: 5%;
}

.aboutBox .photo {
	text-align: center;
	width: 100%!important;
	margin: 0 auto;
	padding-bottom: 2%;
}

.aboutBox .photo img {
	width: 100%;
}

.aboutBox02 .photo {
	text-align: center;
	width: 80%!important;
	margin: 0 auto;
	padding-bottom: 2%;
}

.aboutBox .detail,
.aboutBox02 .detail {
    font-size: 123.1%;
}

.aboutBox .detail .Btn02  {
  color: #fff;
  width: 100%;
  margin: 8% 0 2%;
  text-align: center;
}

.aboutBox .detail .Btn02 a {
	color: #fff;
	padding: 5% 20%;
	background: #F60;
	border-radius: 5px;
}

/* =========================================================
◆slider
========================================================= */
.slider {
	margin-top: 5%;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆アコーディオン
========================================================= */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 1em auto;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
	padding: 3%;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #4F009E;
	border-radius: 4px;
	font-size: 123.1%;
	font-weight: bold;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #380071;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 100%;
  margin: 1% 0 5%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 0;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
	font-size: 123.1%;
    margin-top: 3%;
}

.radioBox .detail {
    margin-top: 2%;
}

.radioBox .detail img {
	width: 94%;
    margin: auto 3%;
}

.radioBox .photo {
    margin-top: 3%;
}

.radioBox .photo img {
	width: 70%;
	margin: auto 15%;
}

.radioBox .photo p {
    text-align: center;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 100%;
	padding: 2% 0;
	margin: 2% 0 8%;
	text-align: center;
	background: #FDD;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
}

.scheduleBox span {
    font-weight: bold;
	color: #F00;
}

	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #36318f;
  color: #fff;
  font-size: 220%;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 220%;
  font-weight: bold;
  margin-top: 20px;
}

h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #36318f;
}

section:nth-of-type(odd) h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

section:nth-of-type(even) h3 span {
  position: relative;
  padding: 0 1em;
  background: #FBF3D7;
}

h4 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention img {
    width: 40px;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.attention strong {
    font-weight: bold;
}

.attention .text01 {
	font-size: 153.9%;
    font-weight: bold;
    text-align: center;
}

.borderBox {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #003366 solid;
	text-align: left;
	background: #FFF;
}

.borderBox strong {
	font-size: 150%;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.message {
	width: 850px;
	margin: 10px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #ffffcc;
	padding: 20px;
	border-radius: 0.5em;
}

.model img {
  width: 950px;
  height: auto;
  margin: 10px 0 20px;
}

.textLink {
	font-size: 138.5%;
	text-align: center;
    margin-top: 20px;
}

/* =========================================================
◆navigation
========================================================= */
#topNavi {
	width: 100%!important;
    background: #e73820;
	text-align: center;
}

#topNavi ul {
	width: 970px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

#topNavi ul li {
	list-style: none;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 138.5%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 20%;
    display: flex;
    justify-content: center;
	align-items: stretch;
}

#topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

#topNavi ul li a {
    color: #fff;
}

#topNavi .nav_btnOpen {
    display: none;
}

    
/* =========================================================
    ◆新着情報
========================================================= */
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 200px;
}

.whatsnew dl {
    width:100%; 
	font-size: 123.1%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	width: 100%;
}

.whatsnew dl:last-child{
	border: none;
}
    
    
/* =========================================================
◆3/16開業
========================================================= */
.opening img {
    width: 790px;
    margin: 10px 80px 0;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.slide-box {
  width: 33.33333%;
  padding: 10px;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
  margin-top: 10px;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p span img {
    width: 40px;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

section:nth-of-type(odd) .slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

section:nth-of-type(even) .slide-box p.point {
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 80%;
    margin: 20px 10%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
    margin: auto 0;
}

.itemList2 > div img {
	width: 80%;
    margin: 0 10%;
}

.itemList2 > div .digiBtn {
  color: #fff;
  width: 100%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.itemList2 > div .digiBtn a {
	color: #fff;
}

.itemList2 > div .digiBtn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

/* =========================================================
◆観光列車
========================================================= */
.aboutBox,
.aboutBox02 {
    margin: 20px 0;
}

.aboutBox .photo,
.aboutBox02 .photo {
	float: left;
	margin-right: 10px;
}

.aboutBox .photo img {
	width: 500px;
	height: auto;
}

.aboutBox02 .photo img {
	width: 300px;
	height: auto;
}

.aboutBox .detail,
.aboutBox02 .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
}

.aboutBox02 .detail img {
margin-top:  30px;
}

.aboutBox .detail .Btn02  {
  color: #fff;
  width: 100%;
  margin: 20px auto 5px;
  position: relative;
  box-sizing: border-box;
  font-size: 123.1%;
   font-weight: bold;
}

.aboutBox .detail .Btn02 a {
	color: #fff;
	padding: 10px 50px;
	background: #F60;
	border-radius: 5px;
}

/* =========================================================
◆slider
========================================================= */
.slider {
	margin-top: 20px;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 5px 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 60%;
  margin-top: -120px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆アコーディオン
========================================================= */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 0.5em auto 2em;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
  padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #4F009E;
	border-radius: 0.2em;
	font-size: 123.1%;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #380071;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
    width: 950px;
	font-size: 123.1%;
	line-height: 1.2;
    margin-top: 20px;
}

.radioBox .detail {
	float: left;
    width: 670px;
    margin-left: 20px;
}

.radioBox .detail img {
	width: 670px;
    height: auto;
}

.radioBox .photo {
	float: left;
}

.radioBox .photo img {
	width: 260px;
	height: auto;
}

.radioBox .photo p {
	text-align: center;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 80%;
	margin: 10px 10% 30px;
	padding: 20px 0;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
	font-size: 120%;
    font-weight: bold;
    color: #F00;
}

}