@charset "utf-8";

/*---------------------------------------  header ---------------------------------------*/
header {
	position: relative;
	background: #FFF;
}
#top-head {
    width: 100%;
    position: fixed;
    top: 0;
	z-index: 999;
    background: rgba(255,255,255,0.90);
    /*-border-radius: 0% 0% 70% 70%;-*/
    box-shadow:0px 3px 12px 3px #dedede;
}
.inner {
    text-align: center;
}
#logo {
    width: 240px;
    margin: 0 auto;
    /*padding: 10px 0 30px;*/
    padding: 10px 0;
}
#logo a {
    display: block;
}
.head-open {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1000;
}
.head-open p {
    background: #268B3A;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 700;
}
.head-open p span {
    font-size: 0.8rem;
    padding-left: 10px;
}
.head-access {
    position: absolute;
    top: 10px;
    right: 70px;
    z-index: 997;
}
.head-access p {
    border: 3px solid #268B3A;
    padding: 2px 20px;
    border-radius: 20px;
    font-weight: 700;
    z-index: 998;
}
.head-access p a {
    color: #000;
}
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 19px;
    top: 16px;
    width: 27px;
    height: 40px;
    cursor: pointer;
	z-index: 1000;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
#nav-toggle div p {
    position: absolute;
    width: 40px;
    top: 25px;
    left: -4px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    letter-spacing: -2px;
}
#nav-toggle div .en-text {
    left: 0px;
    letter-spacing: normal;
}
#mobile-head {
	width: 40%;
	height: 55px;
    right: 0;
	top: 0px;
	position: absolute;
}
#global-nav {
	position: fixed;
	/* 開いてないときは画面外に配置 */
    top: 0px;
	right: -620px;
	width: 600px;
	text-align: center;
	padding: 0;
	box-shadow:0px 1px 5px 0px #8c8c8c;
	-moz-box-shadow:0px 1px 5px 0px #8c8c8c;
	-webkit-box-shadow:0px 1px 5px 0px #8c8c8c;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 999;
    background-color: rgba(38,139,58,0.9);
    height: 100vh;
    overflow-y: auto;
}
#global-nav ul li {
	width: 290px;
    display: inline-block;
	margin: 0 auto;
    font-size: 16px;
}
#global-nav ul li:last-child {
	border-bottom: none;
}
#global-nav ul li a {
	color: #FFF;
    display: block;
    text-align: left;
}
#global-nav ul li a img {
    width: 40px;
    margin-right: 5px;
}
#global-nav ul.nav-first {
	padding: 60px 0 0;
}
#global-nav ul.nav-first li a {
    line-height: 40px;
    background: rgba(255,255,255,0.15);
    padding: 5px 0;
    margin-bottom: 5px;
    text-indent: 5px;
}
#global-nav ul.nav-sec {
    padding: 10px 0 0;
}
#global-nav ul.nav-sec li a {
    border-bottom: 1px dotted #FFF;
    width: 95%;
    margin: 0 auto 10px;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
    background: #FFF;
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
    background: #FFF;
}
.open #nav-toggle div p {
    color: #FFF;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
	-moz-transform: translateX(-620px);
	-webkit-transform: translateX(-620px);
	transform: translateX(-620px);
}

/*---------------------------------------  swiper ---------------------------------------*/
.swiper-container {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 996;
    margin-top: -40px;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.swiper-pagination.disabled {
    display: none;
}
.swiper-wrapper h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    font-family: "M PLUS 1p";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #FFF;
    text-shadow:0px 0px 6px #666;
}
.swiper-wrapper ul {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.swiper-wrapper ul li {
    display: inline-block;
    margin: 0px 10px;
}
.swiper-wrapper ul li img {
    width: 60px;
    height: auto;
}
.swiper-container #under-arrow {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 70px;
    animation: vertical 2s 1s ease-in-out infinite alternate;
}
.swiper-wrapper .desk {
    display: block;
}
.swiper-wrapper .mobile {
    display: none;
}
@keyframes vertical {
    0% { transform:translateY(-20px); }
  100% { transform:translateY(  0px); }
}
.swiper-container #main-title {
    position: absolute;
    width: 250px;
    height: 250px;
    line-height: 250px;
    color: #FFF;
    font-size: 2.5em;
    font-family: "M PLUS 1p";
    border-radius: 50%;
    top: 150px;
    left: 5%;
    font-weight: 500;
}
.swiper-container #main-title span {
    display: block;
    line-height: normal;
    padding-top: 25%;
}
/*---------------------------------------  weather ---------------------------------------*/
#weather,
#weather-en {
    position: absolute;
    background: #FFF;
    text-align: center;
    width: 100%;
    /*-border-radius: 50% 50% 10% 10%;-*/
    margin-top: -60px;
    z-index: 2;
    height: 70px;
}
.weather-report {
    margin-top: -5px;
}
.weather-report figure {
    margin: 0;
}
.weather-report figure img {
    width: 100%;
    display: block;
}
.weather-report h5 {
    margin-right: -10px;
}
.weather-report p {
    margin-left: -10px;
}
.weather-report a h5,
.weather-report a p {
    color: #000;
    font-weight: bold;
}
.weather-report h5,
.weather-report figure,
.weather-report p {
    display: inline-block;
    vertical-align: middle;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
}
/*---------------------------------------  info ---------------------------------------*/
#info {
    position: relative;
    padding-top: 20px;
    border: 1px solid #ddd;
    width: 94%;
    margin: 30px auto 0;
    border-radius: 20px;
}
#info h2 {
    font-size: 1.2rem;
    font-family: "M PLUS 1p";
}
#info h2 .i-icon {
    margin: -5px 5px 0 0;
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    color: #D3C736;
}
.info-detail {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.info-detail ul {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.info-detail ul li {
    position: relative;
}
.info-detail ul li span {
    font-size: 0.8rem;
    margin-right: 10px;
}
.info-detail ul li .new {
    margin-right: 4px;
    background: #D40047;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}
.info-detail ul li {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-detail ul li a {
    color: #000;
    padding: 0 .3em;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(250,227,33,1.00) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .6s;
}
.info-detail ul li a:hover {
    background-position: -100% 0;
    color: #000;
    opacity: 1;
}
.info-detail p {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: right;
    font-size: 0.8em;
}
.info-detail p a {
    color: #000000;
    display: inline-block;
	transition: .3s ease-in-out;
    font-weight: bold;
}

.info-detail p a:hover {
    font-size: 1rem;
}
/*---------------------------------------  contents ---------------------------------------*/
#contents {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
/*---------------------------------------  top ---------------------------------------*/
.mobile-open {
    display: none;
}
#topmenu {
    width: 95%;
    margin: 0 auto;
    font-size: 0px;
    padding: 20px 0 0;
}
#topmenu section,
#topmenu .box div {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
	box-shadow: 0px 0px 5px 0px #8c8c8c;
    border-radius: 20px;
    margin: 0.5%;
    height: 250px;
}
#topmenu .box div span {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 250px;
    border-radius: 20px;
}
#topmenu section a {
    display: block;
}
#topmenu section h2 {
    font-size: 30px;
    font-family: "M PLUS 1p";
    letter-spacing: 0.1em;
    padding: 40px 0 0;
    color: #FFF;
}
#topmenu section ul {
    padding: 20px 0 0;
}
#topmenu section ul li {
    color: #000;
    background: #FFF;
    padding: 5px 15px;
    display: block;
    width: 120px;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: bold;
	transition: .3s ease-in-out;
}
#topmenu section a:hover ul li {
    width: 140px;
}
#topmenu section ul li .i-icon {
    padding-left: 8px;
	transition: .3s ease-in-out;
}
#topmenu section a:hover ul li .i-icon {
    padding-left: 15px;
}
#topmenu section a img {
	transition: .3s ease-in-out;
    transform: rotate(0deg);
}
#topmenu section a:hover img {
    transform: rotate(360deg);
}
.w24 {
    width: 23%;
}
.w28 {
    width: 27%;
}
.w36 {
    width: 35%;
}
.w48 {
    width: 47%;
}
.w100l {
    width: 99%;
    text-align: left !important;
    background-position: center center;
    background-size: cover;
}
.w28l {
    height: 250px !important;
    width: 27%;
    margin: 0px !important;
    border-radius: 20px 0 0 20px !important;
    text-align: center;
}
.b-white {
    background: #FFFFFF;
}
.b-grey {
    background: #F2F2F2;
}
.b-green {
    background: #53B332;
}
.b-lightgreen {
    background: #DDEEE0;
}
.b-orange {
    background: #F0831E;
}
.b-blue {
    background: #3366FF;
}
.b-skyblue {
    background: #2FBDEC;
}
.b-lightblue {
    background-color: #BDDEF5;
}
.b-violet {
    background: #D34492;
}
.b-red {
    background: #E94C57;
}
.b-dgreen {
    background: #147B3B;
}
.b-yellow {
    background: #F3F6D2;
}
#event {
    background-color: #E4E7E7;
    text-align: center;
    background-image: url("../images/bg-event.png");
    background-position: center center;
    background-size: cover;
}
#event:before {
    background: #FFF;
    content: "";
    display: block;
    border-radius: 0% 0% 70% 70%;
    height: 80px;
}
#event h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: "M PLUS 1p";
    padding: 20px 0;
}
#event div {
    width: 290px;
    display: inline-block;
    margin: 0 20px;
    text-align: left;
    vertical-align: top;
}
#event div a h3 {
    color: #000;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2em;
    padding: 10px 0 0;
}
#event div a:hover h3 {
    color: #666;
}
#event div a figure {
    width: 290px;
    height: 190px;
    overflow: hidden;
}
#event div a figure img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
#event div a:hover figure img {
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}
#event div span {
    color: #000;
    font-size: 11px;
    color: #666;
}
#event ul {
    padding: 20px 0 60px;
}
#event ul li a {
    color: #FFF;
    background: #268B3A;
    padding: 5px 15px;
    display: block;
    width: 120px;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: bold;
	transition: .3s ease-in-out;
}
#event ul li a:hover {
    width: 140px;
}
#event ul li .i-icon {
    padding-left: 8px;
	transition: .3s ease-in-out;
}
#event ul li a:hover .i-icon {
    padding-left: 15px;
}
#insta {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 40px;
    text-align: center;
}
#insta figure {
    line-height: 60px;
    font-size: 20px;
}
/*---------------------------------------  smnavi ---------------------------------------*/
#smnavi {
    display: none;
    position: fixed;
    bottom: -2000px;
}

