@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/***** common *****/
html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    letter-spacing: 0.1rem;
    letter-spacing: 1px;
    line-height: 1.4;
	min-width: 736px;
}

 button, input, select, textarea {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    letter-spacing: 0.1rem;
    letter-spacing: 1px;
    line-height: 1.4;
}

a {
    color: #0387ba;
    /*transition: 0.2s ease 0s;*/
    text-decoration: none;
}

a:hover {
    color: #0387ba;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

::selection {
	background: #338fff;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #338fff;
	color: #fff;
	text-shadow: none;
}

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

.entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}


/*-----
common --------------------*/
.link {}
.title {}
.text {}
.text-s { font-size: 75%; }
.address {}
.tel {}
.btn {
	color: #333;
	display: block;
	margin: 20px auto;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 90%;
}

.btncolor_wht {
	background: #ededeb;
	background: -webkit-linear-gradient(top, #fff 20%,#ededeb 100%);
	background: linear-gradient(to bottom, #fff 20%,#ededeb 100%);
	border-radius: 4px;
	box-shadow: 1px 1px 1px #eee;
	font-weight: bold;
}

.btncolor_gry {
	background: #ccc;
	background: -webkit-linear-gradient(top, #ccc 20%,#aaa 100%);
	background: linear-gradient(to bottom, #ccc 20%,#aaa 100%);
	border-radius: 4px;
	box-shadow: 1px 1px 1px #eee;
	font-weight: bold;
}

.btncolor_wht:hover,
.btncolor_gry:hover { filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
section.mobile { display: none; }

table.basic_table {
	margin: 18px 0 0;
}

.basic_table thead td,
.basic_table th {
	border: 1px solid #a7d1f4;
    text-align: center;
	vertical-align: middle;
}

.basic_table tbody {
	background: #fff;
}

.basic_table tbody td {
	border: 1px solid #a7d1f4;
	padding: 12px 10px;
	vertical-align: middle;
}

.to_pagetop {
    font-size: 1.2em;
    font-size: 12px;
    margin: 20px 0 0;
	text-align: right;
}

.to_pagetop i {
    margin: 0 5px 0 0;
}

.txt_red {
    color: #DC0003;
}




/*-----
slick.js --------------------*/
section.ex-work {
    /*margin: 18px auto 25px;*/
    width: 100%;
    max-width: 740px;
}

#bnr_inner {
    margin: auto;
    width: 960px;
	padding: 16px 0;
}

#bnr_inner div.slick-slide {
	margin:0 8px;
	text-align: center;
}

.slick-slide img {
    margin: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*-----
header --------------------*/
header { width:100%; }
#pc-hdcontainer,
#mobile-hdcontainer {
	max-width: 1020px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#mobile-hdcontainer { display: none; }
#pc-hdcontainer h1 {
	float: left;
    margin: 8px 0;
    height: 79px;
    overflow: hidden;
}

#___gcse_0 {
	width: 284px;
    display: inline-block;
}

#pc-hdcontainer .lng {
    display: table;
    float: left;
    font-size: 1.2rem;
    font-size: 12px;
    height: 79px;
    margin: 7px 0 0 7px;
    vertical-align: bottom;
}

#pc-hdcontainer .lng p {
    display: table-cell;
    height: 77px;
    vertical-align: bottom;
}

#pc-hdcontainer #hdnavi {
	float: right;
    margin: 13px 0 36px;
}

#pc-hdcontainer #hdnavi ul {
	display: table;
}

#pc-hdcontainer #hdnavi li {
	display: table-cell;
	width: 70px;
}

#pc-hdcontainer #hdnavi a {
	background: url(../../../../images/sprite_sheet01.png) ;
	display: inline-block;
	font-size: 1.2rem;
	font-size: 12px;
	height: 50px;
    padding: 34px 0 0;
	text-align: center;
	vertical-align: bottom;
	width: 70px;
}

#pc-hdcontainer #hdnavi a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#pc-hdcontainer #hdnavi li:nth-child(1) a { background-position: 4px 0; }
#pc-hdcontainer #hdnavi li:nth-child(2) a { background-position: -57px 0; }
#pc-hdcontainer #hdnavi li:nth-child(3) a { background-position: -117px 0; }
#pc-hdcontainer #hdnavi li:nth-child(4) a { background-position: -176px 0; }
/* #pc-hdcontainer #hdnavi li:nth-child(5) a { background-position: -235px 0; } */
#pc-hdcontainer #hdnavi li:nth-child(5) a { background-position: -356px 0; }
#pc-hdcontainer #hdnavi li:nth-child(6) a { background-position: -298px 0; }

#google_translate_element {
    position: absolute;
    right: 4px;
    bottom: 5px;
}

#google_translate_element .goog-te-gadget {
	display:inline-block;
}

#google_translate_element .goog-te-gadget > div {
	display:inline-block;
    margin: -5px 0 0 0;
    padding: 0 5px 0 0;
}




/*-----
mainnavi --------------------*/
#mainnavi {
    bottom: 0;
    margin: auto;
	position: absolute;
    width: 100%;
    z-index: 99;
}

#mainnaviinner {
	background: url(../../../../images/gnavi.png) no-repeat;
	margin: auto;
    width: 1020px;
}

#mainnavi ul {
	height: 143px;
	margin: auto;
	overflow: hidden;
    width: 960px;
}

#mainnavi li {
    position: relative;
	box-sizing: border-box;
	float: left;
	transition: .5s;
	text-align: center;
}

#mainnavi li a {
	background: url(../../../../images/gnavi.png) no-repeat;
	display: block;
	font-size: 1.2rem;
	font-size: 12px;
    height: 143px;
	text-decoration: none;
	/* vertical-align: middle; */
	width: 160px;
}

#mainnavi li a span {
    /* line-height: 7.5; */
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    line-height: 1.2;
}

#mainnavi li:nth-child(1) a { background-position: -30px 0; padding: 54px 0 0; }
#mainnavi li:nth-child(2) a { background-position: -190px 0; padding: 61px 0 0; }
#mainnavi li:nth-child(3) a { background-position: -350px 0; padding: 65px 0 0; }
#mainnavi li:nth-child(4) a { background-position: -510px 0; padding: 65px 0 0; }
#mainnavi li:nth-child(5) a { background-position: -670px 0; padding: 61px 0 0; }
#mainnavi li:nth-child(6) a { background-position: -830px 0; padding: 54px 0 0; width: 159px; }


#mainnavi li a:hover {
	color: #fff;
}

#mainnavi li:nth-child(1) a:hover { background-position: -30px -143px; }
#mainnavi li:nth-child(2) a:hover { background-position: -190px -143px; }
#mainnavi li:nth-child(3) a:hover { background-position: -350px -143px; }
#mainnavi li:nth-child(4) a:hover { background-position: -510px -143px; }
#mainnavi li:nth-child(5) a:hover { background-position: -670px -143px; }
#mainnavi li:nth-child(6) a:hover { background-position: -830px -143px; }


/*-----
mobilenavi --------------------*/
.child { display: none; }
.accordion { color:#fff; }
.accordion ul { display:none; }
.sb-slidebar { display:none; }




/*-----
main-visual --------------------*/
#mainvisual {
	background: url(../../../../images/bg_mainvisual.gif) center no-repeat;
	height: 460px;
	position: relative;
	width: 100%;
}

#mainvisual .flexslider {
	margin: auto;
	max-width: 1020px;
}

#mainvisual .non-slides {
	margin: auto;
	max-width: 1020px;
	overflow: hidden;
	position: relative;
}

#mainvisual .non-slides li {
	background: #fff
}

#mainvisual .non-slides img {
	vertical-align: text-bottom;
    width: 50%;
}

#mainvisual .non-slides p {
	font-size: 150%;
    font-weight: bold;
    height: 100%;
    margin: -12px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
}


/*-----
contents --------------------*/
#contents {
	background: url(../../../../images/paton.png) right bottom no-repeat fixed;
	width: 100%;
	padding: 0 0 23px;
}

