@charset "Shift_JIS";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/* =========================================================
◆layout
========================================================= */
.pcnone{display:none!important;}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrapInner {
	width: 100%!important;
    font-family: 'Noto Sans JP', sans-serif;
}

#inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}


.inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}

/*
.bgColorBlock {
	background-color: #FDF0ED;
}

.bgColorBlock .inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}*/

.bgBlock:nth-of-type(odd) {
	background-color: #FFF;
}


.bgBlock:nth-of-type(even) {
	background-color: #FDF0ED;
}

.bgBlock .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;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 108%;
	font-weight: bold;
	margin: 5px 0;
}

h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fe6799;
  font-size: 220%;
  text-align: center;
  color: #FFF;
}

h2:before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

h2 span {
  font-size: 70%;
}

h3 {
	background: #0099ff;
	color: #FFF;
	padding: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin: 30px 0 20px;
}

h3 img {
	max-width: 100%; 
    height: auto;
	padding-right: 5px;
	vertical-align: middle;
}

h3 span {
  font-size: 70%;
}

h4 {
  text-align: center;
  font-size: 220%;
  font-weight: bold;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

h4 span small {
  font-size: 60%;
}

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: 10px 0 5px 0;
}

p.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

p.attention span{
	display: block;
	margin: 0 0 20px 0;
}

p.attention span:last-of-type{
	margin: 0 0 0 0 !important;
}

p.attention .textRed {
    color: #FF0000;
}

ul.attentionList {
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

ul.attentionList li {
    font-size: 123.1%;
	line-height: 1.5;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    list-style: none;
}

ul.attentionList li:before {
	content: '●';
}

ul.attentionList li.no:before {
	content: '';
}

.departure {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  margin: 30px 0 10px;
}

.departure span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.borderBox{
    width: 850px;
	margin: 20px auto 10px;
    position: relative;
    padding: 20px;
    border-top: solid 3px #fe6799;
    border-bottom: solid 3px #fe6799;
    font-size: 123.1%;
	line-height: 1.5;
    text-align: center;
}

.borderBox:before, .borderBox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 3px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fe6799;
}

.borderBox:before {left: 10px;}

.borderBox:after {right: 10px;}

.borderBox strong {
	font-size: 150%;
	line-height: 1.5;
  }

.message {
	width: 850px;
	margin: 10px auto;
	font-size: 123.1%;
	text-align: center;
	background: #EBEBEB;
	padding: 20px;
	border-radius: 0.5em;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
    margin-top: 10px;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
    margin-top: 10px;
}

p.line {
    border-top: 1px  dashed #000000;
    margin: 20px 0;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	/*background: #fe6799;*/
    background: #fe6799;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
	width: 25%;
}
.topNavi ul li:nth-child(4),
.topNavi ul li:nth-child(8) { /*4/8番目*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}
.topNavi ul li:last-child {
    border-right: 1px dashed rgba(255,255,255,0.5);
	border-bottom: none;
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/* =========================================================
◆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;
}

.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%;
  line-height: 1.4;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p .red {
    color: #FF0000;
}

.slide-box p.point {
	background: #FFFFD9;
	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 dl span {
	font-size: 80%;
}

.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;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.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;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.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 dt.kagawa {
	background: #009900;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.tokushima {
	background: #0066cc;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.ehime {
	background: #ff9900;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.kochi {
	background: #f00303;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}

/* =========================================================
◆おすすめポイント
========================================================= */
.spaceBox {
    float: left;
    margin-bottom: 10px;
}

.slide-box .catch {
  font-size: 138.5%;
  line-height: 36px;
  position: relative;
  height: 40px;
  margin: 0 20px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

.slide-box .catch:before,
.slide-box .catch:after {
  position: absolute;
  top: 0;
  display: block;
  height: 40px;
  content: '';
  border: 20px solid #fa4141;
}

.slide-box .catch:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.slide-box .catch:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.slide-box .catch span {
  position: relative;
  display: block;
}

.slide-box p.otanoshimi {
  font-size: 138.5%;
  font-weight: bold;
  line-height: 1.4;
}

.whatsnew dl {
}

.whatsnew dt {
	    clear: left;
    float: left;
    /* width: 190px; */
    font-size: 138.5%;
    margin: 0 10px 0 0;
}

.whatsnew dd {
	margin-left: 200px;
    font-size: 138.5%;
    font-weight: bold;
}

.whatsnew .catch {
  line-height: 36px;
  position: relative;
  height: 40px;
  margin: 0 20px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

.whatsnew .catch:before,
.whatsnew .catch:after {
  position: absolute;
  top: 0;
  display: block;
  height: 40px;
  content: '';
  border: 20px solid #fa4141;
}

.whatsnew .catch:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.whatsnew .catch:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.whatsnew .catch span {
  position: relative;
  display: block;
}

.busnoteBox {
	float: left;
	font-size: 123.1%;
	line-height: 1.4;
}

.busnoteBox img {
	float: right;
	margin-left: 10px;
	width: 640px;
	height: auto;
}



/* =========================================================
◆観光列車
========================================================= */
.aboutBox {
    margin-bottom: 20px;
}

.aboutBox .photo {
	float: left;
	margin-right: 10px;
}

.aboutBox .photo img {
	width: 500px;
	height: auto;
}

.aboutBox .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
}

/* =========================================================
◆アコーディオン
========================================================= */
.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: 750px;
    margin: 0 100px;
	padding: 0.5em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #ED7BBB;
	border-radius: 0.2em;
	font-size: 153.9%;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #F198CA;
}

.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;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 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: 50%;
  margin-top: -180px; /*矢印の高さ*/
  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;
}