/*---------------------------------------  second section ---------------------------------------*/

#sec-a {
    width: 95%;
    margin: -40px auto 0;
    padding: 120px 0 60px;
}
#sec-b {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 60px;
}
.topnavi {
    text-align: center;
    padding-top: 30px;
}
.topnavi li {
    display: inline-block;
    margin: 0 5%;
    text-align: center;
}
.topnavi li a {
    color: #000;
	transition: .3s ease-in-out;
}
.topnavi .i-icon {
    display: block;
    margin: 0 auto;
    margin-top: -5px;
}
.topnavi li a .i-icon {
	transition: .3s ease-in-out;
}
.topnavi li a:hover .i-icon {
    margin-top: 0px;
}
.sec-box {
    width: 96%;
    height: auto;
    padding: 20px 2%;
    margin: 20px 0;
    border-radius: 15px;
}
#sec-a h1 {
    padding-top: 20px;
}
.sec-box h4 {
    font-weight: bold;
}
.sec-box h5 {
    font-weight: bold;
    font-size: 0.9em;
}
.sec-box h4 span {
    font-weight: normal;
    font-size: 0.9em;
}
.sec-box h2 .i-icon {
    font-size: 1.7em;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #268B3A;
}
.sec-box-in {
    padding: 10px 2.5em 0;
}
.notes {
    padding: 0 0 20px;
}
.notes li {
    line-height: 1.2em;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
.inline-box {
    font-size: 0px;
}
.inline-box div {
    font-size: 16px;
    display: inline-block;
    margin: 0 2% 2% 0;
    padding: 20px 0.5%;
    border-radius: 15px;
    height: auto;
    text-align: center;
    vertical-align: top;
}
.quo-box div {
    width: 22.5%;
}
.quo-box div:nth-child(4n) {
    margin-right: 0px;
}
.tri-box div {
    width: 31%;
}
.tri-box div:nth-child(3n) {
    margin-right: 0px;
}
.fif-box div {
    width: 18.2%;
    margin: 0 1% 1% 0;
}
.fif-box div:nth-child(5n) {
    margin-right: 0px;
}
.enter-fee div,
.pass-fee div {
    background-color: #DDEEE0;
}
.parking-fee div {
    background-color: #BDDEF5;
}
.other-fee div,
.train-box div {
    background-color: #FFF;
}
.group-fee div {
    background-color: #E0DBED;
}
.group-fee .child {
    background-color: #F0DCEB;
}
.other-rental div {
    background-color: #F2F2F2;
}
.pass-benefit div {
    background-color: #FFF;
}
.inline-box div h4 {
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}
.inline-box div h4 .i-icon {
    display: block;
    font-size: 2.5em;
    margin: 0 auto 3px;
}
.inline-box div p span {
    font-size: 1.2em;
    padding: 0 3px;
    font-weight: bold;
    margin: 0 5px;
}
.banner {
    text-align: center;
    padding: 20px 0;
}
.images {
    padding: 10px 0;
    font-size: 0px;
}
#access h3 {
    margin-top: 20px;
}
#access h3 .i-icon {
    font-size: 1.7em;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#access .images figure {
    display: inline-block;
    margin: 0 2% 0 0;
    width: 49%;
}
#access .images figure img {
    width: 100%;
}
#access .images figure:last-of-type {
    margin: 0;
}
#access dl {
    width: 96%;
    border-radius: 15px;
    background: #FFF;
    padding: 2%;
    margin: 15px 0;
}
#access dl dt {
    font-weight: bold;
    padding-bottom: 5px;
}
#access dl:last-of-type {
    margin: 0 0 30px;
}
#map {
    width: 100%;
    margin-bottom: 20px;
}
.two-box {
    padding-top: 10px;
}
.two-box div {
    width: 48%;
}
.two-box div:nth-of-type(2n) {
    margin-right: 0px;
}
.full-box {
    padding-top: 10px;
}
.train-box h4 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.bus-box h4 {
    padding-top: 10px;
}
.bus-box p {
    padding-bottom: 20px;
}
.full-box div {
    width: 96%;
    padding: 2%;
}
.bus-box .full-box div {
    text-align: left;
}
.bus-box .full-box div h4 {
    padding-top: 0px;
    width: 100%;
    text-align: left;
}
.bus-time li {
    display: inline-block;
    padding: 0 5px;
}
.bus-time li:after {
    content: "|";
    padding-left: 10px;
}
.bus-time li:last-child:after {
    content: none;
}
#round {
    position: absolute;
    text-align: center;
    width: 100%;
    border-radius: 50% 50% 10% 10%;
    margin-top: -60px;
    z-index: 2;
    height: 100px;
}
.camp-round {
    background: #268B3A;
}
.wihte-round {
    background: #FFF;
}
#main-lead {
    width: 90%;
    padding: 20px 2%;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    background-color: rgba(255,255,255,0.80);
    border-radius: 15px;
    margin-left: 3%;
	box-shadow: 0px 0px 3px 1px #999;

}
#main-lead h1 {
    font-family: "M PLUS 1p";
}
#main-lead p span {
    display: block;
}
.sec-camp-in {
    padding: 20px 0;
} 
.campnavi {
    text-align: center;
    font-size: 0px !important;
}
.campnavi li {
    display: inline-block;
    background: #FFF;
    vertical-align: bottom;
    position: relative;
}
.campnavi li a {
    color: #000;
    display: block;
    padding: 20px 30px;
    font-size: 18px;
}
.campnavi li:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 2.5px solid #000;
    height: 20px;
    top: 23px;
}
.campnavi li:first-of-type:before,
.campnavi li:last-of-type:before {
    content: none;
}
.campnavi li:last-of-type {
    background: #F49D1B;
}
.campnavi li:last-of-type a {
    color: #FFF;
}
.campnavi li:first-of-type {
    border-radius: 30px 0 0 30px;
}
.campnavi li:last-of-type {
    border-radius: 0 30px 30px 0;
}
.camp-site-in {
    font-size: 0px;
    text-align: center
}
.camp-site-in div {
    display: inline-block;
    width: 31%;
    margin: 20px 1% 0;
    font-size: 16px;
    vertical-align: top;
}
.camp-site-in figure {
    margin-bottom: 10px;
}
.camp-site-in div p {
    padding: 10px 15px;
    background: #F2F2F2;
    border-radius: 15px;
    line-height: 1.2em;
    min-height: 5em;
    text-align: left;
}
.camp-facility-in {
    font-size: 0px;
    text-align: center;
    padding-bottom: 40px;
}
.camp-facility-in section {
    display: inline-block;
    width: 31%;
    margin: 0 1% 20px;
    font-size: 16px;
    vertical-align: top;
}
.camp-facility-in section p {
    padding: 10px 15px;
    background: #F2F2F2;
    line-height: 1.2em;
    min-height: 5em;
    text-align: left;
}
.camp-rental-in section {
    width: 100%;
    background: #F2F2F2;
    margin-bottom: 30px;
    position: relative;
}
.camp-rental-in section figure {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.camp-rental-in section div {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}
.camp-rental-in section div h3 {
    width: 93%;
    margin: 0 3%;
    padding: 10px 0 0;
}
.camp-rental-in section div p {
    width: 93%;
    margin: 0 3%;
    padding: 10px 0 0;
}
.camp-rental-in section div span {
    display: block;
    width: 100px;
    height: 70px;
    background: #FFF;
    border: 2px solid #268B3A;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: -15px;
    padding-top: 30px;
}
.camp-rental-in section div span em {
    display: block;
    font-size: 12px;
    margin-top: -5px;
}
.sec-box .bo-open:hover {
    cursor: pointer;
}
.sec-box .bo-open .i-icon {
    display: block;
    color: #000;
    margin: -10px auto 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    transform: rotate3d(1,0,0,0deg);
}
.sec-box ul li:hover {
    cursor: pointer;
    opacity: .8;
}
.sec-box ul li .i-icon:hover {
    cursor: pointer;
    opacity: .8;
}
.sec-box .active .i-icon {
    transform: rotate3d(1,0,0,180deg);
}
.other-rental {
    display: none;
}
.button {
    padding: 20px 0 0;
    text-align: center;
}
.button li {
    display: inline-block;
    width: 250px;
    font-size: 1.3em;
    margin: 0 20px;
}
.button li a {
    display: block;
    padding: 10px 0;
    color: #FFF;
    background: #268B3A;
    border-radius: 30px;
}
.button li .i-icon {
    display: inline-block;
    margin-right: 5px;
}
.fax-box p .i-icon {
    margin-right: 10px;
}
.bu-pdf li,
.bu-crown li {
    width: auto;
    margin-bottom: 20px;
}
.bu-pdf li a,
.bu-crown li a {
    padding: 10px 50px;
    background: #FFF;
    color: #000;
	box-shadow: 0px 0px 3px 1px #999;
    font-weight: bold;
}
.bu-crown li a span {
    display: block;
}
.bu-pdf li a .i-icon {
    color: #D40047;
}
.bu-crown li a .i-icon {
    color: #D7A514;
}
#camp-note section h3 {
    position: relative;
    padding: 10px 0 10px 20px;
    background: #F2F2F2;
    margin: 10px 0;
}
#camp-note section h3 .i-icon {
    position: absolute;
    right: 20px;
    top: 15px;
}
#camp-note section h3:hover {
    cursor: pointer;
}
#camp-note section ul {
    display: none;
    padding: 10px;
}
#camp-note section ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 10px;
    line-height: 1.2em;
}
#camp-book div {
    text-align: left;
}
.p-button {
    text-align: center;
}
.p-button a {
    width: 100%;
    padding: 10px 0;
    display: block;
    border-radius: 30px;
    background: #F49D1B;
    color: #FFF;
}
.p-button .i-icon {
    margin-right: 5px;
}
#camp-book ul li {
    text-indent: -1em;
    padding: 0 0 10px 1em;
}
.camp-tell {
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #000;
    margin-top: 20px;
}
.camp-tell dt a {
    color: #000;
}
.camp-tell dt .i-icon {
    margin-right: 5px;
}
.about-in {
    padding-bottom: 60px;
}
.about-in figure {
    width: 60%;
    z-index: 1;
    position: relative;
}
.about-in p {
    width: 75%;
    margin: -50px 0 0 21%;
    padding: 20px 2%;
	box-shadow: 0px 0px 3px 1px #999;
	background: rgba(255,255,255,0.90);
    z-index: 2;
    position: relative;
}
.about-in p strong,
.about-policy p span {
    border-bottom: 3px solid #FFFF00;
    font-weight: bold;
}
.about-policy {
    display: inline-block;
    width: 49.4%;
    vertical-align: top;
    padding: 30px 0 60px;
}
.about-policy p {
    padding-bottom: 30px;
}
.about-policy figure {
    width: 90%;
    margin: 0 auto;
}
.about-oath {
    padding: 30px 0 60px;
}
.about-oath dl {
    position: relative;
    padding-bottom: 20px;
}
.about-oath dl dt {
    width: 100%;
}
.about-oath dl dt img {
    width: 45%;
}
.about-oath dl dd {
	box-shadow: 0px 0px 3px 1px #999;
	background: rgba(255,255,255,0.90);
    padding: 10px 2%;
    position: absolute;
    bottom: 60px;
}
.about-oath dl dd span {
    font-size: 1.5em;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.about-oath dl:nth-of-type(even) dt {
    text-align: right;
}
.about-oath dl:nth-of-type(odd) dd {
    right: 0px;
}
.about-csr {
    padding: 30px 0 60px;
}
.about-csr div {
	box-shadow: 0px 0px 3px 1px #999;
	background: rgba(255,255,255,0.90);
    margin-bottom: 30px;
    font-size: 0px;
}
.about-csr div figure {
    width: 36%;
    display: inline-block;
    vertical-align: top;
}
.about-csr div p {
    width: 60%;
    display: inline-block;
    padding: 20px 2% 20px;
    font-size: 16px;
}
.faq-box-in {
    padding: 30px 0 20px;
}
.faq-box-in p {
    position: relative;
    border-radius: 15px;
    padding: 20px 30px 20px 60px;
    width: auto;
    display: inline-block;
}
.faq-box-in p:first-of-type {
    background: #FFF;
    margin-bottom: 20px;
}
.faq-box-in p .i-icon {
    position: absolute;
    font-size: 24px;
    top: 20px;
    left: 20px;
}
.faq-box-in p:last-of-type {
    background: #FADCE9;
    float: right;
}
.faq-box-in p span {
    position: absolute;
    font-size: 36px;
    top: 6px;
    left: 20px;
    display: block;
    color: #D40047;
    font-weight: bold;
}
.groupbox h4 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.panel-group table {
    width: 90%;
    margin: 20px auto;
}
.full-box table {
    width: 100%;
}
.panel-group table th {
    font-weight: bold;
    padding: 5px 0;
}
.panel-group .tb-up th {
    text-align: center;
    border: 2px solid #FFF;
}
.panel-group .tb-left th {
    text-align: left;
    padding-left: 10px;
}
.panel-group .tbg-red th:nth-child(2) {
    background: #FCE8EC;
    width: 27%;
}
.panel-group .tbg-red th:nth-child(3) {
    background: #F7DDEA;
    width: 27%;
}
.panel-group .tbg-red th:nth-child(4) {
    background: #F6BAC5;
    width: 27%;
}
.panel-group .tbg-green th:not(:nth-child(1)) {
    background: #DDEEE0;
}
.panel-group .tbg-blue th:not(:nth-child(1)) {
    background: #DDEFFB;
}
.panel-group table td {
    background: #F2F2F2;
    border: 2px solid #FFF;
    text-align: right;
    padding-right: 10px;
}
.panel-group .tbg-quo th:not(:nth-child(1)) {
    width: 27%;
}
.panel-group .txt-left {
    text-align: left;
    padding-left: 10px;
}
.panel {
    display:none;
}
.tab.active {
    transition: all 0.2s ease-out;
}
.panel.show {
    display:block;
}
.schoolbox div {
    text-align: left;
}
.two-box .notes {
    width: 90%;
    margin: 0 auto;
}
.schoolbox {
    font-size: 0;
}
.schoolbox h3 .i-icon {
    margin-right: 5px;
}
.i-sun {
    color: #EA561D;
}
.i-rain {
    color: #389BD7;
}
.i-snow {
    color: #31BDEE;
}
.i-camp {
    color: #268B3A;
}
.schoolbox section {
    font-size: 16px;
    display: inline-block;
    width: 31%;
    margin: 50px 3% 0 0;
    vertical-align: top;
    z-index: 1;
    position: relative;
}
.schoolbox section:before {
    content: "";
    display: block;
    margin: 0 0 0 -30px;
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	box-shadow: 0px 0px 3px 1px #999;
	background: rgba(255,255,255,0.90);
    top: -30px;
    left: 50%;
    z-index: 2;
}
.schoolbox section:nth-of-type(1):before {
    content: "１";
}
.schoolbox section:nth-of-type(2):before {
    content: "２";
}
.schoolbox section:nth-of-type(3):before {
    content: "３";
}
.schoolbox section:nth-of-type(4):before {
    content: "４";
}
.schoolbox section:nth-of-type(5):before {
    content: "５";
}
.schoolbox section:nth-of-type(6):before {
    content: "６";
}
.schoolbox section:nth-of-type(3n) {
    margin: 50px 0 0 0;
}
.schoolbox section h3 {
    text-align: center;
}
.schoolbox section p {
    min-height: 3em;
    line-height: 1.3em;
}
.schoolbox dl {
    padding: 30px 0;
    text-align: center;
    font-size: 0;
}
.schoolbox dl dt {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.schoolbox dl dt img {
    width: 100%;
    border-radius: 50%;
}
.schoolbox dl dd {
    display: inline-block;
	position: relative;
	background: #DDEEE0;
	border: 3px solid #FFF;
    vertical-align: middle;
    border-radius: 15px;
    width: 50%;
    padding: 20px 5%;
    font-size: 16px;
    margin-left: -20px;
}
.schoolbox dl dd:after, .schoolbox dl dd:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.schoolbox dl dd:after {
	border-color: rgba(221, 238, 224, 0);
	border-right-color: #DDEEE0;
	border-width: 20px;
	margin-top: -20px;
}
.schoolbox dl dd:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 24px;
	margin-top: -24px;
}
.daycamp-img {
    font-size: 0;
    padding: 20px 0 10px;
}
.daycamp-img img {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
}
.daycamp-img img:last-of-type {
    margin-right: 0;
}
.pass-benefit div p span {
    font-size: 2em;
    color: #E33F72;
}
.attention {
    padding: 20px 30px;
    background: #F49D1B;
    width: 50%;
    margin: 30px auto;
    text-align: center;
    color: #FFF;
}
#passphoto {
    margin-top: -40px;
    padding-bottom: 40px;
}
.pass-fee {
    padding: 0 0 30px;
}
#pass h3 {
    padding: 0 0 10px; 
}
#pass h3 .i-icon {
    margin-right: 5px;
}
#pass h3 span {
    margin-left: 20px;
    font-weight: normal;
}
.discoutbox div {
    text-align: left;
}
.discoutbox div h3 {
    padding-bottom: 10px;
}
.discoutbox div h3 .i-icon {
    margin-right: 10px;
}
.discoutbox div p {
    line-height: 1.2em;
}
.discoutbox div p strong {
    line-height: normal;
}
.unpmail {
    padding: 10px 0;
}
.unpmail .i-icon {
    font-size: 1.5rem;
    color: #389BD7;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.i-right {
    color: #000 !important;
    margin-left: 5px;
}
.sec-basic-box {
    font-size: 0px;
}
.sec-basic-box div {
    font-size: 16px;
    border-radius: 15px;
    width: 48%;
    margin: 0 4% 4% 0;
    display: inline-block;
    vertical-align: top;
    min-height: 510px;
    position: relative;
}
.sec-basic-box div:nth-of-type(2n) {
    margin: 0 0% 2% 0;
    z-index: 998;
}
.sec-basic-box div figure img {
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.sec-basic-box div h2 {
    width: 90%;
    margin: 0 auto;
    font-family: "M PLUS 1p";
    padding: 10px 0 10px;
}
.sec-basic-box div p {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.sec-basic-box div p.fee {
    position: absolute;
    padding: 3px 5px;
    background: #FFF;
    border: 1px solid #000;
    width: auto;
    left: 5%;
    bottom: 20px;
}
.sec-basic-box div ul {
    width: 90%;
    padding: 20px 0 5px;
    text-align: right;
    margin: 0 auto;
}
.sec-basic-box div ul li {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    letter-spacing: -1px;
    min-width: 60px;
}
.sec-basic-box div ul .i-icon {
    display: block;
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.sec-basic-box .base-shedule,
.sec-basic-box .base-fee {
    position: absolute;
    bottom: 90px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 3px 1px #999;
    width: 82%;
    padding: 4%;
    margin: 0 0 0 5%;
    border-radius: 15px;
    display: none;
    z-index: 999;
}
.sec-basic-box .base-shedule p,
.sec-basic-box .base-fee p,
.sec-basic-box .base-attention p {
    width: 100%;
    padding-bottom: 10px;
}
.sec-basic-box .base-map {
    position: absolute;
    bottom: 90px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 3px 1px #999;
    width: 190%;
    padding: 4%;
    margin: 0 0 0 5%;
    border-radius: 15px;
    display: none;
    z-index: 999;
}
.dogfull .base-attention {
    position: absolute;
    bottom: 90px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 3px 1px #999;
    width: 190%;
    padding: 4%;
    margin: 0 0 0 5%;
    border-radius: 15px;
    display: none;
    z-index: 999;
    left: -100%;
}
.dogfull .base-attention ul {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
.dogfull .base-attention ul li {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px
}
.sec-basic-box div:nth-of-type(2n) .base-map {
    left: -108%;
}
.dogfull div .base-map {
    left: -101.5%;
}
.dogfull .base-fee dl {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.dogfull .base-fee dl dt {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.dogfull .base-fee dl dd {
    width: 78%;
    display: inline-block;
    padding-bottom: 10px;
}
.dogfull .base-fee p {
    font-size: 0.9rem;
    line-height: 1.2em;
}
.dogfull .open-txt {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dotted #666;
    padding: 10px 0 5px;
    margin-bottom: 10px
}
.dogfull .open-txt .i-icon {
    padding: 0 0 0 7px;
    color: #53B332;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    transform: rotate3d(1,0,0,0deg);
    font-size: 1.5rem;
}
.dogfull .open-txt:hover {
    cursor: pointer;
}
.dogfull .active .i-icon {
    transform: rotate3d(1,0,0,180deg);
}
.dogfull .breed {
    width: 85%;
    margin: 0 auto;
    display: none;
}
.dogfull .breed dt {
    display: inline-block;
    width: 5%;
    vertical-align: top;
    font-weight: bold;
    background: #53B332;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    color: #FFF;
    margin-right: 2%;
}
.dogfull .breed dd {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding: 8px 0 20px;
}
.sec-basic-box .base-map figure {
    width: 100%;
}
.sec-basic-box .close {
    display: block;
    text-align: center;
    padding: 10px 0 0;
}
.sec-basic-box .fa-times-circle {
    font-size: 3rem;
    color: #666;
}
.sec-basic-box .rain {
    position: absolute;
    top: 5px;
    right: 7px
}
.sec-basic-box nav {
    position: relative;
}
.base-menu {
    text-align: center;
    padding: 20px 0 10px;
    background: #FFE7E7;
    border-radius: 0 0 15px 15px;
}
.menu-detail {
    width: 46%;
    margin: 0 1% 30px !important;
    display: inline-block;
    vertical-align: top;
    min-height: auto;
    text-align: left;
}
.base-menu h3 {
    font-family: "M PLUS 1p";
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.menu-detail figure img  {
    border-radius: 15px;
}
.menu-detail dl {
    padding-top: 10px;
}
.menu-detail dl dt {
    font-weight: 700;
    line-height: 1.2em;
}
.menu-detail dl dd {
    line-height: 1.2em;
}
.menu-detail dl dd.price {
    text-align: right;
    padding: 5px 0 0;
}
.base-menu .frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
}
.txt-xl {
    font-size: 2.5em;
    font-weight: bold;
}
.txt-l {
    font-size: 1.6em;
    font-weight: bold;
}
.txt-m {
    font-size: 1.3em;
    font-weight: bold;
}
.txt-ms {
    font-size: 1.2em;
    font-weight: bold;
}
.txt-a {
    font-size: 1.2em;
}
.txt-s {
    font-size: 14px;
    font-weight: normal;
}
.txt-c {
    text-align: center;
}
.txt-b {
    font-weight: bold;
}
.txt-red {
    color: #D40047;
}
.txt-w {
    color: #FFF;
}

.h-topspace {
    padding: 40px 0 0;
}

/*---------------------------------------  footer ---------------------------------------*/
footer {
    background-image: url("../images/bg-footer.jpg");
    background-position: center center;
    background-size: cover;
    text-align: center;
}
footer div {
    padding: 40px 0 20px;
    background-color: rgba(255,255,255,0.80);
    font-size: 0.9rem;
    font-weight: 700;
}
footer div nav ul {
    width: 70%;
    padding: 5px 2%;
    margin: 0 auto;
    background: #FFF;
    border-radius: 20px;
	box-shadow: 0px 0px 5px 0px #8c8c8c;
}
footer div nav ul li {
    display: inline-block;
    margin: 0 10px;
}
footer div nav ul li a {
    color: #000;
}
footer div p {
    width: 70%;
    padding: 20px 2% 0px;
    margin: 0 auto;
}
footer div p a {
    margin: 0 10px 10px;
    display: inline-block;
    color: #000;
}
footer div .lang {
    text-align: center;
}
footer div .lang li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
footer div .lang li a {
    font-size: 0.8rem;
    color: #000;
}
footer div .lang li a img {
    display: block;
    margin: 0 auto -6px;
}
footer #pageup {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.80);
	box-shadow: 0px 0px 2px 3px #ccc;
	transition: .3s ease-in-out;
}
footer #pageup a {
    display: block;
    width: 40px;
    height: 40px;
}
footer #pageup .i-icon {
    text-align: center;
    font-size: 26px;
    padding-top: 5px;
}
footer #pageup a .i-icon {
    color: #000;
}
footer #pageup:hover {
    bottom: 30px;
}
footer #copyright {
    padding: 10px 0;
    font-size: 0.9rem;
    color: #FFF;
    text-shadow:0px 0px 6px #666;
}


