@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
}
.strong{
    font-weight: bold;
    font-size:100%;
    color:red;
}
@media(min-width:768px){
    .strong{
        font-size:110%;
    }  
}

.top_pc_none{
	display:block;
}
.top_sp_none{
	display:none;
}
@media(min-width:768px){
	.top_pc_none{
		display:none;
	}
	.pc_none{
		display:none;
	}
	.top_sp_none{
		display:block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.tb_none{
	display:none;
}
}

/*リンク*/
a.link{
	color:#1111cc;
	text-decoration:underline;
}
a:hover img,
a.link:hover{
	opacity:0.7;
}
/*a[href$=".pdf"]:after{*/
a.pdf:after{
	content:"\f1c1";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: 0px;
	left:4px;
	color:red;
}




/*多言語ボタン*/


#lang,#langSp{
	display:none;
}

.langBox_sp{
	position:absolute;
	top:70px;
}
#langSp:checked ~ .langBox_sp{
		display:block;
	opacity:1;
	line-height:inherit;
	overflow:visible;
	top:70px;
	position:absolute;
	}
#langSp:checked ~ .langBox_sp .btnClose{
/*	display:block;*/
}
.btn-lang_sp{
	font-size:10px;
	padding:2px 6px 2px 18px;
/*	top:-10px;*/
	top:-4px;
}
.btn-lang_sp:before{
	top:2px;
	left:2px;
}
@media(min-width:768px){
	.langBox_sp{
		display:none;
	}
	#langSp:checked ~ .langBox_sp{
		display:none;
	}
}


.langBox {
    opacity: 0;
	line-height:0;
	
	overflow:hidden;
	padding:0px 14px;
    transition: all 0.2s ease 0s;
/*
    position: relative;
    top: 6px;
	left:2px;
*/
	position:absolute;
	top:125px;
	left:0;
    width: 280px;
	box-shadow: 0 0px 3px #ccc;
    z-index: 100;
	background:#fff;
	margin-bottom: 8px;
}
.langBox_sp{
	opacity: 0;
	line-height:0;
	width:100%;
	overflow:hidden;
	padding:0px 14px;
    transition: all 0s ease 0s;
    position: relative;
    top: 68px;
	left:0px;
	box-shadow: 0 0px 3px #ccc;
    z-index: 100;
	background:#fff;
	margin-bottom: 0;
}

.langBox ul.list li,
.langBox_sp ul.list li{
	padding:0;
	text-indent:0;
}

.langBox ul li a,
.langBox_sp ul li a{
	height:0;
	display:inline;
	color:#1111cc;
}


#lang ul.list-dotted li:before,
#langSp ul.list-dotted li:before{
	display:none;
}


/*
#lang:checked ~ .langBox,
#langSp:checked ~ .langBox_sp{
	opacity:1;
	line-height:1.8;
	overflow:visible;
	padding:8px 14px;
}
*/
#lang:checked ~ .langBox{
	opacity:1;
	line-height:1.8;
	overflow:visible;
	padding:8px 14px;
}

#lang:checked ~ .langBox ul.list-dotted li:before,
#langSp:checked ~ .langBox_sp ul.list-dotted li:before{
	display:inline-block;
}

#lang:checked ~ .langBox ul li,
#langSp:checked ~ .langBox_sp ul li{
	border-bottom:solid 1px #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
.langBox ul li:last-of-type,
.langBox_sp ul li:last-of-type{
	border-bottom:none;
}
#lang:checked ~ .langBox ul li a,
#langSp:checked ~ .langBox_sp ul li a{
	height:auto;
	width:90%;
	display:inline-block;
}
.langBox ul li a:after{
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#0177CC;
	position:absolute;
	right:0px;
	top:50%;
	transform:translate(0,-50%);
}

.btn-lang{
	-webkit-appearance: none;
	appearance: none;
	position:relative;
	width: 120px;
    font-size: 70%;
/*    border: 1px solid #d4dfe7;*/
	border: 1px solid #2C84D2;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
    background: #f5fcff;
	padding:4px 14px 5px 28px;
	color:#444;
}
.btn-lang::-ms-expand {
	display: none;
}
.btn-lang:before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 4px;
    color: #2C84D2;
}

.header_waku{
	overflow:visible;
}

.header_waku .top_logo img{
	height: 40px;
    width: auto;
}
.langBox_sp .btnClose{
	display:none;
}

.btnClose{
	position:absolute;
	display:block;
	width: 40px;
	height: 40px;
	top: -14px;
	right: -14px;
}
.btnClose:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
	color:#0177CC;
}

/*ラベル*/
.label{
	display: inline-block;
	position:relative;
	padding: 6px 12px;
	text-align: center;
	line-height: 1;
	background: #777;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8em;
	baseline-shift: baseline;
}
.label-primary{
	background: #428BCA;
}
.label-anchor:after{
	content:">";
	margin-left:10px;
}

/*スクロールバー*/
.unkou .info_emergency_text .text_inner,
.unkou .info_normal_text .text_inner,
.unkou .info_walking_text .text_inner{
	-ms-overflow-style:none;
}
.unkou .info_emergency_text .text_inner::-webkit-scrollbar,
.unkou .info_normal_text .text_inner::-webkit-scrollbar,
.unkou .info_walking_text .text_inner::-webkit-scrollbar{
 display:none;
}


/*見出し*/
h2 {
	position: relative;
	padding: 0.4em;
	background-color:#2eb8bd;
	color: white;
	width:95%;
	max-width:1100px;
	margin:0 auto 30px;
	border: dotted 1.5px white;
	box-shadow: 0px 0px 0px 3px #2eb8bd;
	text-align:center;
	font-size:18px;
}

