@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:#F1F1F1;}

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: 10% 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;
    margin: 0 0 20px 9px;
    padding: .5em 1em;
    background-color: #3399ff;
    color: #fff;
    font-size: 159.3%;
    font-weight: bold;
}

h2::before {
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 4px;
    height: 135%;
    border-radius: 3px;
    background-color: #600;
    content: '';
}

h2 span::before,
h2 span::after {
    position: absolute;
    left: -9px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #c99;
    content: '';
}

h2 span::before {
    top: 44%;
    transform: rotate(-25deg);
}

h2 span::after {
    top: 54%;
    transform: rotate(25deg);
}

h3 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #3399ff;
    font-size: 153.9%;
}

h3::before,
h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h3::before {
    background-color: #3399ff;
}

h3::after {
    bottom: -11px;
    background-color: #fff;
}

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: #F1F1F1;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin-bottom: 5%;
  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%;
}

.attention {
	font-size: 123.1%;
	width: 96%;
	margin-top: 4%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention strong {
    font-weight: bold;
}

.catchBox {
	width: 88%;
	margin: 5% 2% 0;
	font-size: 123.1%;
    line-height: 1.5;
	padding: 4%;
	border-radius: 0.5em;
    background: #fff;
    -webkit-box-shadow: 5px 5px 0 #5B00B6;
    box-shadow: 5px 5px 0 #5B00B6;
    border: 2px #6600cc solid;
}

.catchBox .Btn {
    font-size: 100%;
}

.messageBox {
	width: 86%;
	margin: 6% 2% 0;
	font-size: 123.1%;
    line-height: 1.5;
	padding: 5%;
    background: #fff;
    border: 1px #ccc solid;
}

.messageBox .lead {
	font-size: 140%;
    font-weight: bold;
    text-align: center;
    color: #3399ff;
}

.messageBox .end {
	background: #FFF2EA;
    padding: 4%;
    margin: 3% 0;
}

.scheduleBox {
width:100%;
table-layout: auto;
border-collapse: collapse;
border-spacing: 0;
background-color: #FFF;
margin: 1% 0;
}

.scheduleBox th,
.scheduleBox td {
border:1px solid #999;
padding: .5em;
vertical-align: middle;
word-break: break-all;
}

.scheduleBox th {
background-color: #333;
color:#fff;
width:30%;
text-align: center;
}

.scheduleBox td {
text-align: left;
width:70%;
}

.BnCenter {
	text-align: center;
	margin: 3% auto 0;
}

.BnCenter img {
	width: 90%; 
    height: auto;
}

.notoText {
	text-align: center;
    font-size: 123.1%;
    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: #6600cc;
		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: #6600cc;
		color: #fff;
        font-size: 116%;
	}

	.nav_btnClose:after {
		content: "▲　CLOSE　▲";
	}

#topNavi {
	width: 100%!important;
	background: #6600cc;
	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-bottom: 40px;
	padding: 0;
	overflow-y: scroll;
	height: 150px;
}

.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;
}
    
.whatsnewtitle{
    font-size: 159.3%;
    font-weight:bold;
    text-align: center;
}
.whatsnewtitle span{
    background: linear-gradient(transparent 60%, #ffff66 0%);
    }

/* =========================================================
 ◆ポイント
========================================================= */
.pointBox {
    max-width: 100%;
    margin: 3% 0;
    border: 3px solid #3399ff;
    border-radius: 10px;
    font-size: 138.5%;
}

.pointBox div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #3399ff;
    font-weight: 600;
    vertical-align: top;
}

.pointBox div::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #3399ff;
    border-left: 3px solid #3399ff;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

ul.guideList {
    padding: 0 20px 20px;

}