#contents_inner {
	display: table;
	margin: auto;
	max-width: 1020px;
}

.breadcrumb{
	font-size: 88%;
	margin: 8px 0 0 4px;
}

.breadcrumb a{ text-decoration: none; }
#main-column {
	display: table-cell;
	padding: 25px 0 0;
	vertical-align: top;
	width: 690px;
}

#contents #bnr_area {
	background: #e6f7ff;
	height: 160px;
	overflow: hidden;
}

#main-column h2,
#ticket-info h2 {
	color: #fff;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
    font-size: 1.8em;
    font-size: 18px;
    letter-spacing: 0.15em;
	line-height: 35px;
    padding: 0 0 0 95px;
	position: relative;
}

#report {
}

#report .post_nwes,
#report .post_news-en {
    background: #fff;
    border: 3px solid #fe9900;
	/* border-radius: 50px; */
    border-radius: 5px; /* 20210706 修正 */
    margin: 25px auto 15px;
    width: 960px;
    overflow: hidden;
}

#report .post_nwes h3 {
    background: #fe9900;
    display: table-cell;
    color: #fff;
    /* font-size: 1.9rem; */
    font-size: 14px;
    letter-spacing: 3px;
    padding: 8px 37px;
	text-align: center;
    width: 165px;
    vertical-align: middle;
}

#report .post_nwes .textwidget,
#report .post_news-en .textwidget {
    padding: 11px 30px;
    display: table-cell;
}
#report .textwidget p {
    width: 100%;
}

#report .post_nwes a.twitter {
	background: url(../../../../images/sprite_sheet01.png) ;
	display: inline-block;
	height: 41px;
	width: 41px;
}
/* #report .post_nwes .textwidget p {
    line-height: 41px;
} */
#report p {
    width: 960px;
    margin: 0 auto;
}


/*-----
page --------------------*/
#page_visual {
	background: url(../../../../images/bg_mainvisual.gif) center bottom no-repeat;
}

#page_visual_inner {
	width: 1020px;
	margin: auto;
}

#page_visual_inner img {
	vertical-align: top;
}

.page #main-column #main-column_inner {
	background: #fff;
	padding: 0 0 34px;
}

.page #main-column #main-column_inner .page-basic {
	margin: 25px 0 0;
	padding: 0 20px;
}

.page #main-column h2 {
	border-radius: 4px;
}

.page #main-column h2 .character {
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
	width: 80px;
}

.page #main-column h3 {
    border-left: 6px solid #008DB5;
    border-bottom: 1px solid #008DB5;
	color: #fff;
    font-size: 1.6em;
    font-size: 16px;
	font-weight: bold;
    margin: 35px 0 6px;
    padding: 3px 0 3px 11px;
}

.page #main-column section {
	margin: 55px 0 0;
}

.page #main-column section:first-child {
	margin: 0;
}

.page #main-column article {
	margin: 35px 0 0;
}

.page #main-column article p {
	margin: 20px 0 0;
    word-break: break-all;
}

.page #main-column table th {
	background:  #E1F7FF;
}


/*-----
sidebar --------------------*/
#sub-column {
	display: table-cell;
	height: 250px;
	min-width: 260px;
	padding: 25px 0 0 20px;
	vertical-align: top;
}

#sub-column h2 {
	border-radius: 4px 4px 0 0;
	color: #fff;
    font-size: 1.8em;
    font-size: 18px;
	line-height: 35px;
	padding: 0 0 0 25px;
	position: relative;
}

#sub-column #calendar {
    background: #fff;
    box-shadow: 0px 1px 1px #ccc;
}

#sub-column #calendar h2 {
	background: url(../../../../images/bg_ttl_main03.jpg);
}

#sub-column #calendar #ai1ec-container {
	margin: 20px auto;
    padding: 0 0 15px;
    width: 220px;
}

#sub-column #calendar #ai1ec-calendar-view .ai1ec-btn-toolbar .ai1ec-btn-group {
    float: none;
	margin: 0 auto 6px;
}
/*
#sub-column #calendar .ai1ec-month-view .ai1ec-day-stretcher {
    height: 20px;
}*/

#sub-column #calendar .ai1ec-calendar-toolbar {
    border: none;
}

#sub-column #calendar #ai1ec-calendar-view .ai1ec-pull-left,
#sub-column #calendar #ai1ec-calendar>.ai1ec-subscribe-container,
#sub-column #calendar #ai1ec-calendar-view .ai1ec-prev-year,
#sub-column #calendar #ai1ec-calendar-view .ai1ec-next-year,
#sub-column #calendar #ai1ec-calendar-view .ai1ec-views-dropdown {
	display: none;
}

#sub-column #calendar h2 .character {
	background: url(../../../../images/sprite_sheet03.png) -80px 0;
    display: block;
    height: 71px;
    right: 0px;
    position: absolute;
    top: -20px;
    width: 80px;
}

#sub-column #calendar #ai1ec-calendar-view table thead th {
	border-bottom: 1px dotted #ccc;
}

#sub-column #calendar #ai1ec-calendar-view table tbody td {
    border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
    height: 48px;
    padding: 4px 0 0;
}
.ai1ec-month-view .ai1ec-day-stretcher {
    height: 48px !important;
    padding: 4px 0 0;
}
#sub-column #calendar #ai1ec-calendar-view table tbody td:first-of-type {
    border-left: 1px dotted #ccc;
}

#sub-column #calendar #ai1ec-calendar-view table tbody td .ai1ec-day {
    height: 48px;
    padding: 4px 0 0;
}
#sub-column #calendar #ai1ec-calendar-view .ai1ec-title-buttons a {
    border-right: 1px dotted #ccc;
    padding: 2px 6px;
}

#sub-column #calendar #ai1ec-calendar-view .ai1ec-title-buttons a:first-of-type {
	border-left: 1px solid #ccc;
    padding: 2px 6px;
}

#sub-column #weather {
    margin: 24px auto 0;
}

#sub-column #weather a {
	background: url(../../../../images/btn_livecam.jpg) no-repeat;
	display: block;
	content:"";
	height: 74px;
	width: 238px;
}

#sub-column #weather a:hover {
	background: url(../../../../images/btn_livecam_over.jpg) no-repeat;

}

#sub-column #sub-column_inner {
	padding: 0 0 24px;
}

#sub-column #calendar #sidebar {
    margin: 20px auto 0;
}

#sub-column #calendar #ai1ec-calendar-view .ai1ec-title-buttons {
	text-align: center;
    margin: 10px 0 15px;
}

#sub-column #weather #weathernews_blog_parts {
    background: #e9e2c6;
    margin: 0px auto 0;
    padding: 15px 0;
    text-align: center;
    width: 240px;
}

#sub-column #weather #weathernews_blog_parts embed {
	margin: 0;
}

#sub-column #facebook {
    display: block;
    margin: 24px auto 0;
    width: 230px;
}

#sub-column #sidemenu {
	background: #fff;
	margin: 0 0 34px;
}

#sub-column #sidemenu h2{
	background: url(../../../../images/bg_ttl_main04.jpg);
}

#sub-column #sidemenu h2 .character {
	background: url(../../../../images/sprite_sheet03.png) -320px 0;
    display: block;
    height: 71px;
    right: 0px;
    position: absolute;
    top: -20px;
    width: 79px;
}

#sub-column #sidemenu>ul {
	border-left: 4px solid #008DB5;
	border-right: 4px solid #008DB5;
	border-bottom: 4px solid #008DB5;
    padding: 0 0 12px;
}

#sub-column #sidemenu li {
	border-bottom: 2px dotted #999;
    margin: 0 5px;
}

#sub-column #sidemenu span.icon {
	background: url(../../../../images/icon_sidemenu.png) 0 0;
	content:"";
	display: inline-block;
	height: 15px;
    margin: 0 8px 0 0;
	vertical-align: middle;
	width: 15px;
}