h2::before {
	position: absolute;
	content: '';
	width:0;
/*	top: 41px;*/
	bottom:-19px;
	left: -4px;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 34px rgb(149, 158, 155);
}
h2 .h2sub{
	display:block;
	font-size:16px;
}
.top h2{
	font-size:20px;
	position: relative;
	display: inline-block;
	padding:0 55px;
	margin:20px 0 20px;
	text-align: center;
	background-color:transparent;
	box-shadow: none;
	border:0;
}
.top h2::before{
	border-bottom:none;
	border-right:none;
}
h3{
	font-size:18px;
	margin-bottom:10px;
	background-color:#d5f1f2;
	border-radius:10px;
	padding:5px 10px;
	margin:10px auto;
	color:#333;
	text-align:center;
}
h4{
	font-size:16px;
}
h4::before{
	content:"●";
	position:relative;
	color:#ed1e79;
	padding-right:5px;
	font-size:1.2em;
}
.bt_minamo{
	background-color:#fff;
	background-image:url(../img/bt_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:15px 0 20px;
/*	margin:30px auto 20px;*/
	border:solid #00b2a6 2px;
	border-radius:40px;
}
.bt_minamo02{
	background-color:#fff;
/*	background-image:url(../img/bt_bg02.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding:15px 0 20px;
/*	margin:30px auto 20px;*/
	border:solid #00b2a6 2px;
	border-radius:40px;
}
.color_pink{
	color:#ed1e79;
}
.color_green{
	color:#1b9532;
}
.color_kimidori{
	color:#7ac943;
}
.color_kimidori02{
	color:#b8d200;
}
.color_orange{
	color:#f7931e;
}
.color_darkorange{
	color:#f15a24;
}
.color_blue{
	color:#297fca;
}
.color_mizuiro{
	color:#3fa9f5;
}
.color_brown{
	color:#a67c52;
}
.color_darkbrown{
	color:#736357;
}
.color_purple{
	color:#af3e92;
}
.color_bluegreen{
	color:#2eb8bd;
}
.color_white{
	color:#fff;
}
/*ボーダー*/

.border_kimidori02{
	border:2px solid #b8d200;
}
.border_green{
	border:2px solid #1b9532;
}
.border_bluegreen{
	border:2px solid #2eb8bd;
}
.border_orange{
	border:2px solid #ed811b;
}
.border_purple{
	border:2px solid #af3e92;
}
.border_mizuiro{
	border:2px solid #a7d6ff;
}
.marker_mizuiro{
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.marker_kimidori{
	background: linear-gradient(transparent 70%, #afdf8e 70%);
}
.marker_yellow{
	background: linear-gradient(transparent 20%, #ffff66 20%);
}
/*背景*/
.bg_white{
	background-color:#fff;
}
.bg_green{
	background-color:#1b9532;
}
.bg_green02{
	background-color:#cefaf2;
}
.bg_dot{
	background-image:url(../img/dot.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.bg_sankaku{
	background-image:url("../img/bg_sankaku.png");
	background-repeat: repeat;
	background-position: 0 0;
}
.bg_gray{
	background-color: #f2f2f2;
}
.bg_blue{
	background-color: #d7eef1;
}
.bg_mizuiro{
	background-color: #a7d6ff;
}
.bg_orange{
	background-color: #fdeacd;
}
.bg_kimidori{
	background-color: #e8f4d9;
}
.bg_pink{
	background-color: #fee8f5;
}
.bg_yellow{
	background-color: #fffcd0;
}
.bg_gradation_green{
background: rgb(0,152,66); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,152,66,1) 0%, rgba(33,107,26,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,152,66,1) 0%,rgba(33,107,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,152,66,1) 0%,rgba(33,107,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009842', endColorstr='#216b1a',GradientType=0 ); /* IE6-9 */
}
.bg_paper{
	background-image:url(../img/bg_paper.jpg);
	background-repeat: repeat;
}
.bold{
	font-weight:bold;
}
.border-radius{
	border-radius:10px;
}
/*-----------------------上へ戻るボタン*/
a.topBtn {
  display: none !important;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 0px;
  color: #888;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 38px;
  height: 38px;
  padding-top: 6px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	ul.col3sp_100 li{
		width:100%;	
	}
}

@media screen and (min-width:768px) {
	h4{
		font-size:18px;
	}	
	.btn-lang:before {
		top: 4px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
	.btn-lang{
		width: 120px;
		font-size: 80%;
		padding:4px 7px 4px 25px;
		top: 2px;
	}
}
@media screen and (min-width:1171px) {
	.btn-lang{
		width: 120px;
		font-size: 87.5%;
		padding:4px 14px 4px 28px;
		top: 2px;
	}
}

/*--------------------------------
fixedBox メインメニュー
--------------------------------*/
/*
#fixedBox{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
*/
@media(min-width:768px){
/*
	#fixedBox{
		transition:all 200ms 0s ease;
	}
*/

	#fixedBox.down{
/*	    transform: translateY(-100%);*/
		animation: menuDown 2s ease 0s 1;
		animation-fill-mode: forwards;
	}
		#fixedBox.up{
	/*	    transform: translateY(-100%);*/
			animation: menuUp 2s ease 0s 1;
			animation-fill-mode: forwards;
		}
}
@keyframes menuDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes menuUp {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*--------------------------------
トップページ
--------------------------------*/
/*------スライド画像-----*/
.swiper-slide{
	position: relative;
}
.swiper-slide img.top_bg{
	height:100%;
	object-fit:cover;
}
.swiper-slide img.top_image_text{
	position: absolute;
	left:50%; bottom:0;
	transform: translateX(-50%);
	max-width:700px;
}
.swiper-slide img.top_image_text01{
	position: absolute;
	left:10px; top:23%;
	max-width:200px;
}
@media screen and (min-width: 768px) /*and (max-width: 1150px)*/ {
	.swiper-slide img.top_image_text{
	max-width:50vw;
}
}


/*------運行情報-----*/
.unkou{
	margin:0 auto 20px;
}
/*緊急情報*/
.unkou .info_emergency{
	width: 100%;
	border:2px solid red;
	overflow:hidden;
	height:37px;
	height:auto;
	margin-bottom:10px;
	border-radius:5px;
	display: flex;
}
.info_emergency_title{
	width:100px;
	background-color:red;
	padding:5px;
	color:#fff;
	display: flex;
	font-size:14px;
	justify-content: center;
	align-items: center;
}
.unkou .info_emergency_text,
.unkou .info_normal_text,
.unkou .info_walking_text{
	width:inherit;
/*	margin-left:91px;*/
	padding:4px 10px;
	font-size:0.9em;
}
.unkou .info_emergency_text .text_inner,
.unkou .info_normal_text .text_inner,
.unkou .info_walking_text .text_inner{
	white-space:nowrap;
	overflow:visible;
	width:100%;
	line-height:2;
/*
	width:550px;
	height:30px;
*/
	
}
/*通常運行情報*/
.unkou .info_normal{
	width:100%;
	border:2px solid green;
	overflow:hidden;
	height:37px;
	height:auto;
	margin-bottom:10px;
	border-radius:5px;
	display: flex;
}
.unkou .info_normal_title{
	width:100px;
	background-color:green;
	padding:5px;
	color:#fff;
	display: flex;
	font-size:14px;
	justify-content: center;
	align-items: center;	
}
/*路線散策情報*/
.unkou .info_walking{
	width:100%;
	border:2px solid #009e9d;
	overflow:hidden;
	height:37px;
	height:auto;
	border-radius:5px;
	display: flex;
    margin-bottom:20px;
}
.informationLink_wrap {
    text-align: center;
    margin-top: 40px;
}
a.informationLink{
/*    font-size:110%;*/
    font-weight: bold;
/*    color: red;*/
    color: #1111cc;
}
@media (min-width:768px){
    .informationLink_wrap {
        text-align: center;
        margin-top: 70px;
    }
    a.informationLink{
        font-size:124%;
    }
}
.unkou .info_walking_title{
	width:100px;
	background-color:#009e9d;
	padding:5px;
	color:#fff;
	display: flex;
	font-size:14px;
	justify-content: center;
	align-items: center;
}
/*点滅*/

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* marquee文字スライドcss5 */
/* 表示領域 */
.area {
    width: 100%;
    overflow: hidden;
	position: relative;
}
/* 表示領域に合わせてサイズと余白を設定 */
.marquee {
	overflow: hidden;
	position: relative;
}
.marquee::after {
  content: "";
/*  white-space: nowrap;*/
/*  display: inline-block;*/
}
/* マーキーさせたい部分(内側) */
.marquee > .marquee_inner {
/*
  position: absolute;
  top: 0;
*/
/*
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
*/
}
/* マウスオーバーでマーキーストップ */
.marquee > .marquee_inner:hover {
  animation-play-state: paused;
  cursor: default;
}
.marquee > .marquee_inner a{color:#000;}

/** マーキーアニメーション */
@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
  100% { left: 0; transform: translate(-100%); }
}

@media(min-width:768px){
	.marquee > .marquee_inner{
		animation:none;
	}
}
/*-----------------おすすめ観光スポット-----------------*/
.osusume_inner{
	max-width:1100px;
	padding:15px;
	border-radius: 5px;
}
.spot .osusume_inner{
	padding:15px;
}
.spot .title_waku{
	width:23%;
	float:left;
	padding-right:10px;
	box-sizing: border-box;
}
.spot .title_waku h2{
	margin:0;
	padding:0;
}
.spot .title_waku h2 img{
	width:auto;
	max-height:250px;
}
.spot .content_waku{
	width:77%;
	float:left;
	padding-left:15px;
}
.spot .content_waku{
	position:relative;
}
.spot .img_waku{
	width:100%;
	height:145px;
	height:38vw;
	border-radius: 10px;
}
.spot .img_waku:last-child{
	margin:10px 0;
}
.spot .img_waku img{
	width:100%;
	height:137px;
	height:36vw;
	object-fit: cover;
}
.spot .text_waku .content{
	width:100%;
	padding:5px;
	border-radius:15px;
	background-color:#fff;
	margin:0 0 15px;
	font-size:0.9em;
	font-size:3.5vw;
}
.spot .rank_img{
	width:45px;
	height:45px;
	position: absolute;
	top:5px;
	right:5px;
}
/*２・３位*/
.spot .second .content{
	width:49%;
	float:left;
	margin:0 1%;
}
.spot .second .content:last-child{
	width:48%;
	float:left;
	margin:0 0 0 1%;
}
.spot .second .img_waku img{
	width:100%;
	height:100px;
	object-fit: cover;
}
.spot .second .img_waku{
	width:100%;
	height:100px;
	border-radius: 10px;
}
.spot .second .text_waku .content{
	width:100%;
	margin-top:10px;
}
.spot .second .rank_img{
	width:50px;
	height:50px;
	position: absolute;
	top:5px;
	right:5px;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
	.spot .text_waku .content{
		font-size:0.9em;
	}
}
/*-----------------県内観光スポット-----------------*/
.spot_btn{
	text-align:center;
}
a.btn{
	display:inline-block;
	padding:8px 32px 8px 18px;
	border:solid 1px #2ecc71;
	border-radius:2px;
	position:relative;
	color:#fff;
	background:#2ecc71;
	box-shadow:0px 4px 0px #27ae60,0px 7px 7px #ccc;
	font-weight:bold;
}
a.btn02{
	display:inline-block;
	padding:8px 32px 8px 18px;
	border:solid 1px #fba93b;
	border-radius:2px;
	position:relative;
	color:#fff;
	background:#fba93b;
	box-shadow:0px 4px 0px #bc842c,0px 7px 7px #ccc;
	font-weight:bold;
}
a.btn:after{
	content:">";
	position:absolute;
	right:8px;
	top:48%;
	transform:translate(0,-50%);
}
a.btn:hover{
	opacity:0.9;
}

#spot .content iframe{
	width:100%;
}
/*-----------------おすすめ観光コース-----------------*/
.course .osusume_inner{
	padding:0;
}
article.osusume{
	padding:30px 15px;
	line-height:0;
}
.osusume .title_waku{
	width:23%;
	float:left;
	padding-right:10px;
	box-sizing: border-box;
}
.osusume .title_waku h2{
	margin:0;
	padding:0;
}
.title_waku img{
	width:auto;
	max-height:250px;
}
.osusume .content_waku{
	width:77%;
	float:left;
	padding-left:15px;
}
.osusume .content_waku .content{
	position:relative;
}
.osusume .img_waku{
	width:100%;
	height:145px;
	height:35vw;
	border-radius: 10px;
}
.osusume .img_waku:last-child{
	margin:10px 0;
}
.osusume .img_waku img{
	width:100%;
	height:145px;
	height:35vw;
	object-fit: cover;
}
.osusume .text_waku .content{
	width:100%;
	padding:10px 5px;
	border-radius:15px;
	background-color:#d3f0e3;
	margin:10px 0;
/*	font-size:0.9em;*/
	font-size:3.5vw;
	line-height:1.3;
}
.osusume .rank_img{
	width:45px;
	height:45px;
	position: absolute;
	top:5px;
	right:5px;
}
/*２・３位*/
.osusume .second .content{
	width:49%;
	float:left;
	margin:0 1%;
}
.osusume .second .content:last-child{
	width:48%;
	float:left;
	margin:0 0 0 1%;
}
.osusume .second .img_waku img{
	width:100%;
	height:100px;
	object-fit: cover;
}
.osusume .second .img_waku{
	width:100%;
	height:100px;
	border-radius: 10px;
}
.osusume .second .text_waku .content{
	width:100%;
	margin-top:10px;
}
.second .content{
	position:relative;
}
.second .content .rank_img02{
	width:45px;
	height:45px;
	position: absolute;
	top:5px;
	right:5px;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
	.osusume .text_waku .content{
	font-size:0.9em;
	}
}
/*季節ごとの楽しみ方*/
article.season{
	position:relative;
	padding:0;
}
.season_inner{
	position: absolute;
	width:100%;
	max-width:1100px;
	height:100%;
	top:30px;
	left:50%;
	transform: translateX(-50%);
	z-index:99;
	padding:15px 45px 15px 15px;
	margin:0 auto;
}
.season .title_waku{
	width:23%;
}
.season .title_waku h2{
	margin:0;
	padding:0;
}
.season .title_waku h2 img{
	width:auto;
}
article.season .btn_syousai{
	position:absolute;
	left:50%;
	transform: translatex(-50%);
	bottom:50px;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
	article.season{
	height:500px;
}
	.season .swiper-containerSecond .swiper-slide img{
		width:100%;
		height:500px;
		object-fit: cover;
	}
}

/*ニュース・イベント情報*/
.news_inner{
	max-width:1100px;
	padding:40px 15px 10px;
	border-radius: 5px;
}
.news .title_waku{
	width:80%;
	max-width:300px;
/*	float:left;*/
	padding-right:10px;
	box-sizing: border-box;
	margin:0 auto 30px;
}
.news .title_waku h2{
	margin:0;
	padding:0;
}
.news .title_waku h2 img{
	width:auto;
	max-height:250px;
}
.news .content_waku{
	width:100%;
	float:left;
	padding-left:0;
}
.news .qa_waku{
	text-align:left;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:0.95em;
}
.news .qa_waku > div{
	max-height:70px;
	overflow: hidden;
}
.news .qa_waku:last-child{
	margin-bottom:5px;
}
span.sp_block{
	display: block;
	margin:0 0 7px;
	color:#000;
	font-weight: bold;
	width:150px;
	border-radius: 0 8px 0 0;
	font-size:14px;
}
span.sp_block i{
	color:#1b9532;
}
.news i{
	color:#ed811b;
}
.btn_syousai:hover{
	opacity: .8;	
}
.btn_syousai a{
	width:240px;
	margin:15px auto 15px;
	display: block;
	background-color:#fff;
	border-radius:40px;
	padding:10px 0;
	text-align: center;	
	font-size:15px;
	color:#4d4d4d;
}
main{
	padding-top:65px;
/*	margin-bottom:50px;*/
	}
main.top{
	padding-top:0;
}
main#thanks,
main#ques{
	min-height:auto;
}
.swiper-container{
	height:80vh;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	main{
		padding-top:30px;
	}
}
@media screen and (min-width: 1170px) {
	main{
		padding-top:20px;
	}
}
@media screen and (min-width:768px) {
	/*トップスライド*/
	.swiper-container{
		height:auto;
	}
	
	/*緊急情報*/
	.unkou .info_emergency{
		border:2px solid red;
		overflow:hidden;
		height:37px;
		height:auto;
		margin-bottom:10px;
		border-radius:5px;
	}
	.info_emergency_title{
		width:180px;
		display: flex;
		flex:0 0 auto;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
/*
	.unkou .info_emergency_text,
	.unkou .info_normal_text,
	.unkou .info_walking_text{
		margin-left:115px;
	}
*/
	/*通常運行情報*/
	.unkou .info_normal_title{
		width:180px;
		display: flex;
		flex:0 0 auto;
		
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	/*路線散策情報*/
	.unkou .info_walking_title{
		width: 180px;
		display: flex;
		flex:0 0 auto;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.btn_syousai a{
		width:350px;
		margin:20px auto 0;
		padding:15px 0;
		font-size:18px;
	}
	
	.center_text_pc{
		text-align:center;
	}
	.spot .title_waku h2 img{
		margin:0 auto 40px;
	}
	.spot .title_waku{
		width:100%;
		float:none;
		padding-right:0;
	}
	.spot .img_waku{
		width:100%;
		height:145px;
	}
	.osusume .text_waku .content{
	font-size:0.9em;
}
	
}
@media screen and (min-width: 415px) and (max-width: 768px) {
	.spot .second .img_waku{
		height:150px;
	}
	.spot .second .img_waku img{
		height:150px;
	}
	.osusume .second .img_waku{
		height:150px;
	}
	.osusume .second .img_waku img {
		height:150px;
	}
}

/*おすすめコンテンツ*/
.osusume_content{
	background-image:url(../img/bg_osusume.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.osusume_content .title_waku{
	width:23%;
	float:left;
	padding-right:10px;
	box-sizing: border-box;
}
.osusume_content .title_waku h2{
	margin:0;
	padding:0;
}
.osusume_content .title_waku h2 img{
	width:auto;
}
.osusume_content .content_waku{
	width:77%;
	float:left;
	padding-left:15px;
}
.osusume_content .content_waku .text_waku{
	background-color:rgba(0,0,0,0.6);
	padding:10px 15px 10px 20px;
	margin:10px 0;
	border-radius: 10px;
	color:#fff;
	font-size:0.90em;
	position: relative;
}

.osusume_content .content_waku .text_waku .arrow{
	position: absolute;
	top:50%;
	right:23px;
	transform: translateY(-50%);
	font-size:18px;
}
.osusume_content .content_waku .text_waku span{
	font-size:17px;
	font-weight:bold;
	display: block;
	line-height:2;
}
.osusume_content .content_waku .text_waku span.recommend_text{
	width:80%;
}
.over_sp{
	overflow:hidden;
}

@media screen and (min-width:768px) {
	.over_sp{
		overflow:visible;
	}
	.unkou{
		margin:120px auto -30px;
	}
	/*本日の運行*/
	.unkou .honjitsu_text,
	.unkou .sansaku_text,
	.unkou .kongetsu_text
	{
		padding-left:30px;
	}
	.pad_pc60{
		padding:60px 0;
	}
	article.spot{
/*		padding:60px 0 60px;*/
	}
	article.news{
		padding:80px 0 80px;
	}
	article.osusume,
	article.osusume_content{
		padding:110px 0 120px;
	}
	article.yama{
		position: relative;
		min-height:30vh;
		background-image:url(../img/bg_yama.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	img.yama01{
		position: absolute;
		width:160px;
		top:70px; 
		left:15%;
	}
	img.yama02{
		position: absolute;
		width:13vh;
		top:100px; 
		left:42%;
	}
	img.yama03{
		position: absolute;
		width:130px;
		top:50px; 
		right:13%;
	}
	article.bg_dot.bg_blue.spot{
		background-image:url(../img/bg_spot.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		background-color:transparent;
	}
	article.osusume.course.bg_sankaku{
		background-image: url(../img/bg_course.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*おすすめ観光スポット・おすすめ観光コース*/
	.spot .title_waku,
	.osusume .title_waku{
		width:100%;
	}
	.spot .title_waku,
	.osusume .title_waku img{
		width:400px;
		display: block;
		margin:0 auto;
	}
	.spot .title_waku h2 img,
	.osusume .title_waku h2 img{
		margin:0 auto 60px;
	}
	.osusume .title_waku h2 img.top_pc_none{
		display: none;
	}
	.season .title_waku,
	.news .title_waku,
	.osusume_content .title_waku{
		width:13%;
		float:left;
		padding-right:25px;
	}	
	.spot .content_waku,
	.osusume .content_waku
	{
		width:33.333%;
		padding:0 15px 0 0;
	}
	.spot .img_waku,
	.osusume .img_waku{
		height:220px;		
	}
	.spot .img_waku img,
	.osusume .img_waku img{
		height:220px;
		border-radius: 10px 10px 0 0;
}
	.spot .second .content{
		width:49%;
		float:left;
		padding:0 7px;
		box-sizing: border-box;
	}
	.spot .second .content .img_waku,
	.osusume .second .content .img_waku{
		height:220px;
	}
	.spot .second .content .img_waku img,
	.osusume .second .content .img_waku img{
		height:220px;
		border-radius: 10px 10px 0 0;
	}
	.spot .text_waku .content,
	.osusume .text_waku .content{
		padding:15px 15px;
		border-radius:0 0 10px 10px;
		margin:0;
		width:100%;
		text-align: left;
		background-color:#f2f2f2;
		box-shadow:3px 3px 3px #ddd;
	}
	.text_waku .content .pc_on{
		font-weight:normal;
		font-size:16px;
		margin-top:4px;
	}
	.text_waku .content .pc_on .pc_text{
		padding:10px 5px 0 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow:hidden;
	}
	.text_waku .content .pc_on a{
		font-size:15px;
		color:#fff;
		background:#00A99D;
		padding:4px 13px 3px;
	}
	.course .text_waku .content{
		padding:15px 5px 15px 15px;
		border-radius:0 0 10px 0;
		margin:0 0 15px;
	}
	.spot .content_waku .content,
	.osusume .content_waku .content{
		font-size:18px;
		font-weight:bold;
		line-height:1.5;
		
	}
	.movie_content{
		min-height:84px;
	}
	.spot .second .content .text_waku .content{
		width:100%;
		padding:15px;
		border-radius:0 0 10px 10px;
		margin: 0 0 15px;
		background-color:#f2f2f2;
		text-align: left;
		font-size:18px;
		font-weight: bold;
	}
		/*２・３位*/
	.osusume .second .content{
		width:31%;
		float:left;
		margin:0 1%;
	}
	.osusume .second .content:last-child{
		width:31%;
		float:left;
		margin:0 1%;
	}
	.osusume .second .content .text_waku .content{
		width:100%;
		padding:15px;
		border-radius:0 0 10px 10px;
		margin:0 0 15px;
		text-align: left;
		font-size:18px;
		font-weight: bold;
		line-height:1.5;
	}
	.spot .rank_img,
	.second .content .rank_img02,
	.osusume .rank_img{
		width:100px;
		height:26px;
		top:207px;
		left:50%;
		transform: translatex(-50%);
	}

	/*季節のおすすめスポット*/
	article.season .btn_syousai{
		bottom:70px;
	}
	.course .osusume_inner{
		padding:0 15px 15px 15px;
	}
	/*ニュース＆イベント*/
	span.sp_block{
		display: inline;
		font-size:15px;
		padding-right:20px;
	}
	.news .content_waku{
		padding-left:15px;
	}
	.news .qa_waku{
		padding-bottom:25px;
		margin-bottom:25px;
		font-size:1em;
	}
	.news .qa_waku:last-child{
		margin-bottom:10px;
	}
	/*おすすめコンテンツ*/
	.osusume_content{
		background-image:url(../img/bg_osusume_pc.jpg);
	}
	.osusume_content .content_waku{
		padding-left:60px;
	
	}
	.osusume_content .content_waku .text_waku{
		padding:10px 15px 10px 20px;
		width:90%;
		margin:30px auto;
		border-radius: 40px;
		font-size:17px;
		font-weight: bold;
		text-align:center;
	}
	.osusume_content .content_waku .text_waku span{
		font-size:19px;
		display:inline;
		padding-right:5px;
	}
	.osusume_content .content_waku .text_waku span::after{
		content:" ／";
	}
	.osusume_content .content_waku .text_waku .arrow{
	right:13%;
	font-size:20px;
}
	.osusume_content .content_waku .text_waku span.recommend_text{
		width:100%;
	}
	.osusume_content .content_waku .text_waku span.recommend_text::after{
		content:"";
	}
}
@media screen and (min-width:1170px) {
	.unkou{
		margin:0 auto -40px;
	}
}

/*-----------------------
パララックス
------------------------*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:50px;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url("../img/scroll1.jpg");
}

.img-bg-02 {
  background-image: url("../img/scroll2.jpg");
}

/*フッター*/
.footer_bana .article_inner{
	width:100%;
	text-align: center;
	display: flex;
	flex-wrap:wrap;
}
.footer_bana .bana_box{
	width:48%;
	margin:5px 1% 0;
}
footer{
	margin:10px auto 80px;
}
footer ul{
	list-style:none;
	font-size:12px;
	line-height:2;
	padding-left:0;
	width:300px;
	margin:10px auto 10px;
}
footer ul li{
	float:left;
	margin-left:15px;
}
footer ul li:first-child{
	margin-left:0;
}
footer ul li a{
	text-decoration: underline;
}
footer div{
	background-image:url(../img/dot.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #e8f4d9;
	padding:15px 0;
}
footer .icon_sns{
	font-size:33px;
	margin:8px auto 8px;
}
footer small{
	font-size:10px;
}
footer img.foot_kurotetsu_logo{
	display: block;
	margin:0 auto;
	width:200px;
}
footer img.foot_kansai_logo{
	display: block;
	margin:18px auto 0;
	width:145px;
}
@media screen and (min-width: 768px) {

	h2{
		font-size:25px;
		position: relative;
		display: block;
		padding:5px 55px;
/*		margin:30px auto 30px;*/
		margin:0 auto 30px;
		width:100%;
	}
	h2::before{
/*		top:52px;*/
	}
	h3{
	font-size:22px;
	width:100%;
	max-width:1100px;
	margin:30px auto 15px;
	padding:10px 10px;
	text-align: center;
}
	/*運行情報*/

	/*キャッチコピー*/
	.catch{
		position: relative;
		min-height:720px;
	}
	.catch .article_inner{
		margin-top:75px;
		font-size:30px;
	}
	.catch img.woman_left{
		width:17%;
		position: absolute;
		bottom:0;
		left:5%;
	}
	.catch img.woman_right{
		width:24%;
		position: absolute;
		bottom:0;
		right:5%;
	}
	/*ニュース・イベント情報*/
	.news_inner{
		padding:0;
	}


	/*おすすめコンテンツ*/
	
	article.osusume_content{
		padding-bottom:50px;
/*		margin-bottom:10px;*/
	}
	.osusume_content .pattern_04 > div:first-child{
		min-height:240px;
	}
	.footer_bana .article_inner{
		justify-content:center;
	}
	.footer_bana .bana_box{
		width:24%;
		margin:0 0.5% 20px;
	}
	footer{
		margin-bottom:10px;
	}
	footer ul{
		font-size:14px;
		width:340px;
	}
	footer div{
		padding:30px 0;
	}
	footer .icon_sns{
		font-size:40px;
		margin:0 auto 15px;
	}
}
/*-----------------------
フォーム
------------------------*/
input[type="submit"]{
/*	background:#ff4500;*/
	background:#ff6347;
	color:#fff;
/*	border:solid 1px #444;*/
	border:none;
	border-bottom:solid 6px #ff4500;
	border-radius:4px;
	text-indent:0;
	width:100%;
	max-width:320px;
	height:auto;
	padding:13px 18px 10px;
	font-size:19px;
}
#page_event-detail input[type="submit"]{
/*	background:#ff4500;*/
	background:#ff6347;
	color:#fff;
/*	border:solid 1px #444;*/
	border:none;
	border-bottom:solid 6px #ff4500;
	text-indent:0;
	width:100%;
	max-width:320px;
	height:100px;
	padding:6px 18px;
	font-size:20px;
}
input[type="submit"]:hover{
	cursor: pointer;
}

/*input[type="submit"].*/

/*-----------------------
fix サブメニュー
------------------------*/
.fixMenuBox{
	min-height:140px;
}
.fixMenuBox.height65{
	min-height:45px;
}
#fixedmenu {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
@media screen and (min-width: 768px) {
	.fixMenuBox.height65{
		min-height:65px;
	}
}
/*-----------------------
おすすめコース
------------------------*/
#course ul.list-col3 li{
	padding:3px;
	text-indent:0;
}
#course ul.list-col3 li{
	width:25%;
	padding:0 3px;
	text-indent:0;
}
#course .open_button{
	font-size:14px;
}
#course h3{
	margin:-10px 0 -5px;
}
#course ul.list-col3.ichiran li{
		width:100%;
	}
#course ul.list-col3.ichiran li > ul li{
		width:100%;
		padding-left:25px;
	}
#course ul.list-col3.ichiran li > ul li:before{
		top:5px;
		left:5px;
	}
#course .col_03.pattern_04{
	padding:0 15px;
}
#course .pattern_04 > div:first-child{
	min-height:100px;
	margin-bottom:10px;
}
#course .pattern_04 .textbox {
	transform: translate(-50%,-45%);
	font-weight:bold;
	font-size:1.1em;
	padding:15px;
}
#course .pattern_04 .image{
	height:100px;
}


.boxContent{
/*
	line-height: 0;
	opacity: 0;
	visibility: hidden;
*/
	display:none;
	transition: all 300ms 0s ease;
}
.boxWrap input{
	display:none;
}
.boxWrap input:checked + .boxContent{
/*
	line-height:1.8;
	opacity:1;
	visibility: visible;
*/
	display:block;
}


@media screen and (min-width: 768px) {
	#course ul.list-col3{
		width:850px;
		margin:0 auto;
	}
	#course ul.list-col3 li{
		width:12.5%;
		text-indent:0;
		padding:0 5px;
	}
	#course ul.list-col3.ichiran li{
		width:33.333%;
	}
	#course .pattern_04 > div:first-child{
		margin-bottom:20px;
	}
}
/*-----------------------
最短おすすめコース
------------------------*/
#course_detail ul.list-col2 .course{
	margin:0 auto;
	width:100%;
}
.time-required{
	margin:30px auto 10px;
	padding:10px;
	font-weight: bold;
	background-color:#fffcd0;
	box-shadow:3px 3px rgba(0,0,0,0.2);
}
#course_detail ul.list-col2 li{
	width:48%;
	float:left;
	padding:0;
	margin-right:2%;
}
#course_detail ol.flow .flow_header:after{
	height:0;
}
#course_detail ol.flow .flow_header{
	padding:0;
}
#course_detail ol.flow .flow_body span{
	font-size:20px;
	display: block;
	margin-bottom:5px;
	font-weight: bold;
}
#course_detail ol.flow .flow_body span.time{
	font-size:15px;
	display: block;
	margin-bottom:10px;
	color:#333;
}
ul.list-col2.snap{
	margin:0;
}
.point h3{
		margin-bottom:20px;
	}
