@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*ヘッダーここから*/
/*
.header{
	background-image:url(../img/bg_paper.jpg);
	background-repeat:repeat;
	}
*/
.header_waku {
	padding: 0 0 0 15px;
	overflow: hidden;
}

.header_waku .top_logo {
	display: block;
	width: 120px;
	float: left;
	margin-top: 0;
	margin-bottom: -5px;
}

.header_waku .top_logo .top_logo {
	float: none;
}

.header_waku .phone {
	display: block;
	float: right;
}

.header_waku a i {
	font-size: 40px;
}

.nav#fixedBox {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	height: 65px;
	/*	height:auto;*/
	transition: all 0.2s ease 0s;
}

@media(min-width:768px) {
	.nav#fixedBox {
		/*		height:auto;*/
	}
}

.nav.fade#fixedBox {
	/*	height:9.5vh;*/
	height: 65px;
}

.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100000;
	background-color: #fff;
}

.top_white_waku {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}

/*スライドナビ*/
.nav {}

.nav-wrap {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	max-width: 1200px;
	margin: 0 auto;
	overflow: visible;
}

.scroll-nav {
	width: 100%;
	background: #fff;
	/* メニューの背景色  */
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	/* 慣性スクロール */
	padding: 0;
}

.scroll-nav ul {
	width: 100%;
	min-width: 100%;
	/* メニュー全体の幅 */
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
	/* 左側の固定分余白 */
	padding-right: 0;
	/* 右側の固定分余白 */
	border-top: 3px solid #ee762b;
}

.scroll-nav ul li {
	float: left;
	width: 21%;
	/*	height:55px;*/
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px dotted #ee762b;
}

.scroll-nav ul li:nth-child(4) {
	border-right: 0px;
}

.scroll-nav ul li:last-child {
	border-right: 0px;
	background-color: #ee762b;
	width: 16%;
}

.scroll-nav ul li:last-child a {
	color: #fff;
}

.scroll-nav ul li:last-child:visited {
	background-color: #ee762b;
}

.scroll-nav ul li a:hover {
	background: rgba(0, 0, 0, 0.15);
	/* マウスホバー時の背景色 */
}

.scroll-nav ul li a#spMenu:hover {
	background: inherit;
}


.scroll-nav ul li a {
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 10px;
	padding-top: 2px;
	letter-spacing: -0.1em;
	line-height: 1.5;
}

.scroll-nav ul li a:hover {
	/*		color: #fff; */
	color: #555;
}

.scroll-nav ul li a i {
	display: block;
	font-size: 24px;
	padding: 8px 0 0 0;
	margin-bottom: 6px;
}

.spMenuOuter#fixedBox #spMenuOpen li.menu-void {
	display: none;
}

@media only screen and (min-width: 768px) {
	li.menu-under.yoyaku {
		display: flex;
		align-items: center;
	}

	.nav-wrap {
		margin: 0 auto;
	}

	.nav.fade#fixedBox {
		height: 0;
	}

	.scroll-nav ul {
		border-top: none;
	}

	.scroll-nav ul li {
		border-right: none;
		height: auto;
	}

	.scroll-nav ul li.menu-void {
		height: 50px;
		display: block;
		background: transparent;
	}

	.scroll-nav ul li.menu-under {
		border-top: 1px solid #ddd;
		/*		padding-top:3px;*/
	}

	.scroll-nav ul li a {
		font-size: 10px;
		padding: 5px 0 0;
		display: block;
		border-right: 2px dotted #777;
	}

	/* .scroll-nav ul:nth-of-type(2) li:nth-of-type(5) a,
	.scroll-nav ul:nth-of-type(2) li:last-of-type a {
		border-right: none;
	} */

	.scroll-nav ul li a i {
		font-size: 25px;
		padding: 3px 0 0;
		line-height: 21px;
	}

	.scroll-nav ul li:last-child {
		border-right: 0px;
		background-color: #fff;
		width: 11.111%;
	}

	.scroll-nav ul li:last-child a {
		color: #555;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {

	/*PCロゴ*/
	.pc_logo {
		width: 13%;
		float: left;
		margin-top: 15px;
		margin-left: 15px;
		box-sizing: border-box;
	}

	main {
		padding-top: 60px;
	}

	.scroll-nav {
		width: 87%;
		margin: 0 auto;
		padding: 10px 0;
		box-sizing: border-box;
		overflow-x: inherit;
	}

	.scroll-nav ul li {
		width: 10%;
	}

	.scroll-nav ul li.menu-under {
		padding-top: 3px;
	}

	.scroll-nav ul li a {
		padding: 0;
		height: 48px;
		/*        height:42px;*/
	}

	li.menu-under.yoyaku a {
		height: 42px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	.header .header_waku {
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px 15px 5px;
	}

	.header_waku .top_logo {
		width: 190px;
		margin: 12px auto 10px;
		float: none;
	}

	.header_waku .phone {
		display: none;
	}

	.header_waku a i {
		font-size: 45px;
		color: #555;
		margin-top: 5px;
	}

	/*PCロゴ*/
	.pc_logo {
		width: 100px;
		float: left;
		margin-top: 15px;
	}

	/*ナビ*/
	#page-index .nav#fixedBox {
		position: relative;
	}

	#page-index .nav.fixed#fixedBox,
	.nav#fixedBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*			height:130px;*/
		height: 110px;
	}

	.page-fixMenu .nav#fixedBox {
		position: absolute;
	}

	header {
		padding-top: 110px;
	}

	#page-index header {
		padding-top: 0;
	}

	.scroll-nav {
		width: auto;
		margin: 0 auto;
		padding: 3px 0;
	}

	.scroll-nav ul {
		/*			min-width: 1165px;*/
		/* メニュー全体の幅 */
		padding: 0;
		min-width: 100%;
	}

	.scroll-nav ul li {
		width: 11.111%;
		height: 50px;
		margin: 0;
	}

	.scroll-nav ul li:nth-child(4) {
		/*			border-right:none;*/
	}
}