#sub-column #sidemenu .active span.icon {
	background: url(../../../../images/icon_sidemenu.png) 0 -17px;
	content:"";
	display: inline-block;
	height: 15px;
    margin: 0 8px 0 0;
	vertical-align: middle;
	width: 15px;
}

#sub-column #sidemenu dd ul a span.icon {
	background: url(../../../../images/icon_sidemenu.png) 0 -34px;
	content:"";
	display: inline-block;
	height: 15px;
    margin: 0 8px 0 0;
	vertical-align: middle;
	width: 15px;
}

#sub-column #sidemenu li.hierarchy {
	border: none;
	padding: 0;
	margin: 0;
}

#sub-column #sidemenu li a {
    display: block;
    font-size: 1.5em;
    font-size: 15px;
	font-weight: bold;
    padding: 11px 10px;
}

#sub-column #sidemenu li a:hover,
#sub-column .acMenu dt:hover{
	background: #ffc265;
    color: #e9420d;
}

#sub-column .acMenu dt{
	border-bottom: 2px dotted #999;
    color: #0387ba;
	cursor: pointer;
    display: block;
    font-size: 1.5em;
    font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
    padding: 11px 10px;
}

#sub-column .acMenu dd{
	background: #f5f5f5;
    display: none;
}

#sub-column #twitter {
    width: 230px;
    margin: 20px auto 0;
}


/****パンくず****/
#breadcrumbs {
    background: #e6f7ff;
}

#breadcrumbs ul {
    font-size: 82%;
	margin:  auto;
	overflow: hidden;
	padding: 5px 0;
	width: 960px;
}

#breadcrumbs ul li {
    float: left;
    margin: 0 2px 0 0;
}

#breadcrumbs ul li a {
    text-decoration: none;
}


/****フォーム****/
.contact #main-column .short { width:18%; }
.contact #main-column .half { width:32%; }
.contact #main-column .long { width:90%; }

.contact #main-column table
.contact #main-column table td select,
.contact #main-column table td input,
.contact #main-column table td textarea {
	font-size: 14rem;
	font-size: 14px;
}

.contact #main-column table input,
.contact #main-column table select {
	padding:3px 5px;
    vertical-align: bottom;
}

.contact #main-column table select {
	margin:0 4px;
}

.contact #main-column table select#address {
	margin:0 0 8px;
}

.contact #main-column table th {
    border-top: 1px solid #a7d1f4;
    border-bottom: 1px solid #a7d1f4;
    border-left: 1px solid #a7d1f4;
    border-right: none;
    background: #0386ba;
	color: #fff;
	padding: 12px 0 12px 15px;
	text-align:left;
    vertical-align: middle;
    width: 180px;
}

.contact #main-column table td {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 14px;
	width: 60%;
}

.contact #main-column table td.required {
    background: #0386ba;
    font-size: 12px;
    padding: 0 6px;
	vertical-align: middle;
    width: 60px;
}

.contact #main-column table td.required span {
    /*background: #FFB600;*/
	border-radius: 3px;
    color: #ff0;
    display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
    padding: 5px;
    text-align: center;
    /* vertical-align: middle; */
}

.contact #main-column form {
    margin: 24px 10px 0;
}

.contact #main-column #btn {
	text-align: center;
}

.contact #main-column #btn input {
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 20%,#ccc 100%);
	background: linear-gradient(to bottom, #ddd 20%,#ccc 100%);
	color: #333;
	font-size:105%;
	font-weight:bold;
	font-family: "メイリオ",Meiryo,Osaka,sans-serif;
	margin: 0 15px 0 0;
	padding:10px 0;
	width: 35%;
}

.contact #main-column #btn input:hover {
	background: #eee;
	background: -webkit-linear-gradient(top, #eee 20%,#ddd 100%);
	background: linear-gradient(to bottom, #eee 20%,#ddd 100%);
    color: #e9420d;
	cursor:pointer;
    transition: 0.5s ease 0s;
}

.contact #main-column ul.sup {
	font-size:90%;
    margin: 8px 0 25px;
}

.contact #main-column span.error {
	color: #B3070A;
	display: block;
	font-size: 1.3em;
	font-size: 13px;
    padding: 0 0 0 3px;
}


/****トップページ****/
#main-column #introduction {
	width: 690px;
}
#main-column #introduction h2,
#ticket-info h2 {
	background: url(../../../../images/bg_ttl_main04.jpg);
	border-radius: 4px;
}

#main-column #introduction h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
    width: 80px;
}

#main-column #introduction h3 {
	background: #fff;
    border-radius: 15px;
	color: #796617;
	font-size: 1.8em;
	font-size: 18px;
	margin: 23px 0 10px;
    padding: 3px 0 1px 14px;
}

#main-column #introduction h3:first-child {
	margin: 0 0 10px;
}

#main-column #introduction p {
	font-size: 1.3em;
	font-size: 13px;
	line-height: 1.5;
	padding: 0 0 17px;
	text-shadow: 0 0 1px #FFFFFF;
}

#main-column #introduction_left {
	background: #e9e2c6;
	border-radius: 4px;
	float: left;
	margin: 20px 0 0;
    padding: 10px;
	width: 440px;
}

#main-column .introduction_left_inner {
	background: url(../../../../images/bg_top01.gif) repeat-x #FFFFFF;
	border-radius: 4px;
    padding: 10px;
}

#main-column #introduction_left table {
	width: 400px;
    margin-bottom: 0;
}

#main-column #introduction_right {
	background: #e9e2c6;
	border-radius: 4px;
	float: left;
	margin: 20px 0 0 10px;
    padding: 10px;
	width: 240px;
}

#main-column .introduction_right_inner {
	background: url(../../../../images/bg_top01.gif) repeat-x #FFFFFF;
    padding: 10px;
}

#main-column #introduction_right .service img:first-child {
	margin: 0 0 7px;
}

#main-column #introduction_right p {
	padding: 0 0 5px;
}

#main-column #info-guide {
    background: #e9e2c6;
	border-radius: 4px;
    margin: 10px 0 0;
    padding: 18px 5px;
    overflow: hidden;
}

#main-column #info-guide article {
    float: left;
    margin: 0 1% 0 0;
    width: 48%;
}

/* #main-column #info-guide article:first-child {
    margin: 0 2% 0 1%;
} */

#main-column #info-guide article .text {
    background: url(../../../../images/bg_top01.gif) repeat-x #FFFFFF;
    padding: 12px 15px;
}

#main-column #info-guide h3 {
    background: #fff;
    border-radius: 15px;
    color: #796617;
    font-size: 1.8em;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 3px 0 1px 14px;
}

#main-column #info-guide a.btn {
	background:url(../../../../images/sprite_sheet02.png) -288px 0;
	color: #fff;
    font-size: 1.7em;
    font-size: 17px;
    font-weight: bold;
	height: 45px;
    line-height: 1.5;
    padding: 9px 0 0;
	margin: 15px auto 5px;
    width: 287px;
}

#main-column #info-guide a.btn:hover {
	background:url(../../../../images/sprite_sheet02.png) -288px -47px;
	color: #FFD62A;

}

#main-column #news {
	background: #fff;
	box-shadow: 0px 1px 1px #ccc;
	margin: 34px 0 0;
}

#main-column #news h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
	border-radius: 4px;
	position: relative;
}

#main-column #news h2 .character {
    background: url(../../../../images/sprite_sheet03.png) 0px 0;
    display: block;
    height: 71px;
    left: 4px;
    position: absolute;
    top: -20px;
    width: 79px;
}

#main-column #news ul {
	font-size: 90%;
    padding: 6px 10px 10px;
}

#main-column #news ul li {
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}

#main-column #news ul li .icon,
#main-column #news ul li .data{
	margin-right: 10px;
}

#main-column #news ul li .icon img { vertical-align: bottom; }
#main-column #news ul li a {
	color: #333;
	text-decoration: none;
}

#main-column #news ul li a:hover {
	color: #e9240d;
	text-decoration: underline;
}