#course_detail ol.flow .goal .flow_header{
	width:0%;
}
#course_detail ol.flow .goal .flow_body{
	width:100%;
	padding:25px 0 15px;
}
#course_detail{
		padding-top:85px;
	}
#course_detail #fixedMenu img{
		max-width:300px;	
	}
ul.list.info_walking_midashi li{
	text-indent:-1.3em;
	padding-left:1.3em;
}
@media screen and (min-width: 768px) {
	#course_detail .course{
		overflow:hidden;
		margin:50px auto 30px;
	}
	.time-required{
		margin:30px auto;
		font-size:20px;
		line-height:1.8;
		padding:12px;
	}
	#course_detail .course div{
		width:48%;
		float:left;
		margin:0 1%;
		box-sizing: border-box;
	}
	#course_detail ul.list-col2 li{
		width:23%;
	}
	#course_detail{
		padding-top:30px;
	}
	#course_detail #fixedMenu img{
		max-width:350px;	
	}
}
@media screen and (min-width: 1100px) {
	#course_detail{
		padding-top:0;
	}
	#course_detail #fixedMenu img{
		max-width:400px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1170px) {
		#course_detail{
		padding-top:20px;
	}
}
/*-----------------------
おすすめスポット全体
------------------------*/
#spot .info_emergency_title{
	width:100%;
	background-color:transparent;
	color:red;
	margin-bottom:13px;
	font-weight:bold;
}
#spot img.map_spot_all{
		margin:15px auto;
	}