/*---------------------------------------  formbox ---------------------------------------*/
.formbox {
    background: #FFF;
    width: 600px;
    margin: 0 auto;
}
.formbox2 {
    background: #FFF;
    width: 700px;
    margin: 0 auto;
}
.cp_ipradio05 {
    padding: 20px 0;
}
.cp_ipradio05 ul {
	list-style: none;
    padding-top: 10px
}
.cp_ipradio05 .list_item {
    display: inline-block;
    width: 45%;
    margin: 0 0 10px;
}
.cp_ipradio05 label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
}
.cp_ipradio05 .option-input input {
	position: relative;
	margin: 0 0.5rem 0 0;
	cursor: pointer;
}
.cp_ipradio05 .option-input input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
    transform: scale(0, 0);
	border-radius: 50%;
	background: #005CC5;
}
.cp_ipradio05 .option-input input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.cp_ipradio05 .option-input input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #ccc;
	border-radius: 50%;
	background: #ffffff;
}
.formbox dl dt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    padding-bottom: 5px;
}
.formbox dl dt span {
    padding-right: 3px;
    color: #D10B0E;
}
.formbox dl dd {
    padding-bottom: 20px;
}
.formbox dl dd input {
    padding: 5px 10px;
    border-radius: 7px;
    border: 1.5px solid #ccc;
	width: 95%;
	text-align: left;
    font-size: 1.1rem;
}
.formbox dl dd.name input  {
    width: 44.5%;
    display: inline-block;
    margin-right: 2%;
    padding: 5px 9px;
}
.formbox dl dd .name input:last-of-type {
    margin-right: 0%;
}
.formbox dl dd span {
    padding-top: 10px;
    line-height: 1.6em;
}
::placeholder {
  color: #aaa;
  font-size: 0.9em;
}
.formbox dl dd textarea {
    width: 95%;
    padding: 7px 10px;
    border-radius: 7px;
    border: 1.5px solid #ccc;
    min-height: 140px;
    font-size: 1rem;
}
.bo-input {
    text-align: center;
    padding-bottom: 20px
}
.bo-input li {
    display: inline-block;
    margin: 0px 10px;
}
.bo-input li input {
	width: 200px;
	text-align: center;
    font-size: 1.1rem;
	transition: .5s ease-in-out;
    padding: 5px 10px;
    border-radius: 7px;
    color: #FFF;
}
.formbox dl dd select {
    padding: 5px 10px;
    border-radius: 7px;
    border: 1.5px solid #ccc;
    font-size: 1.1rem;
}
.bo-input #submit,
.bo-input #confirm {
	background: #005CC5;
	border: 1px solid #005CC5;
}
.bo-input #submit:hover,
.bo-input #confirm:hover {
	background: #ccc;
	border: 1px solid #000;
	color: #000;
    cursor: pointer;
}
.bo-input #reset {
    width: 150px;
	background: #666;
	border: 1px solid #666666;
}
.bo-input #reset:hover {
	background: #ccc;
	border: 1px solid #000;
	color: #000;
}
.formbox .wpcf7-not-valid-tip {
    padding: 0;
    font-size: 0.9rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    background-color: #F3F6D2;
    border-radius: 5px;
}
.mapzoom {
    padding-top: 0;
}
.mapzoom figure {
    width: 100%;
    height: 500px;
}
.mapzoom img {
    width: 1500px;
    height: auto;
    max-width: 1500px;
}
.dragscroll {
	overflow: hidden;
	cursor : -webkit-grab;
	cursor : -moz-grab;
	cursor : -o-grab;
	cursor : grab;
}
.dragscroll:active {
	cursor : -webkit-grabbing;
	cursor : -moz-grabbing;
	cursor : -o-grabbing;
	cursor : grabbing;
}
#twiiter {
    padding: 20px 0;
    text-align: center;
}
#camp-map figure {
    padding: 20px 0 0px;
}
#single-page {
    width: 960px;
    margin: 0 auto;
}
#single-cate {
    padding: 10px 0;
    text-align: right;
    font-size: 0.8rem;
}
#single-cate span {
    padding: 2px 10px;
    background: #268B3A;
    border: 1px solid #bbb;
    border-radius: 30px;
    margin-right: 10px;
    color: #FFF;
}
.event-sec {
    padding: 30px 0;
    margin: 20px 0 0;
    border-radius: 30px;
}
.event-sec:before {
    content: none !important;
} 
.next_posts_link {
    text-align: center;
    padding: 20px 0 0;
    display: block
}
.next_posts_link {
    text-align: center;
    padding: 20px 0 0;
    display: block
}
.more-bu {
    text-align: center;
    padding: 20px 0 0;
    display: block
}
.view-more-button {
    padding: 5px 30px;
    background: #FFF;
    border: 1px solid #999;
    border-radius: 30px;
	transition: .3s ease-in-out;
}
.view-more-button:hover {
    padding: 7px 40px;
    background: #999;
    border: 1px solid #999;
    color: #FFF;
    cursor: pointer;
}
.dogfull div {
    width: 100%;
    min-height: auto;
    border-radius: 30px;
}
.dogfull div h2 {
    width: 95%;
    padding: 20px 0;
}
.dogfull div h2 .i-icon {
    background: #53B332;
    border-radius: 50%;
    padding: 10px;
    font-size: 26px;
    color: #FFF;
}
.dogfull div figure {
    width: 46%;
    display: inline-block;
    margin: 0 0 0 2.5%;
    vertical-align: top;
    padding-bottom: 30px;
}
.dogfull div figure img {
    border-radius: 30px;
}
.dogfull div div {
    width: 51%;
    display: inline-block;
    margin: 0;
}
#privacypolicy dt {
    padding-top: 20px;
    font-weight: 600;
}
#privacypolicy dd {
    width: 95%;
    margin: 0 auto;
}
#privacypolicy dd.contact {
    padding: 20px 0;
}
#privacypolicy dd.contact a {
    text-align: center;
    padding: 5px 20px;
    background: #CCCCCC;
    border-radius: 20px;
    color: #000;
}
/*---------------------------------------  smartphone ---------------------------------------*/