#main-column #news dl dt { float: left; }
#main-column #news dl dd { margin: 0 0 0 75px; }
#main-column #news .toarchive {
    display: inline-block;
	position: absolute;
    right: 10px;
    top: 3px;
}

#main-column #news .toarchive a {
	display: block;
	background: url(../../../../images/sprite_sheet02.png) 0 -99px;
	height: 27px;
	width: 89px
}

#main-column #news .toarchive a:hover {
	background: url(../../../../images/sprite_sheet02.png) 0 -132px;
}

#main-column #photo-contest {
	max-width: 690px;
	margin: 24px 0 0;
}

#attention {
	background: #ffffcc;
	margin: 24px 0 0;
    padding: 22px 0;
}

#attention .text {
	/* background: url(../../../../images/bg_attention.png) no-repeat right center; */
	color: #0387ba;
	margin: auto;
	width: 960px;
    overflow: hidden;
}
#attention .text .space {
    float: right;
    height: 90px/*画像上の余白の高さ*/;
}
#attention .text .img {
    float: right;
    clear: both;
    margin: 1.2em 1.2em 0 0;
}

#attention .text li {
	text-indent: -1em;
    line-height: 1.6;
    margin: 0 0 0 1em;
}

#attention .text p {
    margin: 15px 0 0;
}


#ticket-info h2 .character {
    background: url(../../../../images/sprite_sheet03.png) 0px 0;
    display: block;
    height: 71px;
    left: 4px;
    position: absolute;
    top: -20px;
    width: 79px;
}

#ticket-info,
#notes {
	width: 960px;
	margin: 32px auto 0;
}

#ticket-info p,
#notes p {
	margin: 5px 0 0;
}


#notes #notes-inner_left {
	float: left;
	width: 470px;
}

#notes #notes-inner_right {
	float: right;
	width: 470px;
}

#notes table {
	margin: 0 0 15px
}

#price table thead,
#ticket-info table thead,
#notes table thead {
    background: #0386ba;
	color: #fff;
	font-size: 16em;
	font-size: 16px;
}

#price table th,
#ticket-info table th {
    background: #E1F7FF;
}

#price table td,
#ticket-info table td,
#notes table thead td {
    padding: 9px 14px;
	vertical-align: middle;
}

#price table td,
#ticket-info table td {
	text-align: center;
}

#ticket-info table td span {
	display: inline-block;
}

#ticket-info table td img,
#notes table tbody td img {
	margin: 3px 10px 0 0;
}

#ticket-info .other {
    margin: 12px 0 0;
	width: 100%;
}

#ticket-info .other dt {
	float: left;
}

#ticket-info .other dd {
	margin: 0 0 0 160px;
}


/**** 営業のご案内 ****/
.ticket #main-column #hours h2,
.advance-ticket #main-column #advance-ticket h2 { background: url(../../../../images/bg_ttl_main01.jpg); }
.ticket #main-column #price h2 { background: url(../../../../images/bg_ttl_main04.jpg); }
.ticket #main-column #periphery h2 { background: url(../../../../images/bg_ttl_main02.jpg); }

.ticket #main-column h3,
.page #main-column h3.page__h3--blue {
	border-color: #008DB5;
	color: #008DB5;
}

.ticket #main-column #hours h3,
.page #main-column h3.page__h3--yellow {
	border-color: #fe9900;
	color: #fe9900;

}

.ticket #main-column #hours h2 .character,
.advance-ticket #main-column #advance-ticket h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.ticket #main-column #price h2 .character {
    background: url(../../../../images/sprite_sheet03.png) 0px 0;
}

.ticket #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -240px 0;
}

.ticket #main-column ul {
    margin: 13px 0 0;
}

.ticket #main-column ul li {
	margin: 0 0 5px;
    text-indent: -1em;
	margin: 0 0 15px 1em;
}

.ticket #main-column ul li:before {
	content:"■";
	padding: 0 2px 0 0;
}
/*
.ticket #main-column table thead {
    background: #0386ba;
	color: #fff;
}

.ticket #main-column table thead td {
	padding: 5px 0;
}

.ticket #main-column table td {
	text-align: center;
    vertical-align: middle;
}
*/
.ticket #main-column table td span {
	display: inline-block;
}

.ticket #main-column #hours table th {
	width: 200px;
}

.ticket #main-column #hours table tbody td {
    padding: 17px 10px;
}


/**** フードコーナー ****/
.food #main-column p { margin: 30px 0 0; }
.food #main-column h2 { background: url(../../../../images/bg_ttl_main01.jpg); }
.food #main-column #menu h2 .character {  background: url(../../../../images/sprite_sheet03.png) -720px 0; }
.food #main-column #fooderea h2 .character {  background: url(../../../../images/sprite_sheet03.png) -720px 0; }
.food #main-column h2 .character {  background: url(../../../../images/sprite_sheet03.png) -880px 0; }
.food #main-column h2 #fooderea .character {  background: url(../../../../images/sprite_sheet03.png) -160px 0; }
.food #main-column h3, #menu h3 {
	background:  #fe9900;
	border-color: #ffc265;
    margin: 45px 0 0;
	padding: 7px 8px;
}

.food #main-column h3:first-of-type {
    margin: 25px 0 0;
}

.food #main-column h4, #menu h4 {
	border-left: 5px solid #80401c;
	border-bottom: 1px solid #80401c;
	color: #80401c;
    font-size: 1.6em;
    font-size: 16px;
	margin: 30px 0 0;
	padding: 7px 8px;
}

.food #main-column #menu li, #menu li {
	float: left;
	margin: 24px 0;
	width: 49%;
}

.food #main-column #menu .food-details, #menu .food-details {
	overflow: hidden;
}

.food #main-column #menu .food-details li, #menu .food-details li {
	float: left;
	margin: 18px 0;
	width: 49%;
}

.food #main-column #menu li:nth-child(2n+1) , #menu li:nth-child(2n+1){
	margin: 18px 2% 0 0;
}

.food #main-column #menu li p, #menu li p {
    border-bottom: 1px dotted #999;
	margin: 10px 0 0;
    padding: 5px 8px;
}

.food #main-column #menu li p span.foodname, #menu li span.foodname {
    display: inline-block;
    font-size: 1.9em;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}

.food #main-column #menu li p span.price, #menu li span.price {
    border-bottom: 1px dotted #999;
    display: inline-block;
    color: #e9420d;
    font-size: 2.3em;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 5px;
    width: 100%;
}
#menu .mt-10{
    margin-top: 10px;
}
#menu .mb-10{
    margin-bottom: 10px;
}

/**** ショップ案内 ****/
.shop #main-column h2 { background: url(../../../../images/bg_ttl_main04.jpg); }
.shop #main-column h2 .character { background: url(../../../../images/sprite_sheet03.png) 0px 0; }
.shop #main-column h3 {background:  #008DB5; }
.shop #main-column h4 {	text-align: left; }

.shop #main-column h5 {
    border-left: 6px solid #fe9900;
    border-bottom: 1px solid #fe9900;
    color: #fe9900;
    font-size: 1.6em;
    font-size: 16px;
	padding: 3px 0 3px 11px;
}

.shop #main-column #shop-info {
	overflow: hidden;
}

.shop #main-column #shop-info p.right {
	float: left;
}

.shop #main-column #shop-info p.left {
    float: left;
    width: 66%;
    margin: 20px 10px 0 0;
}

.shop #main-column .shop-feature {
	margin: 15px 0 0;
}

.shop #main-column .shop-feature p {
	margin: 10px 0 0;
}

.shop #main-column ul#shop-item {
	overflow: hidden;
}

.shop #main-column ul#shop-item h4 {
    color: #008DB5;
    font-size: 1.8em;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0;
}

.shop #main-column ul#shop-item h4 i {
    margin: 0 3px 0 0;
}

.shop #main-column ul#shop-item img {
	width: 100%;
}

.shop #main-column ul#shop-item p {
	margin: 5px 0 0;
}

.shop #main-column ul#shop-item>li {
	float: left;
    margin: 0 1% 40px;
    padding: 15px 10px;
    text-align: center;
    width: 48%;
}