@media only screen and (min-width: 1171px) {
	.header .header_waku {
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px 15px 5px;
	}

	.header_waku .top_logo {
		width: 190px;
		margin: 12px auto 10px;
		float: none;
	}

	.header_waku .phone {
		display: none;
	}

	.header_waku a i {
		font-size: 45px;
		color: #555;
		margin-top: 5px;
	}

	/*PCロゴ*/
	.pc_logo {
		width: 165px;
		float: left;
		margin-top: 15px;
		margin-left: 5px;
	}

	/*ナビ*/
	#page-index .nav#fixedBox {
		position: relative;
		height: auto;
	}

	#page-index header {
		padding-top: 0;
	}

	.nav#fixedBox {
		position: fixed;
		top: 0;
		bottom: unset;
		/*		height:auto;*/
	}

	.page-fixMenu .nav#fixedBox {
		position: absolute;
	}

	header {
		padding-top: 152px;
	}

	.nav.fixed#fixedBox,
	#page-index .nav.fixed#fixedBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*			height:140px;*/
	}

	.page-fixMenu .nav.fixed#fixedBox {
		position: absolute;
	}

	.scroll-nav {
		max-width: 1000px;
		margin: 0 auto;
		padding: 10px 0;
	}

	.scroll-nav ul {
		/*			min-width: 1165px;*/
		/* メニュー全体の幅 */
		padding: 0;
		min-width: 100%;
	}

	.scroll-nav ul li {
		width: 11.111%;
		/*			height:43px;*/
		/*			margin:5px 0;*/
		/*			border-right:2px dotted #777;*/
	}

	/*
		.scroll-nav ul li a {
			font-size:10px;
			padding:5px 0 0;
			height:50px;
            line-height: 28px;
            line-height:1.5;
		}
*/
	.scroll-nav ul li a {
		font-size: 10px;
		padding: 5px 0 0 0;
		height: 50px;
		/* line-height: 28px; */
		line-height: 1.3;
	}

	.scroll-nav ul li a i {
		font-size: 30px;
		padding: 3px 0 0;
		line-height: 21px;
	}
}

/*ヘッダーここまで*/


/*スマホナビ「もっと見る」クリック時*/
ul#spMenuOpen.spOpen {
	display: block;
}

.nav.spMenuOuter#fixedBox {
	/*	height:100vh;*/
	height: auto;
	z-index: 99999;
}

.nav.spMenuOuter#fixedBox:after {
	content: "";
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
}

@media(min-width:768px) {
	.nav.spMenuOuter#fixedBox:after {
		display: none;
	}
}

.spMenuOuter#fixedBox #spMenuOpen li {
	width: 49%;
	margin: 0.5%;
	background-color: #f2f2f2;
	border: 0;
}

.spMenuOuter .scroll-nav ul {
	height: auto;
}

.spMenuOuter .scroll-nav ul#spMenuOpen {
	float: none;
}

ul#spMenuOpen {
	display: block;
	height: auto;
}

.more {
	display: block;
	color: #fff;
}

.close {
	display: none;
}

.spMenuOuter .more {
	display: none;
}

.spMenuOuter .close {
	display: inline-block;
	color: #fff;
}