@media screen and (max-width : 780px ){
#logo {
    width: 190px;
    position: relative;
    z-index: 9999;
    opacity: 1;
	transition: .5s ease-in-out;
}
.open #logo {
    z-index: 1;
    opacity: 0;
}
#mobile-head {
	width: 60px;
}
#global-nav {
	right: -110%;
	width: 90%;
    height: 100vh;
}
#global-nav ul.nav-first {
    padding-top: 110px;
}
#global-nav ul li {
	width: 49%;
}
.open #global-nav {
	-moz-transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
}
#global-nav ul.nav-sec li {
    width: 95%;
}
.head-open {
    top: 12px;
    left: auto;
    right: 60px;
    opacity: 0;
	transition: .5s ease-in-out;
}
.head-open p {
    border: 2px solid #FFF;
}
.head-access {
    width: 160px;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 1002;
    opacity: 0;
	transition: .5s ease-in-out;
}
.head-access p {
    border: 2px solid #FFF;
    z-index: 1002;
}
.head-access p a {
    color: #FFF;
}
.open .head-open {
    display: block;
    opacity: 1;
}
.open .head-access {
    display: block;
    opacity: 1;
}
.swiper-wrapper h1 {
    top: 20%;
    font-size: 30px;
}
.swiper-wrapper h1 span {
    display: block;
}
.swiper-wrapper ul {
    top: 45%;
}
.swiper-container #main-title {
    font-size: 24px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    top: auto;
    left: 10px;
    bottom: 190px;
}
.swiper-container #main-title span {
    display: block;
    line-height: 1.2em;
}
.swiper-wrapper .desk {
    display: none;
}
.swiper-wrapper .mobile {
    display: block;
}
.mobile-open {
    font-size: 1.1rem;
    display: block;
    text-align: center;
    background: #268B3A;
    color: #FFF;
    width: 80%;
    margin: 0px auto;
    padding: 5px 0;
    border-radius: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.mobile-open span {
    font-size: 0.9rem;
    padding-left: 10px;
}
#topmenu section,
#topmenu .box div {
    font-size: 16px;
    margin: 0.5%;
    height: 200px;
}
#topmenu section {
    height: 160px;
}
#topmenu .box div span {
    height: 200px;
}
#topmenu section h2 {
    font-size: 24px;
    padding: 7px 0 0;
}
#topmenu section img {
    width: 60px;
}
#topmenu section ul {
    padding: 10px 0 0;
}
#topmenu .box {
    width: 100%;
    display: block;
    padding: 170px 0 0;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