#spot .info_walking_title{
	background-color:#fff;
	background-image:url(../img/bt_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:6px 0;
	margin:15px auto;
	border:solid #00b2a6 2px;
	border-radius:40px;
}
#spot .entraining{
	margin:10px 0 10px;
}
#spot .lanking ul.list-col2 li{
	padding:0;
	text-align:left;
}
#spot ul.list.station{
	padding:0 0 8px;
}
#spot ul.list li.pad_5{
	padding:0 7px 7px 0;
	text-indent:0;
	width:25%;
}
#spot .content{
	margin:40px 0;
	border-bottom:1px dotted #333;
	padding-bottom:30px;
}
#spot .content .img_waku{
	margin:20px 0;
}
#spot .content .img_waku img{
	width:100%;
	max-height:200px;
	object-fit: cover;	
}
#spot .content .title{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1.5px solid #95c036;
}
#spot .content .title span{
	display: block;
	font-size:15px;
	margin-bottom:5px;
}

#spot .lankingspot_root{
	padding:5px 8px;
	background-color:#d5f1f2;
	border-radius:5px;
	display: inline-block;
	margin:10px 10px 0;
}
#spot .spot_news{
	color:#3c763d;
	font-size:0.85em;
    padding: 9px 15px 8px;
    border-radius: 6px;
	background:#dff0d2;
	font-weight:bold;
	margin: 0 0 20px;
	}