/* =========================================================
◆特別プラン
========================================================= */
.specialdetail dl {
	width: 100%;
	font-size: 123.1%;
	/*padding: 5px 0;*/
	display: flex;
	margin-top: 10px;
}

.specialdetail dt {
	float: left;
	width: 15%;
	background: #006;
	color: #FFF;
	box-sizing: border-box;
	padding: 10px;
}

.specialdetail dd {
	width: 85%;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

.specialdetail dl span {
	color: #F00;
}

.busBlock {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px #333 dashed;
}

.busName {
	font-size: 167%;
	font-weight: bold;
	padding: 0.25em 0.5em;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #006;
}

.busnoteBox {
	float: left;
	font-size: 123.1%;
	line-height: 1.4;
	padding: 15px;
    margin: 10px 0;
	background: #DFF1FF;
	border-radius: 0.3em;
}

.busnoteBox img {
	float: right;
	margin-left: 10px;
	width: 240px;
	height: auto;
}

.itineraryBox {
	/*border: 1px solid #CCC;
	background: #FFF;
    margin: 0 10px 5px;
    padding: 10px 20px;*/
	line-height: 2.0;
} 

.itineraryBox img {
	vertical-align: middle;
	padding: 0 5px 3px;
}

.itineraryBox span {
	font-size: 80%;
}

/* =========================================================
◆アクティビティのご紹介
========================================================= */
.activityListBox {
	width: 950px;
	margin: 20px auto 10px;
	background: #FFF;
	padding: 4px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.1), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

ul.activityList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
    margin-bottom: 50px;
}

ul.activityList li {
	list-style: none;
	line-height: 1.4;
	padding: 10px;
    text-align: left;
    border-bottom: #666666 2px dotted;
    display: inline-block;
    width: 890px;
    margin: 0 10px;
}

ul.activityList img {
	float: right;
	margin-left: 10px;
	width: 240px;
	height: auto;
}

ul.activityList span {
	font-size: 140%;
    font-weight: bold;
    color: #ff3399;
}

ul.activityList p {
	font-size: 90%;
    margin-left: 10px;
}

.tripa {
    width: 950px;
    text-align: center;
    font-size: 123.1%;
    padding-top: 10px;
}

.tripa img {
	max-width: 160px; 
    height: auto;
	padding-right: 5px;
	vertical-align: middle;
}

ul.tripaList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.tripaList li {
	list-style: none;
	line-height: 1.4;
	padding: 0 10px 10px;
    text-align: left;
    border-bottom: #666666 2px dotted;
    display: inline-block;
    width: 950px;
}

ul.tripaList img {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: auto;
}

ul.tripaList .link {
	font-size: 120%;
}

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
    width: 950px;
	font-size: 123.1%;
	line-height: 1.5;
    margin-top: 20px;
}

.radioBox .photo {
	float: left;
	margin-right: 10px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 260px;
	height: auto;
}

.radioBox .detail {
	float: left;
	width: 680px;
}

.radioBox .detail img {
	margin: 10px 0;
}

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox2 {
    width: 600px;
    font-size: 123.1%;
    line-height: 1.5;
    text-align: center;
    margin: 20px 200px;
}

.radioBox2 .photo {
	float: left;
	margin-right: 10px;
}

.radioBox2 .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox2 .photo img {
	width: 260px;
	height: auto;
}

.radioBox2 .detail {
	float: left;
	width: 680px;
}

.radioBox2 .detail img {
	margin: 10px 0;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto;
  text-align: center;
  background: #006;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  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%);
}

.Btn_navy {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #006;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_navy a {
	color: #fff;
}

.Btn_navy::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


.torikeshi {
font-size: 18px;
text-align: center;
padding: 0px;
margin: 0px 0px 30px 0px;
}


/*固定ボタン
.upper a {
	position: fixed;
	right: 110px;
	bottom: 26px;
	transition: 1s;
	width: 300px;
	padding: 20px 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 153.9%;
	font-weight: bold;
	background: #F60;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
.upper a:hover{
	opacity: 1;
	background: #F30;
}
*/














.txt_setowa {
font-size: 16px;
line-height: 16px;
text-align: center;
padding: 0px;
margin: 0px;
}
.txt_setowa img {
margin: 0px 0px -3px 0px;
}

p.im_list {
	width:870px;
	margin: 0 40px;
}
p.im_list img {
	width:100%;
	height: auto;
}
p.txt_center {
	text-align: center !important;
}