#topmenu section.w28 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.w24 {
    width: 32%;
}
.w28 {
    width: 49%;
}
.w36 {
    width: 49%;
}
.w48 {
    width: 66%;
}
#topmenu section.w100l {
    height: 200px;
}
.w28l {
    height: 200px !important;
    width: 52%;
}
#topmenu .w28l h2 {
    padding-top: 20px;
}
.info-detail {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
.info-detail ul li span {
    margin-right: 0px;
}
.info-detail ul .new {
    display: inline-block;
}
.info-detail ul li {
    margin-bottom: 10px;
}
.info-detail ul li a {
    display: block;
}
#event div {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}
#event div a h3 {
}
#event div a figure {
    width: 100%;
    height: auto;
}
#smnavi {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
#smnavi ul {
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
}
#smnavi ul li {
    text-align: center;
    flex-grow: 1;
}
#smnavi ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    display: block;
    padding: 5px 0;
}
#smnavi ul li a .i-icon {
    font-size: 24px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
footer div nav ul {
    width: 90%;
    padding: 5px 1%;
}
footer div p {
    width: 90%;
    padding: 20px 1% 10px;
}
footer div .lang {
    padding-bottom: 20px;
}
footer div .lang li {
}
footer div .lang li a {
    font-size: 10px;
}
footer #pageup {
    bottom: 65px;
}
footer #pageup:hover {
    bottom: 70px;
}
.txt-xl {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2em;
}
.txt-l {
    font-size: 1.4em;
    font-weight: bold;
}
.txt-m {
    font-size: 1.2em;
    font-weight: bold;
}
.txt-ms {
    font-size: 1.2em;
    font-weight: bold;
}
.txt-s {
    font-size: 14px;
}
.topnavi {
    padding-top: 10px;
}
.sec-box {
    width: 95%;
    padding: 20px 2.5%;
}
.sec-box-in {
    padding: 10px 0em 0;
}
.inline-box div {
    font-size: 14px;
    margin: 5px 4% 2% 0;
    padding: 20px 2%;
}
.quo-box div,
.fif-box div {
    width: 44%;
}
.quo-box div:nth-child(2n),
.fif-box div:nth-child(2n) {
    margin-right: 0px;
}
.tri-box div {
    width: 96%;
    margin: 0 auto 3%;
}
.tri-box div:nth-child(3n) {
    margin-right: 0%;
}
.notes {
    padding: 10px 0 10px;
}
.banner {
    padding: 20px 0 30px;
}
.other-fee {
    padding-bottom: 20px;
}
#access .images figure {
    margin: 0 0 10px;
    width: 100%;
}
#access dl {
    width: 92%;
    padding: 4%;
}
#access dl:last-of-type {
    margin: 0 0 30px;
}
.two-box div {
    width: 96%;
}
.bus-box p {
    padding-bottom: 20px;
}
.full-box div {
    width: 92%;
    padding: 4%;
}
.full-box div h4 {
    font-size: 16px;
}
.bus-time li {
    font-size: 16px;
}
#main-lead {
    width: 84%;
    padding: 20px 5%;
}
#main-lead h1 {
    line-height: 1.3em;
    padding-bottom: 10px;
}
#main-lead p {
    text-align: left;
    line-height: 1.3em;
}
#main-lead p span {
    display: contents;
}
.sec-camp-in {
    padding: 10px 0;
}
.campnavi li {
    width: 46%;
    margin: 0 1% 10px;
    text-align: center;
    border-radius: 30px;
}
.campnavi li a {
    padding: 10px 0;
    font-size: 14px;
}
.campnavi li:before {
    content: none;
}
.campnavi li:first-of-type {
    border-radius: 30px;
}
.campnavi li:last-of-type {
    border-radius: 30px;
}
.camp-site-in div {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
}
.camp-facility-in {
    padding-bottom: 40px;
}
.camp-facility-in section {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
}
.camp-facility-in section p {
    min-height: auto;
}
.camp-rental-in section figure {
    display: block;
    vertical-align: top;
    width: 100%;
}
.camp-rental-in section div {
    width: 90%;
    margin: 0 auto;
}
.camp-rental-in section div h3 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.camp-rental-in section div p {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.camp-rental-in section div span {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 10px;
    left: 10px;
}
.camp-rental-in section div span em {
    display: block;
    font-size: 12px;
    margin-top: -5px;
}
.button li {
    display: block;
    width: 90%;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.button li a {
    display: block;
    padding: 10px 0;
    border-radius: 30px;
}
.button li .i-icon {
    display: inline-block;
    margin-right: 5px;
}
#camp-book div {
    padding: 5px 0px 0;
}
#camp-book .camp-tell {
    text-align: center;
}
.about-in figure {
    width: 100%;
    z-index: 0;
}
.about-in p {
    width: 80%;
    margin: -10% auto 0;
    padding: 10px 5%;
    z-index: 0;
}
.about-policy {
    display: block;
    width: 100%;
    padding: 0;
}
.about-policy p:first-of-type {
    padding: 30px 0;
}
.about-policy figure {
    width: 90%;
    margin: 0 auto 60px;
}
.about-oath dl {
    position: relative;
    padding-bottom:0px;
}
.about-oath dl dt {
    width: 100%;
}
.about-oath dl dt img {
    width: 100%;
}
.about-oath dl dd {
    position: relative;
    bottom: 50px;
    font-size: 0.9em;
    text-indent: -0.9em;
    padding-left: 2.1em;
    line-height: 1.3em;
}
.about-oath dl dd span {
    font-size: 1.3em;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.about-csr {
    padding: 30px 0 0;
}
.about-csr div:last-of-type {
    margin-bottom: 0;
}
.about-csr div figure {
    width: 100%;
    vertical-align: top;
}
.about-csr div p {
    width: 96%;
    padding: 20px 2% 20px;
}
.scroll {
    overflow-x: auto;
}
table {
    margin: 10px auto 20px;
    width: 400px;
}
.full-box table {
    width: 600px;
}
.schoolbox section {
    width: 100%;
    margin: 50px auto 0;
}
.schoolbox dl dt {
    width: 20%;
}
.schoolbox dl dd {
    border-radius: 15px;
    width: 70%;
    padding: 20px 2%;
    font-size: 16px;
    margin-left: 1%;
}
#passphoto {
    margin-top: -10px;
    padding-bottom: 20px;
}
.attention {
    padding: 20px 3%;
    width: 80%;
    margin: 30px auto;
}
#pass h3 span {
    margin-left: 0px;
    display: block;
}
.bu-pdf,
.bu-crown {
    padding: 0;
}
.bu-pdf li,
.bu-crown li {
    width: 100%;
    margin: 10px auto 10px;
}
.bu-pdf li a,
.bu-crown li a {
    padding: 10px 0;
    width: 100%;
}
.sec-basic-box div {
    width: 100%;
    margin: 0 auto 30px;
    min-height: auto;
}
.sec-basic-box div:nth-of-type(2n) {
    margin: 0 auto 30px;
}
.sec-basic-box div p.fee {
    max-width: 40%;
    padding: 3px 5px;
}
.sec-basic-box .base-map {
    width: 96%;
    padding: 4%;
    margin: 0 0 0 -2%;
}
.dogfull .base-attention,
.dogfull .base-fee {
    width: 105%;
    padding: 4% 0%;
    left: auto;
    margin: 0 0 0 -2.5%;
}
.dogfull .base-attention h3 {
    text-align: center;
    padding: 10px 0;
}
.dogfull .base-attention ul {
    padding: 0px;
}
.sec-basic-box div:nth-of-type(2n) .base-map {
    left: auto;
}
.dogfull div .base-map {
    left: 0%;
}
.mapzoom {
    margin: 0 auto;
}
.mapzoom figure {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.mapzoom figure img {
    width: 1000px;
    height: auto;
}
.dragscroll {
	overflow: auto;
}
#single-page {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
}
#single-page div {
    width: 100%;
    margin: 0 auto;
}
#single-page table {
    width: 100%;
    margin: 0 auto;
}
.dogfull {
    width: 100%;
    min-height: auto;
    border-radius: 15px;
}
.dogfull div {
    width: 100%;
    min-height: auto;
    border-radius: 15px;
}
.dogfull div h2 {
    width: 95%;
    padding: 10px 0;
}
.dogfull div h2 .i-icon {
    background: #53B332;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
}
.dogfull div figure {
    width: 95%;
    display: block;
    margin: 0 auto;
    vertical-align: top;
    padding-bottom: 20px;
}
.dogfull div figure img {
    border-radius: 15px;
}
.dogfull div div {
    width: 100%;
    display: inline-block;
    margin: 0;
}
.dogfull .base-fee h3 {
    text-align: center;
    padding-bottom: 10px
}
.dogfull .base-fee dl {
    width: 90%;
}
.dogfull .base-fee dl dt {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #666;
}
.dogfull .base-fee dl dd {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 5px 0 10px 0;
    text-align: right;
}
.dogfull .base-fee p {
    width: 90%;
    margin: 0 auto;
}
.formbox {
    width: 95%;
}
.cp_ipradio05 .list_item {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.formbox dl dd.name input  {
    width: 95%;
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
}
.formbox dl dd .name input:last-of-type {
    margin-bottom: 8px;
}
.bo-input li {
    margin: 0px 5px;
}
.bo-input li input {
	width: 170px;
}
.bo-input #reset {
    width: 120px;
}
}