#spot .spot_news.emergency{
	color:#a94442;
/*	font-size:0.85em;*/
    padding: 9px 15px 8px;
    border-radius: 6px;
	background:#f2dede;
	font-weight:bold;
	margin: 0 0 15px;
	}
#spot .spot_news i{
	
}
@media screen and (min-width: 768px) {

	.wrapper{
		overflow: hidden;
	}
	#spot .spot_waku{
		width:50%;
		float:left;
		padding:2%;
	}
	#spot img.map_spot_all{
		max-width:500px;
		margin:30px auto;
		display: block;
	}

	#spot ul.list.list-col3.station{
		width:650px;
		margin:0 auto 30px auto;
	}
	#spot ul.list li.pad_5{
		width: 16.666%;
		margin-top:20px;
	}
	.lanking li{
		font-size:1.4em;
	}
	#spot .spot_news{
		font-size:1em;
		text-align: left;
		margin: 0 15px 20px;
		padding:11px 0 10px 50px;
	}
	#spot .spot_news.emergency{
    padding: 9px 0 8px 50px;
	margin: 0 15px 15px;
	}
	.lanking li img{
		max-width:100%;
	}
	#spot ul.list.station{
		padding:0 5px 0 10px;
	}
}
/*-----------------------
おすすめスポット詳細
------------------------*/
.free_text{
	margin-bottom:20px;
	padding:10px;
}
ul.info_walking_midashi{
	margin:30px 0 0;
	font-weight: bold;
}
ul.info_walking_midashi li{
	padding:10px 0;
	border-bottom:1px dotted #333;
	text-indent: 0;
}
ul.info_walking_midashi li i{
/*	width:10%;*/
	float:right;
	font-size:1.1em;
}
.lanking ul.list-col2 li.content{
		text-align: left;	
	}
.lanking ul.list-col2 li.text .spot_title{
	font-size:20px;
	color:#333;
	font-weight:bold;
}
@media screen and (min-width: 768px) {
	.free_text{
		text-align:center;
		max-width:800px;
		margin:0 auto;
	}
	.lanking ul.list-col2{
		border-bottom:1px dotted #333;
		overflow: hidden;
	}
	.lanking ul.list-col2 li.img{
		width:30%;
		margin-right:20px;
		box-sizing: border-box;
	}
	.lanking ul.list-col2 li.text{
		width:66%;
		font-size:16px;
		text-align:left;
	}
	.lanking ul.list-col2 li.text .spot_title{
		font-size:22px;
	}
}
/*-----------------------
施設ガイド
------------------------*/
/**/

#anc_schedule{
    margin-top:-50px;
    padding-top:50px;
}

table.schedule_table {
    width: 100%;
    margin: 10px 0;
}
table.schedule_table th,
table.schedule_table td{
	width:auto;
	padding:5px 10px;
	vertical-align: middle;
}
table.schedule_table th{
	background-color:#998675;
	border:1px solid #736357;
	color:#fff;
}
table.schedule_table td{
	border:1px solid #736357;
}
table.schedule_table tr:nth-child(even) {
	background:#fff;
}
table.schedule_table tr:nth-child(odd) {
	background:#f4f0eb;
}


/**/
img.map_kounai{
	display: block;
	margin:50px auto;
}
table.content_table,
table.content_table02
{
	width:100%;
	margin-bottom:30px;
}
table.content_table th,
table.content_table td{
	width:50%;
	padding:5px 10px;
	vertical-align: middle;
}
table.content_table.toilet th,
table.content_table.toilet td{
	width:25%;
}
table.content_table.toilet tr:nth-child(odd){
	background-color:#fff;
}
table.content_table th{
	background-color:#998675;
	border:1px solid #736357;
	color:#fff;
}
table.content_table td{
	border:1px solid #736357;
}
table.content_table02 th,
table.content_table02 td{
	padding:20px 10px;
	vertical-align: middle;
}
table.content_table tr:nth-child(even) {
	background:#fff;
}
table.content_table tr:nth-child(odd) {
	background:#f4f0eb;
}
button.syousai{
	width:90%;
	max-width:370px;
	padding:13px 0;
	background-color:#fff;
	border-radius:40px;
	display:block;
	margin:30px auto;
	font-size:1em;
	background:#d7faf5;
}
ul.ninki_menu li{	
	text-indent:0;
	text-align: center;
	padding-left:0;
	width:100%;

}
ul.baiten_menu li{
	text-indent:0;
	text-align: center;
	padding:0 1%;
	font-size:13px;
	width:100%;
	float:left;
	margin-bottom: 20px;
}
.yoyakumenu{
	margin:10px 0;
	background-color:#fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(244,240,235,1) 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 35%,rgba(244,240,235,1) 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 35%,rgba(244,240,235,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f0eb',GradientType=0 ); /* IE6-9 */
	border:1px dotted #928075;
	padding:15px;
	border-radius: 10px;
}
.yoyakumenu_title{
	font-weight:bold;
	background-color:#928075;
	padding:2px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
}
table.table.yoyakumenu th{
	background-color:#f4f0eb;
	color:#534741;
}
@media screen and (min-width: 768px) {
	ul.ninki_menu li,
	ul.baiten_menu li{
		font-size:17px;
		padding: 25px 20px;
		width:33.3333333%;
		float:left;
		margin-bottom:0;
	}
	#spot ul.list.list-col4.station{
		width:450px;
		margin:0 auto;
	}
	#spot #fixedMenu ul.list.list-col4.station{
		margin:-22px auto 20px;
	}
	#spot #fixedMenu.fix ul.list.list-col4.station{
		margin:-15px auto -5px;
	}
	#spot ul.list.list-col4 li.pad_5{
		width:25%
	}
	.lanking ul.list-col2.setubi{
		border-bottom:none;}
	.lanking ul.list-col2.setubi li{
		margin:1% ;
		width:48%;
	}
	#spot .lanking ul.list-col2.setubi li {
		font-size:17px;	
	}
}
/*-----------------------
季節ごとの見所
------------------------*/
img.season_icon{
	width:80px;
	display: block;
	margin:10px auto;
}
.blue_waku{
	padding:15px;
	background-color:#D5F1F3;
	margin:30px auto;
	border-radius: 10px;
}

img.season_clothes{
	width:50%;
	display: block;
	margin:40px auto;
	max-width:200px;
}
#spot .season .lankingspot_root{
	background-color:#e8f4d9;
}
@media screen and (min-width: 768px) {
	img.season_icon{
		display: none;
		margin:0 auto;
	}
	.blue_waku{
		padding:0;
		background-color:transparent;
	}
	.blue_waku h3{
		margin-top:15px;
	}
}
/*-----------------------
トロッコ電車について
------------------------*/
ul li.troko_waku{
	width:96%;
	background-color:#ddf4f5;
	border-radius:10px;
	padding:6%;
	margin:20px 2%;
	box-sizing: border-box;
	text-indent:0;
}
ul li.troko_waku h3{
	background-color:transparent;
	margin:0 auto;
}
.troko_tuika{
	background-color:#2eb8bd;
	padding:5px 0;
	margin:8px auto;
	border-radius: 10px;
	text-align: center;
	color:#fff;
}
#about_troko ul.list-col4.syaryou li{
	width:50%;
	padding:20px 10px 10px;
	text-indent:0;
	position: relative;
	}
#about_troko ul.list-col4.syaryou li a:hover{
	opacity: 0.8;
	}