.rentacarbox1{
	margin: 30px 0 0 0;
}

.rentacarboxtit{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 0;
	font-weight: bold;
	background-color: #FF7600;
}

.underline{
	padding: 0 0 20px 0 !important;
	margin: 0 0 40px 0 !important;
	border-bottom: 2px solid #9B9B9B;
}

.fatit{
	font-size: 18px;
}

.bn_tit{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #203864;
	padding: 10px 10px;
	text-align: center;
}




.media {
margin-bottom: 20px;
}
.media p {
font-size: 16px;
text-align: center;
padding: 0px;
margin: 0px auto;
	width: 850px;
}
.media p img {
margin-bottom: 10px;
	width: 100%;
}


.in h4 {
    font-size: 24px;
	letter-spacing: -1px;
    font-weight: normal;
    padding: 0px 0 20px 0px;
    text-align: center;
    font-family: "Mplus 1p";
    color: #000000;
    clear: both;
	margin: 0px;
}
.in h4 span:before {
    content: url(../images/h2_l.png);
    margin: 10px;
    position: relative;
    top: 8px;
}
.in h4 span:after {
    content: url(../images/h2_r.png);
    margin: 10px;
    position: relative;
    top: 8px;
}

.in h4 span{
	background: none !important;
}

.swiper-custom-parent{
  margin: 0 auto;
  width: 950px;
  position: relative;
margin-bottom: 30px; 
}


/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
}
.swiper-container .swiper-slide img{
}
.swiper-container .swiper-slide p{
}
.swiper-container .swiper-pagination {
	bottom: 15px !important;
}
.swiper-pagination-bullet-active{
background-color: #FFFFFF !important;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px !important;
	color: #666666;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:0px !important;
	top:50% !important;;
}
.swiper-button-next{
	right:0px !important;
	top:50% !important;;
}


/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
    width: 950px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0px auto 20px auto;
	font-size: 130%;
}

.radioBox .detail {
	float: left;
	width: 700px;
    margin-right: 10px;
}

.radioBox .detail img {
	width: 700px;
    margin-bottom: 5px;
}

.radioBox .photo {
	float: left;
	width: 230px;
	margin-bottom: 10px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 230px;
	height: auto;
}

.radioCaption {
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 30px;
}

.scheduleBox {
clear: both;
	line-height: 1.4;
	width: 80%;
	margin: 0 10% 10px;
	padding: 20px 0;
	margin-top: 10px;
	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;
}


/*ギャラリー*/
#gallery {
    padding:40px 0;
}
.gallery_wrap {
    width:950px;
    margin: 0 auto 60px auto;
    overflow: hidden;
	clear: both;
}
.gallery_img {
    position: relative;
	 width:225px;
	margin: 0;
   
}
.gallery_img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery_img img {
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.gallery{
	 max-width:225px;
    /*float:left;*/
    margin: 5px;
}

.areatit{
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	
}

.areatit span{
	background: linear-gradient(transparent 60%, #ffff66 0%);
}


.galleryboxarea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.gallery_txt{
	    display: block;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /*letter-spacing: -1px;*/
	background-color: #203864;
	color: #ffffff;
	
}

.gallery_come{
	font-size: 14px;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #E8E8E8;
}

.gallery_detail{
	
	font-size: 14px;
	border-bottom: 2px dashed #cccccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.gallery_detail:last-of-type{
	border: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.gallery_detail dt{
	margin: 0 0 5px 0;
	padding: 0px 0;
 }

.gallery_detail dd{
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}


/*.gallery_img {
    width:230px;
    height: 230px;
    padding: 10px;
    float:left;
    overflow: hidden;
    text-align: center;
}
.gallery_img img {
    height:230px;
}*/


.youtube_shortbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;

	/*width: 1000px;*/
	margin: 0 auto;
}
.youtube {
	max-width: 315px;
	width: 100%;
	margin: 10px auto 10px;
}

.youtube_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;

	/*width: 1000px;*/
	margin: 0 auto;
}
.youtube_long {
	/*max-width: 560px;*/
	width: 95%;
	margin: 20px auto 20px;
	padding-top: 56.25%;
	position: relative;
}



.youtube_long iframe {
  position: absolute;
  top: 0;
  left: 0;
	 width: 100%;
  height: 100%;
}

/*tripa*/
#useWrap {
  padding: 10px;
  margin-bottom: 30px;
}
#useWrap div > div {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 0 0;
  background: #FFF;
  float: none !important;
  width: auto !important;
  border-bottom: 1px dashed #CCC;
}
#useWrap div p {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: auto;
}
#useWrap div p img {
  width: 100%;
  height: auto;
}
#useWrap div dl {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
#useWrap div dl dt {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
}
#useWrap div dl dd {
	margin: 0;
	font-size: 14px;
}
#useWrap div dl dd > span {
  display: block;
  margin: 5px 0 0 0;
  font-size:
}
#useWrap div dl dd > span a {
  color: #CCC;
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
#useWrap div dl dd > span span {
  color: #F69;
  display: inline;
  font-size: 14px;
}