@media screen and (max-width : 330px ){
body {
	font-size: 14px;
}
#logo {
    width: 200px;
    padding: 10px 0 30px;
}
.head-open {
    top: 60px;
}
.head-access {
    top: 105px;
}
#global-nav ul.nav-first {
    padding-top: 145px;
}
#global-nav ul li {
    font-size: 14px;
}
#global-nav ul li a img {
    width: 30px;
}
#global-nav ul.nav-first li a {
    line-height: 30px;
    padding: 3px 0;
}
.swiper-slide h1 {
    font-size: 26px;
}
.swiper-slide ul li {
    margin: 0px 10px;
}
.swiper-slide ul li img {
    width: 50px;
    height: auto;
}
}

/*---------------------------------------  event calendar ---------------------------------------*/
#dailyevent {
	padding-top: 30px;
}
#dailyevent h2 {
	text-align: center;
	font-size: 1.2em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#dailyevent ul {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	border-top: 2px dotted #d0a05d;
	border-bottom: 2px dotted #d0a05d;
}
#dailyevent li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 20%;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
#dailyevent li a {
	display: block;
	text-align: center;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 1.2em;
	text-decoration: none;
	color: #FFF;
}
#dailyevent #li-weekday a {
	background: #006600;
}
#dailyevent #li-holiday a {
	background: #900;
}