#about_troko ul.list-col4.syaryou li .syaryou_text{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-shadow: 2px 2px 8px #000;
	font-size:1.2em;
}
#about_troko ul.list-col2 li.img{
	width:70%;
	margin:0 auto;
	padding:10px;
	text-indent:0;
}
#about_troko ul.list-col2 li.text{
	width:100%;
	margin:0;
	padding:10px;
	text-indent:0;
	text-align: left;
}
ul.list-col2.coment{
	margin-top:0;
}
@media screen and (min-width: 768px) {
	#about_troko .lead{
		margin:30px 0;
	}
	ul li.troko_waku{
		width:31%;
		height:365px;
		padding:0 2%;
		margin:1%;
		font-size:0.9em;
	}
	ul li.troko_waku img{
		margin:10px 0;
	}
	ul li.troko_waku h3{
		background-color:transparent;
		margin:10px auto 0;
		font-size:20px;
	}
	.troko_tuika{
		padding:5px 0;
		margin:0 auto 10px;
		font-size:16px;
	}
	#about_troko ul.list-col4.syaryou li{
		width:25%;
		margin:20px 0 0;
		padding:10px;
		text-indent:0;
	}
	#about_troko ul.list-col4.syaryou li .syaryou_text{
		font-size:1.3em;
	}
	#about_troko .image.alignLeft{
		max-width:25%;
	}
	#about_troko ul.list-col2 li.img{
		width:28%;
	}
#about_troko ul.list-col2 li.text{
		width:72%;
	}
}
/*-----------------------
キャラクター紹介
------------------------*/
#character .lanking ul.list-col2{
		margin:0;
}
#character .lanking ul.list-col2 li{
	padding:0;
	text-align:left;
}

.lanking ul.list-col2.border_none{
	border-bottom:none;
}
#spot .content.border_none{
	border-bottom:none;
}
@media screen and (min-width: 768px) {
	img.character_img{
		max-width:800px;
		display: block;
		margin:50px auto 0;
	}
}

/*------------------------
パーツ
------------------------*/
img{
	max-width:100%;
}
.font-big{
	font-size:1.2em;
}
.font-bold{
	font-weight:bold;
}
.font-red{
	color:red;
}
.font-small{
	font-size:0.85em;
}
.text-center{
	text-align:center;
}

.back-gray{
	background:#f3f3f3;
	padding:15px;
}

.note{
	font-size:0.7em;
	border-radius:20px;
	padding:8px 8px 8px 14px;
}
.back-lightgreen{
	background:#C8F3EC;
	background:#d5f1f2;
}
.border{
	border:solid 2px #2BAEB3;
	padding:20px 15px;
	border-radius:10px;
}
.box{
	padding:14px;
	margin-bottom:20px;
}
table.table-green th,
table.table-green td{
	border:solid 1px #2FB7BB;
}
table.table-green th{
	background:#2FB7BB;
	color:#fff;
}
@media screen and (min-width: 768px) {
	.note{
		font-size:0.9em;
		max-width:480px;
		margin:0 auto;
		display: block;
	}
}




.notes{
	font-size:0.8em;
	border:solid 1px #aaa;
	padding:14px;
	margin:20px auto 40px auto;
}

/*----------------------ボックス*/
/*定義ボックス*/
.defineBox {
  width: 100%;
  border: solid 2px #EE762B;
	box-shadow:2px 2px 1px #888;
	border-radius:5px;
}
.defineBox .defineTitle {
  padding: 8px 12px;
  background: #F7931E;
  color: #fff;
  text-align: center;
}
.defineBox .defineContent {
	padding: 10px;
	background:#fff;
	margin:0;
}

/*スクロールボックス*/
.scrollBox{
	padding:20px;
	border:solid 1px #ccc;
	background:#ffffe0;
	overflow-y:scroll;
	height:200px;
	max-width:800px;
	margin:10px auto 40px auto;
	font-size:0.8em;
}



/*-----------------------
アクセス・周辺情報ページ
------------------------*/
/*アクセステーブル*/
#page_access table.accessTbl {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  margin: 4px auto 20px auto;
  font-size: 18px;
}

#page_access table.accessTbl th,
#page_access table.accessTbl td {
  border: solid 1px #ccc;
  padding: 10px 6px;
  box-sizing: border-box;
}

#page_access table.accessTbl th {
  background: #f3f3f3;
  width: 40px;
}

#page_access table.accessTbl td{
	background:#fff;
}

#page_access .strong{
	color:#28B0B2;
}

#page_access ul.list{
	margin-bottom:16px;
}


/*------------------------
運賃ページ
-------------------------*/
#page_unchin h3{
	margin-bottom:30px;
}
#page_unchin h4{
	text-align:center;
	margin-bottom:16px;
}
#page_unchin h4:before{
	display:none;
}
#page_unchin ul.list-col3 li{
	width:100%;
}
.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

#page_unchin ul.list li{
	text-indent: 0;
	padding: 0 0 20px 0;
}
#page_unchin ul.list-col2.fare{
	margin:40px auto 0;
}
table.table-waribiki{
	margin-bottom:30px;
}
table.table-waribiki thead th{
	border-right:solid 1px #fff;
}
table.table-waribiki thead th:nth-of-type(3){
	border-right:solid 1px #2FB7BB;
}
table.table-waribiki tbody th{
	background:#d5f1f2;
	color:#444;
}

table.table-waribiki th,
table.table-waribiki td{
	padding: 4px;
	width:33.333333%;
}
ul.unchin_bt{
	max-width:860px;
	margin:40px auto -20px;
}
.unchin_bt02{
	max-width:430px;
	margin:0 auto 20px;
}
@media screen and (min-width: 768px) {
	#page_unchin ul.list li{
		width:48%;
		margin:0 1%;
		box-sizing: border-box;
	}
	#page_unchin ul.list-col3 li{
	width:31.333%;
}
	#page_unchin ul.list-col2.fare{
	margin:40px auto 0;
}
	#page_unchin .border.bg_white{
		padding:40px 30px 30px;
	}
	table.relax{
	max-width:335px;
}
	table.table.relax th{
		width:50%;
	}
}
/*------------------------
黒部峡谷とはページ
-------------------------*/
#page_aboutkurobe p{
	margin-bottom:20px;
}
#page_aboutkurobe ul.enkaku_hyou{
	margin:15px 5px;
	line-height:1.7;
}
@media screen and (min-width: 768px) {
	#page_aboutkurobe ul.enkaku_hyou{
	margin:15px;
}
	.alignLeft img{
		margin-top:15px;
	}
}
/*-----------------------
イベント一覧ページ
-------------------------*/
#page_event .tab__button.active a,
#page_event .tab__button a:focus{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

#page_event table.table-event thead{
		display:none;
	}
#page_event table.table-event th,
#page_event table.table-event td{
	background:#fff;
	display:block;
	width:100%;
	border:solid 1px #999;
	border-bottom:none;
	
	padding: 4px 10px;
    font-size: 14px;
}
#page_event table.table-event tr:last-of-type td{
	border-bottom:solid 1px #999;
}
#page_event table.table-event thead th{
	background-color:#F7931E;
	color:#fff;
/*	width:100px;*/
}

#page_event table.table-event tbody th{
	background-color:#E0EEF7;
}
#page_event table.table-event th:first-of-type{
	
}
#page_event table.table-event td:nth-child(1) {
/*	background-color:#F8EEE5;*/
	background-color:#E0EEF7;
}
#page_event table.table-event a{
	color:#1111cc;
	text-decoration:underline;
}

@media(min-width:768px){
	#page_event table.table-event thead{
		display:table-header-group;
	}
	#page_event table.table-event th,
	#page_event table.table-event td{
		display:table-cell;
		width:auto;
	}
	#page_event table.table-event tbody th{
		width:284px;
	}
	#page_event table.table-event th,
	#page_event table.table-event td{
		border-bottom:solid 1px #999;
	}
	
}

/*------------------------
イベント詳細ページ
-------------------------*/
table.formTbl{
	border-bottom: solid 1px #808080;
}
table.formTbl td{
	background:#fff;
}
#page_event-detail input[type="submit"]{
	background:url("../img/submit.png") no-repeat center center;
	background-size:contain;
	text-indent:-9999px;
	border:none;
}

/*------------------------
ニュースページ
-------------------------*/
#page_news article table{
	width:auto;
	margin-bottom:20px;
}
#page_news article table th,
#page_news article table td{
	border:solid 1px #ccc;
	padding:4px 10px;
}
#page_news article table th{
	background:#f3f3f3;
}



ul.list-news{
	margin-top:60px;
}
ul.list-news li{
	padding:0 0 20px 0;
	text-indent:0;
	margin-bottom:20px;
	border-bottom:dashed 1px #555;
}
ul.list-news li a{
	display:block;
}
ul.list-news li a:hover{
	opacity:0.8;
}
ul.list-news li a .newsTitle{
	font-weight:bold;
}
ul.list-news li a .newsDate{
	position:relative;
}
ul.list-news li a .newsDate:before{
	content:">";
	color:#349972;
	margin-right:10px;
	font-weight:bold;
}

/*--------------------------
コース一覧
--------------------------*/
.modal_wrap input{
	display: none;
}

.modal_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_trigger{
	position: absolute;
	width: 100%;
	height: 100%;
}

/*
.modal_content {
	position: relative;
	align-self: center;
	width: 80%;
	min-height:250px;
	max-width: 800px;
	padding: 30px 18px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
}
*/

.close_button{
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}