.shop #main-column ul#shop-item>li ul {
    min-height: 90px;
	padding: 5px 0;
}

.shop #main-column .border {
	border-bottom:1px solid #008DB5;
	border-top:1px solid #008DB5;
	content:"";
	display:block;
	overflow: hidden;
	width:100%;
}

.shop #main-column ul#shop-item>li ul li {
    margin: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.shop #main-column ul#shop-item>li p {
    min-height: 90px;
    text-align: left;
}


/**** アクセス ****/
[class*="access"] #main-column h2 { background: url(../../../../images/bg_ttl_main04.jpg); }
[class*="access"] #main-column h2 .character { background: url(../../../../images/sprite_sheet03.png) 0px 0; }
[class*="access"] #main-column h3 { background: #008DB5; border: none; }
[class*="access"] #main-column .googlemap { text-align: center; }
[class*="access"] #main-column #parking h2 { background: url(../../../../images/bg_ttl_main02.jpg); }
[class*="access"] #main-column #parking h2 .character { background: url(../../../../images/sprite_sheet03.png) -160px 0; }
[class*="access"] #main-column #parking h3 { background:  #51b111; }

[class*="access"] #main-column #transport li {
	border-left: 1px solid #ccc;
	float: left;
	text-align: center;
}

[class*="access"] #main-column #transport li:first-child {
	border-left: none;
}

[class*="access"] #main-column #transport li a {
	background: url(../../../../images/img_access_btn.jpg) ;
	display: block;
	height: 59px;
	text-indent: -9999px;
	width: 216px;
}

[class*="access"] #main-column #transport {
	height: 64px;
    margin: 35px 0 8px;
    overflow: hidden;
}

[class*="access"] #main-column #transport li:hover {
	border-bottom: 5px solid #ffc265;
}

[class*="access"] #main-column #transport li#train-tab a { background-position: 0 0; }
[class*="access"] #main-column #transport li#bus-tab a { background-position: -217px 0; }
[class*="access"] #main-column #transport li#cars-tab a { background-position: -435px 0; }
[class*="access"] #main-column #transport li#train-tab a:hover { background-position: 0 -60px; }
[class*="access"] #main-column #transport li#bus-tab a:hover { background-position: -217px -60px; }
[class*="access"] #main-column #transport li#cars-tab a:hover { background-position: -435px -60px; }
[class*="access"] #main-column article p {
    margin: 15px 0 0 1em;
    text-indent: -1em;
}

[class*="access"] #main-column article i {
	display: inline;
}

[class*="access"] #main-column .acMenu dt{
    display: block;
	font-weight: normal;
    padding: 5px 0;
    margin: 15px 0 0 1em;
    text-indent: -1em;
}

[class*="access"] #main-column .acMenu dd{
	background: #f8f8f8;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
    display: none;
	margin: 0 0 30px;
    padding: 16px 2em;
}

[class*="access"] #main-column .acMenu dt a {
	cursor: pointer;
}

[class*="access"] #main-column article dl {
	margin: 18px 0 0;
}

[class*="access"] #main-column article dl dt {
	margin: 10px 0 0;
}

[class*="access"] #main-column article dl dd {
    margin: 0 0 0 1em;
    text-indent: -1em;
}


/**** 施設マップ ****/
.map #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.map #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.map #main-column .tab_area #tab1 {
	background: #fff;
	color: #333;
}

.map #main-column .tab_area #tab2 {
	background: #0098e0;
}

.map #main-column .tab_area #tab3 {
	background: #006cb7;
}

.map #main-column .tab_area #tab4 {
	background: #6eab23;
}

.map #main-column .tab_area #tab5 {
	background: #fa5b92;
}

.map #main-column #list_suiyu {
	margin: 0;
}

.map #main-column #list_area h3 {
	background:  #008DB5;
    color: #fff;
	font-size: 1.9em;
    font-size: 19px;
	margin: 0;
	padding: 5px 4px;
}

.map #main-column #list_area ul {
    margin: 24px auto;
    overflow: hidden;
    width: 100%;
    max-width: 610px;
}

.map #main-column #list_area li {
    float: left;
    width: 100%;
    margin: 0 1% 15px 0;
}

.map #main-column #list_area li img {
	height: auto;
    width: 195px;
}

.map #main-column .attraction {
	border: 5px solid #aaa;
	border-radius: 10px;
	margin: 0 0 24px;
	overflow: hidden;
}

.map #main-column .attraction h3 {
	background: url(../../../../images/bg_map_star.png) no-repeat center right #ccc;
    border-bottom: 4px solid #aaa;
	border-left: none;
	font-size: 1.9rem;
	font-size: 19px;
    margin: 0;
    padding: 7px 15px;
}

.map #main-column #suiyu h3,
.map #main-column #list_suiyu h3 {
	background: url(../../../../images/bg_map_star.png) no-repeat center right #0098e0;
    border-color: #40c1fe;
}

.map #main-column #suiraku h3,
.map #main-column #list_suiraku h3 {
	background: url(../../../../images/bg_map_star.png) no-repeat center right #006cb7;
    border-color: #4ea8e7;
}

.map #main-column #iyashi h3,
.map #main-column #list_iyashi h3 {
	background: url(../../../../images/bg_map_star.png) no-repeat center right #6eab23;
    border-color: #9cd359;
}

.map #main-column #hutai h3,
.map #main-column #list_hutai h3 {
	background: url(../../../../images/bg_map_star.png) no-repeat center right #fa5b92;
    border-color: #ffadc9;
}

.map #main-column #suiyu .attraction { border-color: #40c1fe; }
.map #main-column #suiraku .attraction { border-color: #4ea8e7; }
.map #main-column #iyashi .attraction { border-color: #9cd359; }
.map #main-column #hutai .attraction { border-color: #ffadc9; }

.map #main-column #suiyu .description h4 { color: #0098e0; }
.map #main-column #suiraku .description h4 { color: #006cb7; }
.map #main-column #iyashi .description h4 { color: #6eab23; }
.map #main-column #hutai .description h4 { color: #fa5b92; }

.map #main-column .attraction .photo {
    float: left;
    padding: 20px 0 20px 15px;
    width: 40%;
}

.map #main-column .attraction .photo img {
    width: 226px;
    height: 226px;
}

.map #main-column .attraction .description {
    float: left;
    padding: 20px 15px 20px 20px;
    width: 60%;
}

.map #main-column .attraction .description h4 {
    font-size: 17px;
    margin: 0 0 7px;
}

.map #main-column .attraction .description ul.attention {
	margin: 8px 0 0;
}

.map #main-column .attraction .description ul.attention li {
	color: #DC0003;
	font-size: 90%;
    margin: 0 0 0 1em;
    text-indent: -1em;
}

.map #main-column .attraction .description ul.attention li:before {
	content: "※";
}

.map #main-column .attraction .description dl {
	margin: 24px 0 0;
}

.map #main-column .tab_area{
    overflow:hidden;
    display:table;
	margin:0;
}

.map #main-column .tab_area li{
    width:139px;
    height:49px;
    text-align:center;
    border-right: 1px dotted #909090;
    cursor: pointer;
    vertical-align:middle;
    display:table-cell;
    color:#333333;
    background-color:#ffffff;
}

.map #main-column .all_area {
    background: #e9e2c6;
    padding:10px;
    overflow: hidden;
}

.map #main-column .all_area div.content_area{
    background:#ffffff;
	padding: 24px 9px;
}

.map #main-column .tab_area li {
    color:#fff;
    font-size: 1.7rem;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.map #main-column .tab_area li.select{
    background-color:#ffffff;
    background-image:none;
    border-bottom:5px solid #e94545;
}



/**** よくある質問 ****/
.faq #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.faq #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.faq #main-column h3 {
	background:  #008DB5;
    color: #fff;
}

.faq #main-column #faq_list dl {
	margin: 0 0 10px -20px;
	padding: 3px 20px 0 20px;
}