.tribe-bar-filters {
	display: none !important;
}
#tribe-events #tribe-events-content {
	padding-top: 15px;
}
.tribe-events-back a {
	font-size: 0.5em;
}
#tribe-events-content .tribe-events-back a {
	font-size: 1em;
	color: #268b3a;
}
.tribe-events-single-event-title.summary.entry-title {
	font-size: 1.6em;
	width: 100%;
	background: #FFF;
    font-weight: bold;
}
.tribe-events-schedule.updated.published.tribe-clearfix {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.tribe-events-schedule.updated.published.tribe-clearfix h3 {
	font-size: 1rem;
	text-indent: 0px;
    padding: 4px 0;
    background: #CBB68C;
    text-align: center;
    font-weight: bold;
}
.tribe-events-cost {
	font-size: 1.2em;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tribe-events-content div {
    text-align: left;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#tribe-events-header {
	display: none;
}
.tribe-events-single-section-title {
	font-weight: normal;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
	padding-bottom: 30px;
}

.tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title {
	clear: both;
	margin-top: 10px;
    text-align: center;
    font-size: 1.1rem;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description {
	font-size: 1.2em;
}
.tribe-events-meta-group.tribe-events-meta-group-details dl {
	padding-left: 10px;
	font-size: 1.1em;
	padding-top: 5px;
}

.tribe-events-meta-group.tribe-events-meta-group-details dl dt {
	clear: both;
	float: left;
}
.tribe-events-meta-group.tribe-events-meta-group-details dl dd {
	margin-bottom: 10px;
}
#tribe-events-footer .tribe-events-sub-nav li a {
	font-size: 1em;
	color: #d0a05d;
	font-weight: normal;
}
#tribe-events-footer {
	border-top: 1px dotted #999;
	padding-top: 15px;
}


h3.tribe-events-related-events-title {
	display: none;
}
.tribe-related-events,
.event-is-recurring {
	display: none;
}
.tribe-bar-views-list .tribe-bar-views-option-day {
	display: none !important;
}
#sns {
    padding: 30px 0;
    text-align: center;
    background: #EFEFEF;
}
#sns ul li {
    display: inline-block;
    margin: 0 20px;
}
#sns ul li a {
    font-size: 2rem;
    color: #333;
}
#tribe-events-bar {
    margin-bottom: 0px !important;
    text-align: right;
}
#tribe-bar-form {
    background-color: #FFF !important;
}
#tribe-bar-views {
    float: right !important;
}
.tribe-events-button {
    display: none !important;
}
/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