.modal_content p{
	line-height:1.8;
}
.modal_content a{
	font-size:14px;
}
.modal_content a:before{
/*
	content:"●";
	color:#2eb8bd;
	margin-right:10px;
*/
}
.modal_content a:after{
	font-family: "Font Awesome 5 Free";
	content:"\f105";
	font-weight:900;
	color:#2eb8bd;
	margin-left:4px;
}
@media(min-width:768px){
	.modal_content a{
		font-size:20px;
	}
}

/*-------------------------------
画像遅延読み込み
-------------------------------*/
/*
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}*/

/*----------------------------
時刻表 #page_timetable
----------------------------*/
#page_timetable .tabContainer {
    overflow-x: auto;
    margin-bottom: 30px;
}

#page_timetable h3{
	margin-bottom:50px;
}
#page_timetable h4{
	margin:0 auto 20px auto;
	border-bottom:solid 1px #555;
	padding-bottom:20px;
}
#page_timetable h4:before{
	display:none;
}
#page_timetable ul.attentionUl{
	margin:0 auto 0;
}
#page_timetable ul.list-col2 li{
	padding:10px 0;
}
#page_timetable .defineBox .defineTitle{
	border-radius:3px 3px 0 0;
}

.tab__button{
	white-space: nowrap;
}
.timetable-attention{
	font-size:14px;
}
.timetable-attention .defineTitle{
	font-weight:bold;
}
.timetable-attention .defineContent{
	text-align:left;
	padding:10px 6px;
}

.timetable-attention .defineContent table{
	width:100%;
	margin:0;
}
.timetable-attention .defineContent table th{
	text-align:center;
	padding:0px 10px;
	white-space: nowrap;
}
.timetable-attention .defineContent table td.timetable_attention_td{
	padding-left:4%;
}

@media(min-width:768px){
	#page_timetable ul.list-col2.attentionUl li{
		padding:0 10px;
	}
}


#page_timetable .tab__button.active a,
#page_timetable .tab__button a:focus{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
#page_timetable table.table-event th,
#page_timetable table.table-event td{
	padding:8px;
	background:#fff;
}
#page_timetable table.table-event th{
	width:100px;
}
#page_timetable table.table-event a{
	text-decoration:underline;
}

#page_timetable .note{
	font-size:100%;
	text-align:left;
	padding:0;
	width:100%;
	max-width:100%;
}

#page_timetable .col2{
	overflow:hidden;
	margin-bottom:40px;
}
table.table-time{
	width:100%;
	margin-right:0;
	float:none;
}
table.table-time:nth-of-type(2n){
	margin-right:0;
}
table.table-time th,
table.table-time td{
	padding:6px 4px;
	font-size:14px;
}
table.table-time th{
	width:auto;
	max-width:auto;
	text-align:center;
}
table.table-time td{
	text-align:right;
/*	word-break: break-all;*/
}
table.table-time td.center_text{
	text-align:center;
	font-size:16px;
}
table.table-time th:first-of-type{
/*	width:80px;*/
    width:auto;
}
/*
table.table-time td:nth-of-type(4){
	text-align:left;
	font-size:12px;
	width:217px;
}
*/
table.table-time thead th{
	background:#D5F1ED;
}
table.table-time tbody th{
	background:#f3f3f3;
}

@media(min-width:768px){
	table.table-time{
		width:49%;
		margin-right:2%;
		float:left;
	}
}


/*-------------------------
よくある質問
--------------------------*/
/*よくある質問*/
ul.faq {
    font-size: 18px;
    margin: 10px auto 30px auto;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ccc;
}
ul.faq li {
  list-style: none;
}

ul.faq li.faq-f,
ul.faq li.faq-a {
	position: relative;
	margin-bottom: 10px;
    padding-left: 48px;
/*	padding-left:2em;*/
/*	text-indent: -2em;*/
}
ul.faq li.faq-f{
	color:#993301;
	font-weight:bold;
}

ul.faq li.faq-f:before,
ul.faq li.faq-a:before {
	font-weight: bold;
	position:absolute;
	top:-5px;
	left:0;
	border-radius:4px;
	width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

ul.faq li.faq-f:before {
	content: "Q";
	color: #fff;
	background: #009245;
}

ul.faq li.faq-a:before {
	content: "A";
	color:#fff;
	background: #F15A24;
}

.faq-title{
	font-size:16px;
	padding:8px 10px;
	font-weight:bold;
	background-color:#fde9d2;
	display:inline-block;
	line-height:1;
	color:#534741;
	border-radius:3px;
}


table.table-border{
	margin:10px 0;
}
table.table-border th,
table.table-border td{
	border:solid 1px #666;
	padding:4px 10px;
}
.faq table.table-border th{
	background-color:#E0EEF7;
	position:static;
}
.faq table.table-border td.bg_orange{
	background-color:#F8EEE5;
}
@media(min-width:768px){
	.faq-title{
		font-size:20px;
		font-weight:bold;
		padding:10px 15px;
		background-color:#fde9d2;
	}
}



/*-------------------------
温泉・観光 #spot station_
--------------------------*/

h3 .sub{
	font-size:0.8em;
	display:block;
}


#spot ul.list.list-col3.station.kankou{
	width:100%;
}
#spot ul.list.list-col3.station.kankou li.pad_5{
	width:33.333%;
}
@media(min-width:768px){
	#spot ul.list.list-col3.station.kankou{
	width:350px;
}
}

/*-----------------------------
トロッコについて：車両の下層ページ
------------------------------*/
#about_troko_syaryou ul.list-col3.list li{
	width:100%;
	padding:15px;
	text-indent:0;
	margin-bottom:40px;
	border-bottom: 1px dotted #333;
	padding-bottom:40px;
}
#about_troko_syaryou ul.list-col3.list li.border_none_sp{
	border-bottom:none;
}
#about_troko_syaryou ul.list-col3.list li img{
	border-radius: 20px;
}
#about_troko_syaryou ul.list-col3.list li > div.spec{
	margin-bottom:10px;
}
#about_troko_syaryou ul.list-col3.list li > div.spec span::before{
	content:"■";
	color:#EE762B;
}
@media(min-width:768px){
	#about_troko_syaryou ul.list-col3.list li{
		width:33.333%;
		min-height:620px;
	}
	#about_troko_syaryou ul.list-col3.list li.border_none_pc{
		border-bottom:none;
	}
}

/*----------------------------
会社概要 company
-----------------------------*/
.getadobe{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	font-size: 0.9em;
	line-height: 1.3em;
	overflow:hidden;
	max-width:640px;
	width:100%;
	margin:20px auto;
}
#company h4,
#howto h4{
	border-bottom:solid 2px #009B64;
	padding:4px 18px 4px 18px;
	background:#F8F4ED;
	margin:10px auto 20px auto;
}
#company h4:before,#howto h4:before{
	display:none;
}
#company table.table td{
	background:#fff;
}
#anchor-gyoumu .image img{
	width:100%;
}
@media(min-width:768px){
	#anchor-gyoumu .image img{
	max-width:360px;
}
}
/*----------------------------
 購入方法 howto
-----------------------------*/
#howto h5{
	font-size: 1.15em;
    font-weight: bold;
    border-bottom: 1px dotted #2eb8bd/*#b6b6b6*/;
	border-left:8px double #2eb8bd;
    padding: 5px 0 5px 18px;
    margin: 20px auto 20px auto;
    color: #153F00;
}
#howto table.table th,
#howto table.table td{
	width:100%;
	display:block;
}
#howto .note{
	margin:0;
}
#howto table.table-howto th{
	width:auto;
	background:#0073a8;
	color:#fff;
}

#howto table.table-howto thead{
	display:none;
}
#howto table.table-howto td{
	text-align:right;
	position:relative;
}
#howto table.table-howto td:before {
	content: attr(data-title) " ";
	position:absolute;
	left:8px;
}

@media(min-width:768px){
	#howto table.table-howto td:before{
		display:none;
	}
	#howto table.table-howto thead{
	display:table-header-group;
}
	#howto table.table th,
	#howto table.table td{
		width:auto;
		display:table-cell;
	}
	#howto table.table-howto th{
		width:30%;
	}
}

.envelope{
	padding:10px 16px;
	border:solid 2px #e6bfab;
	background:#ffffe0;
	margin:20px auto;
}
.attention{
	border: 1px solid #FFCABF;
    background: #FFE4DF;
    line-height: 1.5em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

/*----------------------------
 マル得情報 value_info
-----------------------------*/
#value_info p{
	margin:0 0 16px 0;
}
table.table-value th,
table.table-value td{
	display:block;
	width:100%;
	border-bottom:none;
}
table.table-value tr:last-of-type td{
	border-bottom:solid 1px #ccc;
}

@media(min-width:768px){
	table.table-value th,
	table.table-value td{
		display:table-cell;
		width:auto;
		border-bottom:solid 1px #ccc;
	}
	table.table-value th{
		width:20%;
		background-color:#F7931E;
		color:#fff;
	}
}


/*----------------------------
 エリア areas_
-----------------------------*/

ul.list-col4banner{
	max-width:900px;
	margin:20px auto;
}

ul.list-col5banner {
    max-width: 100%;
	display:flex;
	flex-wrap:wrap;
}
ul.list-col5banner li{
	width:50%;
}

ul.list-col4banner li{
	text-align:center;
	width:50%;
	float:left;
}
ul.list-col4banner li img{
	max-width:100%;
}
@media(min-width:768px){
	ul.list-col4banner li{
		text-align:center;
		width:25%;
		float:left;
	}
	
	ul.list-col5banner{
		
	}
	ul.list-col5banner li {
		width: 20%;
	}
}