.faq #main-column #faq_list dl dt {
    font-size: 1.6em;
    font-size: 16px;
	margin: 20px 0 10px ;
}

.faq #main-column #faq_list dl dd {
	margin: 0 0 0 2em;
}

.faq #main-column #faq_list dl dd a {
	color: #017efe;
	line-height: 1.7;
	text-decoration: underline;
}

.faq #main-column #faq_list dl dd a:hover {
	text-decoration: none;
}

.faq #main-column #faq_detail {
	line-height: 1.5;
}

.faq #main-column #faq_detail dl {
	margin: 30px 0 0;
}

.faq #main-column #faq_detail dl dt {
	margin: 0 0 10px;
	padding-left: 25px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../../../../images/icon_faq_q.gif) left top no-repeat;
	font-weight: bold;
	font-size: 120%;
}

.faq #main-column #faq_detail dl dd {
	padding: 10px 0 0;
	background: #F0EFEF;
}

.faq #main-column #faq_detail dl dd div {
	padding: 0 0 10px;
	background: #F0EFEF;
}

.faq #main-column #faq_detail dl dd div p {
	padding: 0 20px 0 47px;
	min-height: 20px;
	height: auto !important;
	height: 18px;
	background: url(../../../../images/icon_faq_a.gif) 20px top no-repeat #F0EFEF;
}

.faq #main-column #faq_detail dl dd div ul {
	padding: 0 20px 0 47px;
}


/**** キャラクター紹介 ****/
.mascot #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.mascot #main-column h2 .character { background: url(../../../../images/sprite_sheet03.png) -160px 0; }
.mascot #main-column h2:nth-of-type(2) .character { background: url(../../../../images/sprite_sheet03.png) 0 0; }
.mascot #main-column h2:nth-of-type(3) .character { background: url(../../../../images/sprite_sheet03.png) -560px 0; }

.mascot #main-column h3 {
	background:  #008DB5;
    color: #fff;
}

.mascot #main-column #introduction {
	margin: 20px 0 34px;
}

.mascot #main-column #introduction img {
	margin: 0 0 8px;
}

.mascot #main-column #wallpaper  {
	margin: 30px 0 45px;
}

.mascot #main-column #wallpaper>table td {
    font-size: 1.1em;
    font-size: 11px;
    line-height: 17px;
}

.mascot #main-column #wallpaper>table td img {
	padding: 20px 0 0;
}

.mascot #main-column .gallery {
	margin: 0 5px;
}


/**** ムービー ****/
.movie #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.movie #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.movie #main-column .movie-style {
    margin: 26px auto 0;
    text-align: center;
}


/**** プライバシーポリシー ****/
.policy #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.policy #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.policy #main-column h3 {
	background:  #008DB5;
    color: #fff;
}

.policy #main-column {
	line-height: 1.5;
}

.policy #main-column h4 {
	border-left: 5px solid #FF830F;
    color: #333;
    font-size: 1.6em;
    font-size: 16px;
	font-weight: bold;
    margin: 35px 0 0;
    padding: 1px 0 0 11px;
}

.policy #main-column p {
	margin: 20px 0 0;
}

.policy #main-column ul {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
    padding: 10px 0;
}

.policy #main-column ul li {
	text-indent: -1em;
    margin: 7px 0 7px 1em;
}

.policy #main-column ul li:before {
	content: "・";
}

.policy #main-column ol {
    padding: 0 0 0 4em;
    margin: 20px 0 0;
}



/**** サイトマップ ****/
.sitemap #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.sitemap #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.sitemap #main-column dl dt i {
	color: #0387ba;
    margin: 0 4px 0 0;
}

.sitemap #main-column dl {
}

.sitemap #main-column dl dt {
	float:left;
}

.sitemap #main-column dl dd {
    line-height: 1.8;
    margin: 0 0 7px 1em;
}


/****ご利用規約 ****/
.copyright #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
}

.copyright #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
}

.copyright #main-column h3 {
	background:  #008DB5;
    color: #fff;
}

.copyright #main-column {
	line-height: 1.5;
}

.copyright #main-column h4 {
	border-left: 5px solid #FF830F;
    color: #333;
    font-size: 1.6em;
    font-size: 16px;
	font-weight: bold;
    margin: 35px 0 0;
    padding: 1px 0 0 11px;
}

.copyright #main-column p {
	margin: 20px 0 0;
}

.copyright #main-column ul {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
    padding: 10px 0;
}

.copyright #main-column ul li {
	text-indent: -1em;
    margin: 7px 0 7px 1em;
}

.copyright #main-column ul li:before {
	content: "・";
}

.copyright #main-column ol {
    padding: 0 0 0 4em;
    margin: 20px 0 0;
}


/**** お問い合わせ ****/
.contact #main-column h2 {
	background: url(../../../../images/bg_ttl_main02.jpg);
	border-radius: 4px;
}

.contact #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) 0px 0;
    display: block;
    height: 71px;
    left: 7px;
    position: absolute;
    top: -20px;
    width: 79px;
}

.contact #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) 0px 0;
    display: block;
    height: 71px;
    left: 7px;
    position: absolute;
    top: -20px;
    width: 79px;
}

.contact #main-column #contact-complete p.info {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	display: inline-block;
	margin: 10px 0;
	padding: 10px 0;
}

.contact #main-column #contact-complete a {
    display: block;
}



/****投稿ページ一覧****/
.post #main-column #main-column_inner {
    background: #fff;
    padding: 0 0 34px;
}

.post #main-column #main-column_inner .page-basic {
    margin: 20px 0 0;
    padding: 0 20px;
}

.post #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
	border-radius: 4px;
}

.post #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
    width: 80px;
}

.post #main-column h3 {
	background:  #008DB5;
    color: #fff;
    padding: 2px 10px;
}

.post #main-column article {
    border: 1px solid #008DB5;
	margin: 35px 0 0;
}

.post #main-column article {
	word-break: break-all;
}

.post #main-column article .meta-category {
    border-top: 1px dotted #ccc;
	font-size: 1.2rem;
	font-size: 12px;
    margin: 10px 15px;
    padding: 6px 0 0;
	text-align: right;
}

.post #main-column article .entry-content {
    padding: 0 20px 15px;
}

.post #main-column article .entry-content p {
	line-height: 1.7;
}

h2.screen-reader-text {
	display: none;
}



/****投稿ページ詳細****/
.post time.updated {
	display: none;
}


/****投稿ページ一覧****/
.event #main-column #main-column_inner {
    background: #fff;
    padding: 0 0 34px;
}

.event #main-column #main-column_inner .page-basic {
    margin: 20px 0 0;
    padding: 0 20px;
}

.event #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
	border-radius: 4px;
}

.event #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
    width: 80px;
}

.event #main-column h3 {
	background:  #008DB5;
    color: #fff;
    padding: 2px 10px;
}

.event #main-column article {
    border: 1px solid #008DB5;
	margin: 35px 0 0;
}

.event #main-column article .meta-category {
    border-top: 1px dotted #ccc;
	font-size: 1.2rem;
	font-size: 12px;
    margin: 10px 15px;
    padding: 6px 0 0;
	text-align: right;
}

.event #main-column article .entry-content {
    padding: 0 20px 15px;
}

.event #main-column article .entry-content p {
	line-height: 1.7;
}

.event #main-column article .entry-content p.freearea {
    margin: 15px 0 0;
}

.event #main-column article .entry-content table {
	margin: 10px 0 0;
}

.event #main-column article .entry-content table th {
	background: #E1F7FF;
	border: 1px solid #a7d1f4;
    text-align: center;
    vertical-align: middle;
	width: 30%;
}

.event #main-column article .entry-content table td {
    border: 1px solid #a7d1f4;
    padding: 12px 10px;
	width: 70%;
}

.event #main-column article .entry-content table td a {
	word-break: break-all;
}



/****カレンダー詳細****/
.entry-content .ai1ec-actions {
	display: none;
}

.ai1ec-col-sm-3 {
    width: auto;
}