#dailyevent ul {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;

}
#dailyevent li {
	width: 40%;
	margin-right: 7px;
	margin-left: 7px;
}
#dailyevent li a {
	font-size: 1em;
}

#tribe-events #tribe-events-content {
	padding-top: 40px;
}
#wrapper #tribe-events-pg-template {
	padding-top: 60px;
    z-index: 1003;
}

.tribe-events-single-event-title.summary.entry-title {
	font-size: 1.2em;
}
.tribe-events-schedule.updated.published.tribe-clearfix h3 {
	font-size: 1.1em;
	text-indent: 0;
	text-align: center;
}
.tribe-events-cost {
	font-size: 1em;
	padding-left: 0px;
	text-align: center;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description {
	width: 100%;
	font-size: 1.1em;
}
.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-single-section-title {
	font-size: 1.1em;
	margin-top: 15px;
}
.tribe-events-meta-group.tribe-events-meta-group-details dl {
	padding-left: 10px;
	font-size: 1em;
	padding-top: 5px;
}
.tribe-events-meta-group.tribe-events-meta-group-details dl dd {
	margin-bottom: 5px;
}
#tribe-events-footer .tribe-events-sub-nav li {
	font-size: 1em;
}
#tribe-events-footer .tribe-events-sub-nav li a {
	font-size: 0.9em;
	background: #FFF;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
.tribe-events-page-title {
	display: none;
}
.tribe-events-day-time-slot h5 {
	display: none;
}
.tribe-events-calendar thead th {
	font-size: 0.9em;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.tribe-bar-views-option-day {
	display: block;
}
}
#tribe-events-pg-template {
    padding-top: 90px;
}
.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    color: #000 !important;
    text-align: left;
}
.tribe-events-calendar div[id*="tribe-events-event-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] {
    text-align: left;
    padding: 5px;
}
.tribe-events-calendar thead th {
    font-size: 0.9rem;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    font-size: 0.9rem !important;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
    background: #666;
}
#tribe-events-footer .tribe-events-sub-nav li a {
    color: #000;
}
.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
    border: 1px solid #ccc;
    margin: 20px auto 0 !important;
    padding: 10px !important;
    float: none !important;
    width: 100% !important;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background: #666 !important;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
    background: #e0e0e0 !important;
}
/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background: none !important;
    color: #000;
    text-align: center !important;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
    background: #FFF !important;
}
#tribe-events #tribe-events-header, #tribe-events #tribe-events-footer {
    position: absolute;
    top: 10px;
    width: 100%;
}
}