ul.guideList li {
	list-style: none;
	padding-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li:last-child  {
	padding-bottom: 0;
}

ul.guideList li .large {
	font-size: 140%;
}

ul.guideList li .small {
	font-size: 80%;
}

/* =========================================================
 ◆旅行代金の一例をご紹介
========================================================= */
.priceBox {
    width: 90%;
    margin: auto 5%;
    border: 2px solid #bbb;
    border-radius: 6px;
    background: #fff;
    padding-bottom: 10px;
    height: 100%;
}

.priceBox .areaNameFukui {
 font-size: 167%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #90529D;
  border-radius: 5px 5px 0 0;
}

.priceBox .areaNameIshikawa {
  font-size: 167%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #E95378;
  border-radius: 5px 5px 0 0;
}

.priceBox .areaNameToyama {
  font-size: 167%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #8EC33F;
  border-radius: 5px 5px 0 0;
}

.priceBox .priceTxt {
  font-size: 123.1%;
  padding: 10px 10px 0;
  text-align: left;
}

.priceBox .price {
  font-size: 290%;
  padding: 0 10px 0;
  text-align: center;
  font-weight: bold;
  color: #F00;
}

.priceBox .price span {
  font-size: 60%;
}

.priceBox .detail {
  font-size: 123.1%;
  margin: 8px 10px 0;
  padding-top: 5px;
  text-align: left;
  border-top: 1px dotted #000;
}

/* =========================================================
◆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: #F1F1F1;
	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%;
	padding: 4%;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.4;
	text-align: left;
	padding-top: 1%;
}

.itemList2 > div dd span {
	font-size: 120%;
    font-weight: bold;
}

.itemList3 > div {
	width: 100%;
	padding: 2% 0;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	flex-wrap: wrap;
}

.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;
}

/* =========================================================
◆アコーディオン
========================================================= */
.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: 90%;
  margin: 1% 5% 5%;
  text-align: center;
  background: #FF0000;
  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;
}

.onairList02 {
	font-size: 123.1%;
	font-weight: bold;
    line-height: 1.4;
	width: 96%;
	margin: 2% 2% 0;
}

dl.onairList {
	overflow: hidden;
	zoom: 1;
	font-size: 123.1%;
	font-weight: bold;
	width: 96%;
	margin: 2% 2% 0;
}

dl.onairList dt {
	padding-top: 1%;
}

dl.onairList dd {
	padding-bottom: 1%;
}

.linedot {
	border-bottom: 1px solid #999;
	padding: 1% 0;
	margin-bottom: 1%;
}

.linedot02 {
	border-bottom: 1px dashed #999;
	padding: 1% 0;
	margin: 3% 0;
}

.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 {
	font-weight: bold;
	position: relative;
	display: block;
	width: 94%;
	margin: auto;
	padding: 6% 0;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #F00;
	border-radius: 4px;
	font-size: 123.1%;
	font-weight: bold;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #C00;
}

.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;
}

}





/*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: 50px 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;
    margin: 0 0 25px 9px;
    padding: .5em .8em;
    background-color: #3399ff;
    color: #fff;
    font-size: 220%;
    font-weight: bold;
}

h2::before {
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 5px;
    height: 135%;
    border-radius: 3px;
    background-color: #600;
    content: '';
}

h2 span::before,
h2 span::after {
    position: absolute;
    left: -9px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #c99;
    content: '';
}

h2 span::before {
    top: 44%;
    transform: rotate(-25deg);
}

h2 span::after {
    top: 54%;
    transform: rotate(25deg);
}

h3 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #3399ff;
    font-size: 220%;
}

h3::before,
h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h3::before {
    background-color: #3399ff;
}

h3::after {
    bottom: -11px;
    background-color: #fff;
}

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);
}

.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 strong {
    font-weight: bold;
}

.catchBox {
	width: 850px;
	margin: 50px auto 0;
	font-size: 123.1%;
    line-height: 1.5;
	padding: 20px;
	border-radius: 0.5em;
    background: #fff;
    -webkit-box-shadow: 5px 5px 0 #5B00B6;
    box-shadow: 5px 5px 0 #5B00B6;
    border: 2px #6600cc solid;
}

.catchBox .Btn {
    font-size: 123.1%;
}

.messageBox {
	width: 950px;
	margin-top: 30px;
	font-size: 123.1%;
    line-height: 1.5;
	padding: 20px;
    background: #fff;
    border: 1px #ccc solid;
}

.messageBox .lead {
	font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #3399ff;
}

.messageBox .end {
	background: #FFF2EA;
    padding: 10px;
    margin: 10px 0;
}

.scheduleBox {
width:100%;
table-layout: auto;
border-collapse: collapse;
border-spacing: 0;
background-color: #FFF;
margin: 20px 0 5px;
}

.scheduleBox th,
.scheduleBox td {
border:1px solid #999;
padding: .5em;
vertical-align: middle;
word-break: break-all;
}

.scheduleBox th {
background-color: #333;
color:#fff;
width:20%;
text-align: center;
}

.scheduleBox td {
text-align: left;
width:80%;
}

.BnCenter {
	max-width: 100%;
    height: auto;
	margin: 20px auto 0;
    text-align: center;
}

.notoText {
	text-align: center;
    font-size: 123.1%;
    margin-top: 5px;
}

/* =========================================================
◆navigation
========================================================= */
#topNavi {
	width: 100%!important;
    background: #6600cc;
	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 30px;
    text-align: center;
    width: auto;
    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-bottom: 40px;
	padding: 0;
	overflow-y: scroll;
	height: 150px;
}