#ai1ec-calendar .ai1ec-subscribe-dropdown {
	display: none;
}

.ai1ec-col-md-5 {
    width: auto;
}

.photocontest #main-column h2 {
	background: url(../../../../images/bg_ttl_main01.jpg);
	border-radius: 4px;
}

.photocontest #main-column h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
    width: 80px;
}
.ai1ec-month-view .ai1ec-day-stretcher {
    float: left;
    height: 45px;
    width: 0;
}

/*-----
footer --------------------*/
footer {
    background: #e6f7ff;
	color: #666;
	width: 100%;
}

footer a {
	text-decoration: none;
}

footer #ftnavi {
	background: #fff;
    border-top: 1px solid #0387ba;
    border-bottom: 1px solid #0387ba;
}

footer #ftnavi-inner {
	font-size: 80%;
	line-height: 1.5;
	max-width: 1020px;
	margin:auto;
	overflow: hidden;
}

footer #ftnavi-inner ul {
	overflow: hidden;
}

footer #ftnavi-inner li {
    border-right: 1px solid #0387ba;
	float: left;
  width: 204px;
}

footer #ftnavi-inner li:first-child {
  border-left: 1px solid #0387ba;
  width: 168px;
  width: 204px;
}

footer #ftnavi-inner a {
	background: url(../../../../images/sprite_sheet01.png);
	display: inline-block;
	font-size: 1.2rem;
	font-size: 12px;
	height: 85px;
	padding: 6px 0 0;
	text-align: center;
	vertical-align: bottom;
  width: 169px;
  width: 204px;
  width: 100%;
  display: block;
}

footer #ftnavi-inner a:hover {
	background: url(../../../../images/sprite_sheet01.png) #0387ba ;
	color: #fff;
}

footer #ftnavi-inner a span {
	line-height: 7.5;
}

footer #ftnavi-inner li:nth-child(1) a { background-position: -2px -71px; }
footer #ftnavi-inner li:nth-child(1) a { background-position: 14px -71px; }
footer #ftnavi-inner li:nth-child(2) a { background-position: -174px -71px; }
footer #ftnavi-inner li:nth-child(2) a { background-position: -155px -71px; }
footer #ftnavi-inner li:nth-child(3) a { background-position: -344px -71px; }
footer #ftnavi-inner li:nth-child(3) a { background-position: 184px -71px; }
footer #ftnavi-inner li:nth-child(4) a { background-position: -6px -156px; }
footer #ftnavi-inner li:nth-child(4) a { background-position: 14px -156px; }
footer #ftnavi-inner li:nth-child(5) a { background-position: -170px -158px; }
footer #ftnavi-inner li:nth-child(5) a { background-position: 184px -158px; }
footer #ftnavi-inner li:nth-child(6) a { background-position: -340px -158px; }

footer #ftnavi-inner li:nth-child(1) a:hover { background-position: -2px -241px; }
footer #ftnavi-inner li:nth-child(1) a:hover { background-position: 14px -241px; }
footer #ftnavi-inner li:nth-child(2) a:hover { background-position: -177px -241px; }
footer #ftnavi-inner li:nth-child(2) a:hover { background-position: -155px -241px; }
footer #ftnavi-inner li:nth-child(3) a:hover { background-position: -347px -241px; }
footer #ftnavi-inner li:nth-child(3) a:hover { background-position: 184px -241px; }
footer #ftnavi-inner li:nth-child(4) a:hover { background-position: -6px -326px; }
footer #ftnavi-inner li:nth-child(4) a:hover { background-position: 14px -326px; }
footer #ftnavi-inner li:nth-child(5) a:hover { background-position: -170px -326px; }
footer #ftnavi-inner li:nth-child(5) a:hover { background-position: 184px -326px; }
footer #ftnavi-inner li:nth-child(6) a:hover { background-position: -340px -326px; }

footer .information {
	display: table;
	margin: auto;
	max-width: 1020px;
	width: 100%;
}

footer .information {
	display: table;
	font-size: 90%;
    padding: 14px 0;
}

footer .information .text {
	font-size: 1.1rem;
	font-size: 11px;
    padding: 0;
}

footer .information .text h3 { font-size: 130%; }
footer .information .logo,
footer .information .text,
footer .information .ftnavi-sub  {
	display: table-cell;
	vertical-align: middle;
}

footer .information .logo { width: 185px; }
footer .information .text {
	color: #0387ba;
	text-align: left;
	width: 420px;
}

footer .information .text span.tel {
	color: #0387ba;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0;
}

footer .information .text span.tel-link {
	color: #0387ba;
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 0;
}

footer .information .ftnavi-sub { text-align: right; }
footer .information .ftnavi-sub ul {
	display: inline-block;
	vertical-align: middle;
}

footer .information li { float: left; }
footer .information .snslink li {
	margin: 0 4px 0;
}

footer .information .snslink li a {
	background: url(../../../../images/sprite_sheet01.png) ;
	display: block;
	height: 41px;
	width: 41px;
}

footer .information .snslink li:nth-child(1) a { background-position: 1px -411px; }
footer .information .snslink li:nth-child(2) a,
#report .post_nwes a.twitter { background-position: -60px -411px; }
footer .information .snslink li:nth-child(3) a { background-position: -120px -411px; }
footer .information .snslink li:nth-child(4) a { background-position: -180px -411px; }
footer .information .pagelink {
	margin: 10px 0 0;
}

footer .information .pagelink li a {
	font-size: 1.3rem;
	font-size: 13px;
}

footer #copyright {
	font-size: 90%;
	line-height: 2.5;
	margin: auto;
	text-align: center;
}

footer #copyright {
	background: #0387ba;
	color: #fff;
}


/*-----
pc-sp switch --------------------*/
ul.switch{
    text-align: center;
    padding:0;
	display:none;
}

ul.switch li{
    display: inline-block;
    padding: 0;
}

#btnPC{
    background: #ccc;
    color: #fff;
}

#btnSP{
    background: #726d6d;
    color: #fff;
}

.eigyoujikan2017{
	width:100%
}

.eigyoujikan2017 dl {
  width:100%;
}
.eigyoujikan2017 dt {
  float:left;
  clear:left;
  width:67%;
  text-align:left;
}
.eigyoujikan2017 dd {
  float:left;
  width:33%;
}


/**** DekaSajiki（有料貸出席） ****/
.dekasajiki #main-column h2 { background: url(../../../../images/bg_ttl_main04.jpg); }
.dekasajiki #main-column h2 .character { background: url(../../../../images/sprite_sheet03.png) 0px 0; }
.dekasajiki #main-column h3 {background:  #008DB5; }
.dekasajiki #main-column h4 {	text-align: left; }

.dekasajiki #main-column h5 {
    border-left: 6px solid #fe9900;
    border-bottom: 1px solid #fe9900;
    color: #fe9900;
    font-size: 1.6em;
    font-size: 16px;
	padding: 3px 0 3px 11px;
}

.dekasajiki #main-column #shop-info {
	overflow: hidden;
}

.dekasajiki #main-column #shop-info p.right {
	float: left;
}

.dekasajiki #main-column #shop-info p.left {
    float: left;
    width: 66%;
    margin: 20px 10px 0 0;
}

.dekasajiki #main-column .shop-feature {
	margin: 15px 0 0;
}

.dekasajiki #main-column .shop-feature p {
	margin: 10px 0 0;
}

.dekasajiki #main-column ul#shop-item {
	overflow: hidden;
}

.dekasajiki#main-column ul#shop-item h4 {
    color: #008DB5;
    font-size: 1.8em;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0;
}

.dekasajiki #main-column ul#shop-item h4 i {
    margin: 0 3px 0 0;
}

.dekasajiki #main-column ul#shop-item img {
	width: 100%;
}

.dekasajiki #main-column ul#shop-item p {
	margin: 5px 0 0;
}

.dekasajiki #main-column ul#shop-item>li {
	float: left;
    margin: 0 1% 40px;
    padding: 15px 10px;
    text-align: center;
    width: 48%;
}