/*ナビの数が奇数の時
.spMenuOuter#fixedBox #spMenuOpen li:last-of-type{
	width:99%;
	padding-top:10px;
}
.spMenuOuter#fixedBox #spMenuOpen li:last-of-type i{
	display:inline;
	padding-right:8px;
}
*/

/*---------------スポット部分のスライド-------------------------*/
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*---------------------------
イベント予定ナビ
----------------------------*/
/*
.tabContainer {
    overflow-x: auto;
}
.tabContainer::-webkit-scrollbar {
    height: 5px;
}
.tabContainer::-webkit-scrollbar-track {
    background: #000;
}
.tabContainer::-webkit-scrollbar-thumb {
    background: #000;
}

.tab{
    display: table;
    margin-top: 20px;
}

.tab__button{
    display: table-cell;
    text-align: center;
    background-color: #95c036;
    vertical-align: middle;
    border: 2px solid white;
    border-bottom-width: 4px;
    min-width: 80px;
}

.tab__button.active{
    border-bottom: none;
}

.tab__button a{
    padding:7px 10px 3px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
	font-weight:bold;
}
*/


.tabContainer {
	overflow-x: auto;
}

.tabContainer::-webkit-scrollbar {
	height: 5px;
}

.tabContainer::-webkit-scrollbar-track {
	background: #888;
}

.tabContainer::-webkit-scrollbar-thumb {
	background: #888;
}

.tab {
	display: table;
	display: block;
	margin-top: 20px;
}

.tab__button {
	display: table-cell;
	display: inline-block;
	text-align: center;
	background-color: #2eb8bd;
	/* vertical-align: middle; */
	border: 2px solid white;
	border-bottom-width: 4px;
	min-width: 80px;
}

@media(min-width: 768px) {
	.tab {
		display: flex;
	}
}

.tab__button.active {
	border-bottom: none;
}

.tab__button a {
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.contents__content {
	/*    background-color: #ccc;*/
	text-align: center;
}

.contents__content div {
	/* clear: left; */
}

.contents__content div a {
	display: table;
	width: 100%;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #000;
	color: #222;
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
}

.contents__content div a span {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}

.contents__content div a:before {
	content: '';
	width: 50px;
	height: 50px;
	/*    display: block;*/
	background-color: #fff;
	display: table-cell;
}


/*-------------------------
サブメニューfix
-------------------------*/
/*スポット*/
#fixedMenu{
	height: 120px;
}
#fixedMenu.fix>ul {
	height: 120px;
	/* display: flex; */
	/* align-items: center; */
}

#fixedMenu>* {
	gap: 10px;
	margin: 0 auto !important;
}

.page-fixMenu #fixedMenu.fix>ul {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100% !important;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 0 5px 5px;
	gap: 10px;
}

.page-fixMenu #fixedMenu.fix>ul img {
	width: 100px;
}

.page-fixMenu #fixedMenu.fix>ul li[class^="pad_"],
#fixedMenu>* li[class^="pad_"] {
	width: auto !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.page-fixMenu #fixedMenu>ul li[class^="pad_"] {
	display: flex;
	align-items: center;
}

.page-fixMenu #fixedMenu.fix ul.list.list-col3.station {
	margin: 0 auto;
	padding: 6px 18px;
}

.page-fixMenu #fixedMenu.fix ul.list.list-col3 li.pad_5,
.page-fixMenu #fixedMenu ul.list.list-col3 li.pad_5 {
	/*
	padding:0 3px;
	width:16.6666666666%;
	margin:0;
*/
	/*
    box-shadow: 4px 4px 0 #ccc;
    padding: 0;
    margin: 0 14px 14px 0;
*/

	box-shadow: 2px 2px 0 #ccc;
	padding: 0;
	margin: 0 4px 4px 0;
}

#spot ul.list.list-col4 {
	display: flex;
	justify-content: center;
}

#spot ul.list.list-col4 li.pad_5 {
	box-shadow: 2px 2px 0 #ccc;
	margin: 0 7px 7px 0;
	padding: 0;
}

.page-fixMenu section.myModal {
	position: fixed;
    bottom: 50px;
    top: unset;
	border-top: solid 3px #ee762b;
    border-radius: 4px;
}

@media only screen and (min-width: 780px) {

	.page-fixMenu #fixedMenu.fix ul.list.list-col3 li.pad_5,
	.page-fixMenu #fixedMenu ul.list.list-col3 li.pad_5 {
		/*	padding:0 4px;*/
		box-shadow: 4px 4px 0 #ccc;
		padding: 0;
		margin: 0 14px 14px 0;
	}
}