/*--------------------------
吹き出しロールオーバー
---------------------------*/
.css-fukidashi {
	font-size:0.7em;
	color:#1b9532;
	padding: 0;
	margin: 0;
	position:relative;
}
.text-fukidashi {
	width: auto;
	display:inline-block;
	position: relative;
}
.text-fukidashi:before{
/*
	content:"\f06a";
	font-family: "Font Awesome";
	font-weight:400;
*/
}
.text-fukidashi:hover{
	cursor: pointer;
}
.fukidashi {
	display: none;
/*	max-width: 100%;*/
	width:270px;
	position: absolute;
	top: 24px;
	left: -125px;
/*	transform:translate(0,-50%);*/
	padding: 16px;
	border-radius: 8px;
	background: #33cc99;
	color: #fff;
	font-weight: bold;
}
.fukidashi:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    top: -10px;
    transform: translate(0,-50%);
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #33cc99;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
.text-fukidashi:hover + .fukidashi {
	display: block;	
}
@media(min-width:768px){
	.fukidashi {
	display: none;
/*	max-width: 100%;*/
	width:440px;
	position: absolute;
	top: 24px;
	left: -125px;
/*	transform:translate(0,-50%);*/
	padding: 16px;
	border-radius: 8px;
	background: #33cc99;
	color: #fff;
	font-weight: bold;
}
.fukidashi:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    top: -10px;
    transform: translate(0,-50%);
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #33cc99;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
}

/*---------------------
modal/btn
----------------------*/
/*sub menu*/

.modal_content_box {
    background: #fff;
    width: 680px;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    padding: 20px;
	
	overflow-y:scroll;
}



/*
.modal_content p{
	text-align:center;
}
.modal_content a.btn-modal {
    min-width: auto;
    border-radius: 4px;
    position: relative;
    background: #ED1E79;
    border: none;
    color: #fff;
    padding-left: 74px;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #B2165B;
}
.modal_content a.btn-modal:active{
	box-shadow:none;
	top:3px;
}
.modal_content a.btn-modal span {
    position: absolute;
    display: block;
    background: #F14B94;
    color: #fff;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 4px 0 0 4px;
    padding: 10px;
}
*/
/*
modal
----------------------------*/
/*
.modal_wrap input{
			display: none;
		}

		.modal_overlay{
			display: flex;
			justify-content: center;
			overflow: auto;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 9999;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.7);
			opacity: 0;
			transition: opacity 0.5s, transform 0s 0.5s;
			transform: scale(0);
		}

		.modal_trigger{
			position: absolute;
			width: 100%;
			height: 100%;
		}

		.modal_content {
			position: relative;
			align-self: center;
			width: 80%;
			height:auto;
			max-width: 800px;
			padding: 30px 18px 15px;
			box-sizing: border-box;
			background: #fff;
			line-height: 1.8em;
			transition: 0.5s;
		}
		.modal_content p a{
			display:inline-block;
			margin-bottom:14px;
		}
		.close_button{
			position: absolute;
			top: 8px;
			right: 8px;
			font-size: 24px;
			cursor: pointer;
		}

		.modal_wrap input:checked ~ .modal_overlay{
			opacity: 1;
			transform: scale(1);
			transition: opacity 0.5s;
		}
*/

/*---------------------------
プライバシーポリシー
---------------------------*/
#page_privacy article{
	font-size:16px;
	line-height:2;
}

/*------------------------
検索窓 searchBox
-------------------------*/
div#___gcse_0 {
	position: absolute;
	top: 5px;
	left:unset;
	right: 5px;
	z-index: 10000;
	width: 300px;
}
.gsc-control-cse.gsc-control-cse-ja {
	background: transparent;
	border: none;
}
@media(max-width:768px){
	div#___gcse_0{
		position:absolute;
		top:50px;
		right: 0;
		width: 205px;
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input{
		padding-right:8px;
	}
	.gsib_a{
		padding: 3px 0 0 3px;
	}
	.cse .gsc-search-button-v2, .gsc-search-button-v2{
		padding:3px 8px; 
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input{
		padding-right:5px;
	}
}

/*------------------------------------
季節ページに「季節の草花」 追加 20190626
-------------------------------------*/
#spot h3.bg_pink{
	margin-top:40px;
	margin-bottom:18px;
}
#spot ul.list.list-col4.season_kusabana li.pad_5{
	width:50%;
	margin-bottom:20px;
}
.season_kusabana i{
	color:#f6a5db;
}
.season_kusabana i::after{
	content:'i';
	color:transparent;
}
.season_kusabana p{
	min-height:50px;
}
.season_kusabana p > span{
	background-color:#fff;
	padding:2px 7px;
	border-radius:3px;
	color:#726458;
	font-size:80%;
	display: block;
	margin-left:5px;
	font-weight:bold;
	border:1px solid #726458;
	letter-spacing: 3;
	text-align: center;
}
@media(max-width:330px){
	.season_kusabana p{
	font-size:13.5px;
}
}
@media(min-width:768px){
	#spot h3.bg_pink{
		margin-top:50px;
		margin-bottom:5px;
	}
	#spot ul.list.list-col4.season_kusabana li.pad_5{
	width:25%;
}
	.season_kusabana p > span{
	display: inline-block;
}
}
/*------------------------------------
問い合わせクッションページ 追加 20190716
-------------------------------------*/
.reservation ul.list-col2{
	margin-top:0;
	padding-top: 0;
}
.reservation ul.list-col2 li{
	width:49%;
	float:left;
	padding:0;
}
.reservation ul.list-col2 li:nth-child(even){
	margin-left:1%;
}
.reservation ul.list-col2 li:nth-child(odd){
	margin-right:1%;
}
@media(min-width:768px){
	.reservation ul.list-col2{
		padding:0 20px 0;
	}
	.top_bt{
		padding:0 20px; 
	}
}
/*------------------------------------
ヘッダースマホ　モーダル部分 追加 20190716
-------------------------------------*/
.myModal_popUp-content ul.list-col2{
	margin-top:0;
}
.myModal_popUp-content ul.list-col2 li{
	width:49%;
	float:left;
	padding:0;
}
.myModal_popUp-content ul.list-col2 li:nth-child(even){
	margin-left:1%;
}
.myModal_popUp-content ul.list-col2 li:nth-child(odd){
	margin-right:1%;
}
.myModal_popUp-content .top_bt{
		padding:0; 
		margin-top:10px;
		margin-bottom:-20px;
	}
@media(min-width:768px){
	.myModal_popUp-content ul.list-col2{
		padding:0 20px 0;
	}
	
}
/*------------------------------------
ヘッダーナビ順番・bgカラー修正 20190716
-------------------------------------*/
.scroll-nav ul li.yoyaku:last-child a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7931e+0,f15a24+100 */
background: #f7931e; /* Old browsers */
background: -moz-linear-gradient(top, #f7931e 0%, #f15a24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f7931e 0%,#f15a24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f7931e 0%,#f15a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#f15a24',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding-top:0;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
	.scroll-nav ul li.yoyaku:last-child a{
		padding-top:5px;
	}
}
@media(max-width:320px){
	.scroll-nav ul li.yoyaku:last-child a{
		padding-top:5px;
	}
}
@media(max-width:678px){
	.scroll-nav ul li.yoyaku:last-child a{
		height:67px;
	}
}
/*------------------------------------
フォーム機能追加 20190805
-------------------------------------*/
table.quesTbl td div{
	margin:10px 0;
}
table.quesTbl td{
	text-align: left;
    padding:20px;
}
table.quesTbl td input[type="text"]{
	line-height:1.7;
	width:85%;
}
table.quesTbl td textarea{
	width:85%;
}
table.quesTbl td select{
	padding:5px 15px;
}
table.quesTbl td select,
table.quesTbl td textarea,
table.quesTbl td input[type="text"]
{
/*	margin:0 26px;*/
    margin:0;
}
table.quesTbl td input[type="checkbox"],
table.quesTbl td input[type="radio"]{
	margin-right:8px;
}
table.quesTbl td .ques_input{
	text-align:left;
/*	padding:0px 26px;*/
    padding:0;
	margin:15px 0;
}
table.quesTbl td .ques_input_note {
	padding: 0 30px;
}

@media(min-width:678px){
	table.quesTbl td input[type="text"],
	table.quesTbl td textarea{
/*		width:90%;*/
        width: 100%;
        max-width: 100%;
        margin: 0;
	}
	table.quesTbl td{
		overflow: hidden;
        padding: 20px;
	}
	table.quesTbl td .ques_input{
		width:50%;
		float:left;
		margin:10px 0px;
        padding:0;
	}
	
}


/*202008 アンケートサンクスページ*/
.ques_info_box{
    margin-bottom:20px;
}
.ques_user_box{
    font-weight: bold;
    text-align:center;
    border:double 10px red;
    padding:20px 8px;
    margin:30px 0;
    background:#fff;
}
.ques_code{
    display: inline-block;
    font-size:26px;
}
/*------------------------------------
PC予約fixボタン追加 20190905
-------------------------------------*/
/*
a.bt_top_pc img{
	display: block;
	width:110px;
	position: fixed;
	bottom:0;
	right:0;
	z-index:9999;
	padding:0;
}
*/
a.bt_top_pc {
    width: 110px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
    height: 110px;
}
a.pc_on.bt_top_pc{
	display:none;
}

@media(min-width:768px){
	a.pc_on.bt_top_pc{
		display:block;
	}
}

@media(min-width:1100px){
	a.bt_top_pc img{
		width:120px;
	}
}