.dekasajiki #main-column ul#shop-item>li ul {
    min-height: 90px;
	padding: 5px 0;
}

.dekasajiki #main-column .border {
	border-bottom:1px solid #008DB5;
	border-top:1px solid #008DB5;
	content:"";
	display:block;
	overflow: hidden;
	width:100%;
}

.dekasajiki #main-column ul#shop-item>li ul li {
    margin: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
    width: calc(100% - 1em);
}

.dekasajiki #main-column ul#shop-item>li p {
    min-height: 90px;
    text-align: left;
}


#main-column #info-guide {
    background: #ffb645;
    border-radius: 4px;
    margin: 10px 0 0;
    padding: 10px 10px;
    overflow: hidden;
    margin: 0 0 35px;
}

#main-column #info-guide h2 {
    background: #fb7e7c;
}

#main-column #info-guide h2 .character {
    background: url(../../../../images/sprite_sheet03.png) -160px 0;
    display: block;
    height: 71px;
    left: 9px;
    position: absolute;
    top: -20px;
    width: 80px;
}

#main-column #info-guide article {
    float: left;
    margin: 0 auto;
    width: 100%;
}

/* 2020年度修正 */
#covid {
	width: 960px;
	max-width: 100%;
	border: 5px solid #fe9900;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #fff;
}
#covid .covid-title {
	background-color: #fe9900;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 40px;
    font-weight: bold;
    border-radius: 40px 40px 0 0;
}
#covid .covid-orange{
	font-weight: bold;
	color: #fe9900;
}
#covid .covid-inner{
    margin: 40px 100px;
}

#covid .covid-inner p{
    margin-bottom: 30px;
}
#covid .covid-inner div{
    margin-bottom: 20px;
}

#main-column #introduction p.red-bold{
    font-weight: bold;
    color: #DC0003;
    font-size: 18px;
}
del{
    color: #DC0003;
    background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
    text-decoration: none;
}
del span{
    color: #0387ba;
}
.under-line{
    border-bottom:solid;
    border-color:#DC0003;
    border-width:3px;
}

/* 2021年度修正 */
.ta_c {
	text-align: center;
}
.ta_r {
	text-align: right;
}

/* トップページ 注意書き */
div#caution {
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
}

#caution a {
    display: block;
    padding: 17px 0 14px 0;
    text-align: center;
    color: #DC0003;
    background: #ffffff;
    border: 1px solid #DC0003;
    transition: 0.3s;
}

#caution a:hover {
    opacity: 0.7;
}

#caution span.caution-main {
	position:relative;
    font-size: 2rem;
    font-weight: 400;
}

#caution span.caution-main:before {
    content: '！';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border-radius: 50%;
    background: #DC0003;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
}

#caution span.caution-main::after {
    content: '';
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-top: solid 8px transparent;
    border-right: solid 11px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 11px #DC0003;
}

#caution span.caution-sub {
    font-size: 1.3rem;
    font-weight: 400;
}

/* 2021年度修正 */
/* トップページ サブカラム */
#sub-column h3 {
    border-left: 6px solid #008DB5;
    border-bottom: 1px solid #008DB5;
    color: #2E87BA;
    font-size: 1.6em;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 3px 0 3px 11px;
}

/* PC/SP：表示切替 */
.pc { display: block; }
.sp { display: none; }

.mt_18 { margin-top: 18px; }

/* 営業のご案内 カレンダー */
.ticket #main-column #business_calendar h3 {
    border-color: #008DB5;
    color: #008DB5;
}

/* 施設紹介 アンカーリンク */
#map .dp_flex, #map .wrap_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#map .dp_flex {
    margin: 36px 0;
}
#map .dp_flex .wrap_flex img {
    width: 100%;
    max-width: max-content;
}

/* DAYキャンプ・ラグジュアリーゾーン */
.w100 {
    width: 100% !important;
}

.daycamp #main-column h2 {
    padding: 0 0 0 20px !important;
    background: url(../../../../images/bg_ttl_main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.daycamp #main-column .notice {
    /* margin: 20px 0 40px; */
    margin: 20px 0;
    padding: 10px 14px;
    color: #246E2D;
    font-weight: 600;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #246E2D;
    border-radius: 10px;
    opacity: 1;
}

.daycamp #main-column figure.columns-2>ul.blocks-gallery-grid,
.daycamp__gallery--2col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.daycamp #main-column figure.columns-2>ul.blocks-gallery-grid>li.blocks-gallery-item,
.daycamp__gallery--2col>.wp-block-image {
    width: 48%;
}

.daycamp #main-column li.blocks-gallery-item,
.daycamp__gallery--2col>.wp-block-image {
    margin-bottom: 20px;
}

.daycamp #main-column figcaption.blocks-gallery-item__caption,
.daycamp__gallery--2col figcaption.wp-element-caption {
    border-left: 5px solid #80401c;
    border-bottom: 1px solid #80401c;
    color: #80401c;
    font-size: 1.6em;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 7px 8px;
}

/**** 英語ページ用 ****/
/* 英語トップページ */
#report .post_news-en h3 {
    background: #fe9900;
    display: table-cell;
    color: #fff;
    /* font-size: 1.9rem; */
    font-size: 14px;
    letter-spacing: 3px;
    padding: 8px 10px 8px 37px;
    text-align: left;
    width: 300px;
    vertical-align: middle;
}

.en div#covid {
    margin: 40px auto !important;
}

.en #main-column #introduction h3 {
    border-left: none !important;
    border-bottom: none !important;
}


/* 2022年度修正 */
/* テーブル */
.home #contents .wp-block-table.basic_table table,
.page #main-column .wp-block-table.basic_table table,
.page.en #contents .wp-block-table.basic_table table {
	margin: 18px 0 0;
}
.home #contents .wp-block-table.basic_table table thead,
.page #main-column .wp-block-table.basic_table table thead,
.page.en #contents .wp-block-table.basic_table table thead {
    background: #0386ba;
    color: #fff;
}
.home #contents .wp-block-table.basic_table table thead th,
.page #main-column .wp-block-table.basic_table table thead th,
.page.en #contents .wp-block-table.basic_table table thead th,
.home #contents .wp-block-table.basic_table table thead td,
.page #main-column .wp-block-table.basic_table table thead td,
.page.en #contents .wp-block-table.basic_table table thead td {
    padding: 5px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background: #0386ba;
    color: #fff;
}
.home #contents .wp-block-table.basic_table table tbody th,
.page #main-column .wp-block-table.basic_table table tbody th,
.page.en #contents .wp-block-table.basic_table table tbody th {
    background: #E1F7FF;
}
.home #contents .wp-block-table.block__table--layout-auto table,
.page #main-column .wp-block-table.block__table--layout-auto table,
.page.en #contents .wp-block-table.block__table--layout-auto table {
    table-layout: auto;
}

/* .home #contents .wp-block-table.basic_table table,
.page #main-column .wp-block-table.basic_table table {
    margin: 18px 0 0;
} */

ul.list__ul--circle-bl li {
    position: relative;
    margin-left: 1.5rem;
}
ul.list__ul--circle-bl li:before {
    content: "●";
    position: absolute;
    top: 0;
    left: -1.5rem;
}


/* 2023年度修正 */
#main-column #introduction #info-guide p {
    font-size: 14px;
}
#main-column #introduction #info-guide .txt-bold {
	font-weight: bold;

}
.page #main-column #info-guide article p {
    margin: 0;
}

.is-layout-flex {
    display: flex;
}

/* 前売券 段組み */
.flex__div--advance-ticket {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.flex__div--advance-ticket .is-layout-constrained:first-of-type{
    width: 57%;
}
.flex__div--advance-ticket .is-layout-constrained{
    width: 42%;
}
@media screen and (max-width: 750px) {
    .flex__div--advance-ticket {
        flex-direction: column-reverse
    }
    .flex__div--advance-ticket .is-layout-constrained{
        width: 100%;
    }
}

.flex__div--etc-ticket{
    gap: 20px;
}