.whatsnew dl {
	font-size: 123.1%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	clear: left;
	float: left;
	width: 170px;
}

.whatsnew dd {
	margin-left: 170px;
}

.whatsnew dl:last-child{
	border: none;
}

.whatsnewtitle{
    font-size: 189%;
    font-weight:bold;
    text-align: center;
}
.whatsnewtitle span{
    background: linear-gradient(transparent 60%, #ffff66 0%);
    }

/* =========================================================
 ◆ポイント
========================================================= */
.pointBox {
    max-width: 850px;
    margin: 20px 50px;
    border: 3px solid #3399ff;
    border-radius: 10px;
    font-size: 167%;
}

.pointBox div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #3399ff;
    font-weight: 600;
    vertical-align: top;
}

.pointBox div::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #3399ff;
    border-left: 3px solid #3399ff;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

ul.guideList {
    padding: 0 20px 20px;

}

ul.guideList li {
	list-style: none;
	padding-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li:last-child  {
	padding-bottom: 0;
}

ul.guideList li .large {
	font-size: 140%;
}

ul.guideList li .small {
	font-size: 80%;
}

/* =========================================================
 ◆旅行代金の一例をご紹介
========================================================= */
.priceBox {
    border: 2px solid #bbb;
    border-radius: 6px;
    background: #fff;
    padding-bottom: 10px;
    height: 100%;
}

.priceBox .areaNameFukui {
  font-size: 182%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #90529D;
  border-radius: 5px 5px 0 0;
}

.priceBox .areaNameIshikawa {
  font-size: 182%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #E95378;
  border-radius: 5px 5px 0 0;
}

.priceBox .areaNameToyama {
  font-size: 182%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #8EC33F;
  border-radius: 5px 5px 0 0;
}

.priceBox .priceTxt {
  font-size: 123.1%;
  padding: 10px 10px 0;
  text-align: left;
}

.priceBox .price {
  font-size: 480%;
  padding: 0 10px 0;
  text-align: center;
  font-weight: bold;
  color: #F00;
}

.priceBox .price span {
  font-size: 60%;
}

.priceBox .detail {
  font-size: 123.1%;
  margin: 8px 10px 0;
  padding-top: 5px;
  text-align: left;
  border-top: 1px dotted #000;
}

/* =========================================================
◆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: #F1F1F1;
	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: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 5px 30px;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.4;
	text-align: left;
	padding-top: 5px;
}

.itemList2 > div dd span {
	font-size: 130%;
    font-weight: bold;
}


.itemList3 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.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;
}

/* =========================================================
◆アコーディオン
========================================================= */
.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: #FF0000;
  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: 700px;
    margin-right: 10px;
}

.radioBox .detail img {
	width: 700px;
    margin-bottom: 5px;
}

.radioBox .photo {
	float: left;
}

.radioBox .photo img {
	width: 240px;
	height: auto;
}

.radioBox .photo p {
	text-align: center;
    margin-top: 4px;
	font-weight: bold;
}

.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;
}

.scheduleBox span {
	font-size: 120%;
    font-weight: bold;
	color: #F00;
}

.onairList02 {
	font-size: 153.9%;
	font-weight: bold;
    line-height: 1.4;
	width: 94%;
	margin: 0 3% 1%;
}

dl.onairList {
	overflow: hidden;
	zoom: 1;
	font-size: 153.9%;
	font-weight: bold;
	width: 92%;
	margin: 2% 4% 0;
}

dl.onairList dt {
	padding: 2px 0;
	width: 150px;
	float: left;
	clear: both;
}

dl.onairList dd {
	padding: 2px 0 2px 170px;
}

.linedot {
	border-bottom: 1px solid #999;
	padding: 10px 0 20px;
	margin-bottom: 10px;
}

.linedot02 {
	border-bottom: 1px dashed #999;
	padding: 10px 0 20px;
	margin-bottom: 40px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 2em auto;
}

.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	padding: 20px 0;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #F00;
	border-radius: 4px;
	font-size: 153.9%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #C00;
}

.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;
    padding-top: 10px;
	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;
}


}