@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,900&display=swap');
/* STRUCTURES
------------------------- */
.mt10{margin-top:10px;}
.camp2025 .indent li{
  text-indent:-1em;
  padding-left:1em;
}
h5.c_title {
  font-family: 'Noto Sans JP', sans-serif;
  display: table;
  width: 720px;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  background: url(../../img/title_bg.jpg) no-repeat right 0;
  background-color: #fdd000;
  border-bottom: solid 3px #414141;
  color: #000;
}
h5.c_title > span {
  font-size: 0.8em;
}
p, td, th, li {
  font-size: 12px;
}
#camp_nav {
  width: 740px;
  height: 64px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#camp_nav > li {
  /*float:left;*/
}
#camp_nav li > a {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(740px/6);
  height: 64px;
  background: #ffcc00;
  font-weight: 900;
  font-size: 16px;
  color: #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
}
#camp_nav li > a:hover {
  transition: all .5s;
}
#camp_nav li:last-child > a {
  border: none;
}
#camp_nav li > a.active, #camp_nav li > a:hover {
  background: #000000;
  color: #ffcc00;
  text-decoration: none;
}
#camp_nav li.off {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(740px/6);
  height: 64px;
  background: #696969;
  font-weight: 900;
  font-size: 16px;
  color: #fdd000;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

#camp_nav .subnav {
  width: 720px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  background: #000;
  color: #fff;
}
#camp_nav li:hover span {
  display: block;
  z-index: 15;
}
#camp_nav li span a {
  color: #fff;
  background: url(/news/camp2025/img/schedule/icon_subnav.png) no-repeat left 13px;
  padding: 0 5px 0 14px;
  display: block;
  float: left;
}
#camp_nav li span a:hover {
  text-decoration: underline;
}
#camp_schedule #subnav_schedule {
  display: block !important;
}
#camp_enta #subnav_enta, #camp_column #subnav_enta, #camp_eventcont #subnav_event {
  display: block !important;
}
#camp_column #subnav_enta, #camp_enta #subnav_schedule, #camp_access #subnav_schedule, #camp_access #subnav_enta, #camp_member #subnav_member, #camp_eventcont #subnav_event {
  z-index: 10;
}
#camp_access #subnav_access {
  display: block !important;
}
#camp_member #subnav_member {
  display: block !important;
}
.camp2025 p#tp {
  background: url(/news/camp2025/img/pt_camp.gif) no-repeat top left;
}
.camp2025 p.pre {
  margin-top: 20px;
  font-size: 14px;
}
.camp2025 p.link {
  margin: 5px 0 0;
  padding-left: 25px;
  background: url(/img/arrow_others_normal.gif) center left no-repeat;
}
.sun {
	color:#E86366;
}
.sat {
	color:#3E84BD;
}
/*-------------------------------
 photo
-------------------------------*/
.photo_list {
  display: none;
}
#photo_set {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
#photo_set .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
#photo_set #photo_wrap {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0;
  padding: 10px 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
#photo_set #photo_wrap .items {
  width: 900px;
  margin: 0 auto;
}
#photo_set #photo_wrap .items {
  text-align: center;
}
#photo_set #photo_wrap .items img {
  max-width: 900px;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}
#photo_set #photo_wrap #close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  right: 260px;
  z-index: 15;
  cursor: pointer;
}
#photo_set #photo_wrap #close_btn img {
  width: 40px;
  height: 40px;
}
/* FOOTER
------------------------- */
.sns_bnr {
  width: 740px;
  margin: 20px 0;
}
.sns_bnr li {
  float: left;
  display: table;
  width: 365px;
}
.sns_bnr .tw_bnr {
  margin-right: 10px;
}
.sns_bnr a {
  color: #FFF;
  line-height: 1.6;
  display: table-cell;
  vertical-align: middle;
}
.sns_bnr a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sns_bnr a span {
  font-size: 16px;
}
.sns_bnr .tw_bnr a {
  background: url(/news/camp2025/img/bg_tw.gif) no-repeat top left;
  width: 300px;
  height: 80px;
  padding: 0 0 0 65px;
}
.sns_bnr .fb_bnr a {
  background: url(/news/camp2025/img/bg_fb.gif) no-repeat top left;
  width: 295px;
  height: 80px;
  padding: 0 0 0 70px
}
.sns_bnr .insta_bnr a {
  background: url(/news/camp2025/img/bg_insta.gif) no-repeat top left;
  width: 295px;
  height: 80px;
  padding: 0 0 0 70px
}
.unit_bnr {
  margin: 20px 0;
}
.unit_bnr li a:hover {
  opacity: 0.7;
}
.unit_bnr .links li {
  width: 240px;
  float: left;
}
.unit_bnr .links li.toratora, .unit_bnr .links li.toratele {
  margin-right: 10px;
}
.unit_bnr .link_btn {
  width: 740px;
  margin: 20px 0;
}
.unit_bnr .link_btn li {
  float: left;
}
.unit_bnr .link_btn li#pdf, .unit_bnr .link_btn li#qa, .unit_bnr .link_btn li.toratele {
  margin-right: 9px;
}
/* TOP
------------------------- */
#ctop #news_info {
  margin:40px 0 10px 0;
}
#ctop #news_list {
  width: 740px;
  max-height: 125px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ctop #news_list table {
  width: 740px;
}
#ctop #news_list th, #ctop #news_list td {
  height: 40px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  border-bottom: 1px solid #CCC;
}
#ctop #news_list th {
  text-align: center;
  width: 100px;
}
#ctop a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#ctop .att {
  border: #ffe100 2px solid;
  padding: 1em;
  margin: 1em;
  line-height: 1.8em;
}
#ctop .att .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#ctop .att .detail {
  text-align: right;
}

#ctop #unit_sns .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin-top: 20px;
}

#ctop #unit_sns #twitter {
	background: #ececec;
}
#ctop #unit_sns #twitter .box{
	padding: 10px;
}

#ctop #unit_sns #right{
	  background: #ffeaf3;
}

#ctop #unit_sns #right div.youtube_wrap{
	background: #ffffff;
	padding-bottom: 10px;
}

#ctop #unit_sns #insta .box {
  background: #ffeaf3;
  padding: 10px 30px;
  border-top: #d92e78 2px solid;
	
}

#ctop #unit_sns #youtube .box {
  background: #fff2f2;
  padding:10px 30px;
  border-top: #ff0000 2px solid;

}

#ctop #unit_sns #insta .box .note {
  padding-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ctop #unit_sns #insta .box .note span {
  padding: 3px 14px;
  display: block;
  text-align: center;
  background: #ea5865;
  color: #fff;
}
#ctop #unit_sns #insta .box .note p {
  padding-left: 1em;
}

#ctop #unit_sns #insta h5, #ctop #unit_sns #youtube h5 {
  margin-bottom: 10px;
  text-align: center;
}
#ctop #unit_sns #instafeed.insta_box {
  /*background: #FAFAFA;*/
  padding: 10px;
}
#ctop #unit_sns #instafeed.insta_box div {
  position: relative;
  height: 300px;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

#ctop #unit_sns #instafeed.insta_box div.w_size{
  position:static;
  display:flex;
  align-items: center;
}
#ctop #unit_sns #instafeed.insta_box img {
  width: auto;
  height: 100%;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  opacity:0;
  transition:all .5s;
}
#ctop #unit_sns #instafeed.insta_box div.w_size img{
  width:100%;
  height:auto;
  position:static;
}
#ctop #unit_sns #instafeed.insta_box div img.visible{
  opacity:1;
}
#ctop #unit_sns #youtube iframe {
  margin-top: 20px;
}

#ctop ul.bnr_area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
	margin: 20px 0;
}
#ctop #unit_goods .button_area, #ctop #unit_guest .button_area {
  margin-top: 20px;
}
#ctop #unit_goods p {
  width: 640px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#ctop #unit_goods span {
  font-size: 12px;
}

#ctop #unit_goods img{
	margin: 20px 0;
}
#ctop #unit_goods .shop_detail dl{
  font-size:14px;
}
#ctop #unit_goods .shop_detail dl + dl{
  margin-top:10px;
}
#ctop #unit_goods .shop_detail dt{
  display:inline-block;
  background:#000;
  color:#ffcc00;
  padding:5px 10px;
  font-weight:bold;
}
#ctop #unit_goods .shop_detail dd{
  margin-top:5px;
}

#ctop #unit_event p {
  font-size: 12px;
  padding-top: 75px;
  margin-left: 20px;
}
#ctop #unit_event a.btn {
    display: block;
    width: 315px;
    padding: 15px 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #000;
    text-decoration: none;
    margin: 10px 20px 0 20px;
}
#ctop #unit_event a.btn:hover {
  opacity: 0.9;
}
/*===camp_TOPICS===*/
#camp_topics, #camp_todays, #camp_live, #camp_event, #unit_sns, #unit_goods, #unit_mobile, #unit_guest {
  margin-top: 30px;
}
#ctop #camp_event h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#ctop #camp_event ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#ctop #camp_event li {
  width: 170px;
  margin: 0 20px 20px 0;
}
#ctop #camp_event li a {
  color: #000;
  display: block;
  text-align: center;
  background: gold;
}
#ctop #camp_event li a:hover {
  text-decoration: none;
}
#ctop #camp_event li:nth-child(4n) {
  margin-right: 0;
}
#ctop #camp_event img {
  width: 100%;
}
#camp_todays .todays_cont {
  padding: 10px 100px 0;
}
#camp_todays .todays_cont dd {
  padding-top: 5px;
}
#camp_topics p {
  font-size: 14px;
  padding: 20px;
}
#ctop #camp_live div.movie_area {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 3em;
  font-weight: bold;
}
#ctop #camp_live div.movie_area p img {
  float: left;
}
#ctop #camp_live div.movie_area p.text {
  text-align: left;
  font-weight: normal;
  line-height: 1.5em;
  float: right;
  font-size: 14px;
  margin: 1.5em;
  width: 480px;
}
#ctop #camp_live p.btnlink a{
  font-size: 15px;
  display: inline-block;
  padding-left: 27px;
  margin-left: 135px;
  height: 17px;
  line-height: 17px;
  background: transparent url("/news/camp2025/img/arrow_others.gif") no-repeat left top;
}

/* SUCHEDULE
------------------------- */
#camp_schedule h5.ttl {
  text-align: center;
  border-bottom: 5px solid #414141;
  margin: 60px 0 10px 0;
  padding-bottom: 10px;
}
#camp_schedule .schedule_table {
  width: 100%;
}
#camp_schedule .schedule_table thead th {
  background: #ededed;
  border: 1px solid #dcdcdc;
  text-align: center;
  width: 14.28%;
  font-weight: normal;
  padding: 3px 0;
}
#camp_schedule .schedule_table .holiday {
  color: #e8340c;
}
#camp_schedule .schedule_table .sat {
  color: #0c98e8;
}
#camp_schedule .schedule_table tr.date td {
  padding: 3px 0 3px 5px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#camp_schedule .schedule_table tr.menu td {
  padding: 5px 3px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
  line-height: 1.2;
  background: #f8f8f8;
}
#camp_schedule .schedule_table tr.menu td a {
  color: #000000;
}
#camp_schedule .schedule_table tr.menu td a, #camp_schedule .schedule_table tr.menu td span {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 5px 0 0;
}
#camp_schedule .schedule_table tr.menu td .hide {
  display: none;
}
#camp_schedule .schedule_table tr.menu td div.icon {
  margin: 0 10px;
}
#camp_schedule p.description {
  font-size: 14px;
  margin: 10px 0;
}
#camp_schedule p.description span.menu {
  background: url(/news/camp2025/img/schedule/icon_menu.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.description span.news {
  background: url(/news/camp2025/img/schedule/icon_news.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.description span.photo {
  background: url(/news/camp2025/img/schedule/icon_photo.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.description span.culumn {
  background: url(/news/camp2025/img/schedule/icon_culumn.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.description span.live {
  background: url(/news/camp2025/img/schedule/icon_live.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.description span.event {
  background: url(/news/camp2025/img/schedule/icon_event.png) no-repeat left 2px;
  padding-left: 17px;
  background-size: 15px 15px;
}
#camp_schedule p.btnlink a,
#camp_access p.btnlink a{
  font-size: 16px;
  display: inline-block;
  padding-left: 27px;
  height: 16px;
  line-height: 16px;
  background: transparent url("/news/camp2025/img/arrow_others.gif") no-repeat left top;
}
#camp_schedule .unit_member, #camp_member .unit_member {
  width: 740px;
  margin: 60px 0;
}
#camp_member .unit_member_farm {
  margin-top: 30px;
}
#camp_schedule .member_table, #camp_member .member_table {
  margin: 10px 0 0 0;
}
#camp_schedule .member_table th, #camp_member .member_table th {
  width: 15%;
  text-align: center;
  font-weight: normal;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}
#camp_schedule .member_table td, #camp_member .member_table td {
  padding: 15px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#camp_schedule p.note, #camp_member p.note {
  text-align: right;
}
/* NEWS
------------------------- */
#camp_news .unit_news {
  width: 365px;
  float: left;
  margin: 20px 0;
}
#camp_news .unit_culumn {
  width: 100%;
  float: left;
  margin: 20px 0 20px;
}
#camp_news .news_table {
  width: 100%;
}
#camp_news .news_table th {
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
  width: 150px;
}
#camp_news .news_table td {
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcdc;
}
#camp_news .news_table td a span.date {
  display: block;
  color: #000;
}
#camp_news .unit_news .inner {
  /*height:555px;*/
  overflow: auto;
  overflow-x: hidden;
}
/* ENTERTAIMENT
------------------------- */
#camp_enta h5.ttl_top {
  margin: 60px 0 10px 0;
}
#camp_enta h5.ttl_under {
  margin: 30px 0 10px 0;
}
#camp_enta table.enta_table {
  width: 365px;
  float: left;
  margin-right: 5px;
  border-bottom: 1px solid #dcdcdc;
}
#camp_enta table.enta_table td {
  padding: 5px 10px;
}
#camp_enta table.enta_table th {
  padding: 5px;
  width: 150px;
}
#camp_enta table.enta_table td span {
  display: block;
}
#camp_enta .maparea {
  position: relative;
}
#camp_enta li#camera01 {
  position: absolute;
  top: 240px;
  left: 260px;
}
#camp_enta li#camera02 {
  position: absolute;
  top: 145px;
  left: 520px;
}
#camp_enta li#camera03 {
  position: absolute;
  top: 164px;
  left: 597px;
}
#camp_enta li#camera04 {
  position: absolute;
  top: 235px;
  left: 561px;
}
#camp_enta li#camera05 {
  position: absolute;
  top: 330px;
  left: 413px;
}
#camp_enta li#camera06 {
  position: absolute;
  top: 354px;
  left: 536px;
}
#camp_enta li#camera07 {
  position: absolute;
  top: 73px;
  left: 347px;
}
#camp_enta li#camera08 {
  position: absolute;
  top: 52px;
  left: 215px;
}
#camp_enta li#camera09 {
  position: absolute;
  top: 120px;
  left: 168px;
}
#camp_enta li#camera10 {
  position: absolute;
  top: 360px;
  left: 338px;
}
#camp_enta .more {
  text-align: right;
}
#camp_enta #movieWp + .more, #camp_enta .news_table + .more {
  margin-top: 20px;
}
#camp_enta .more a {
  color: #000;
  font-size: 14px;
}
/* EVENT
------------------------- */
#camp_eventcont .event_cont {
  padding-top: 25px;
}
#camp_eventcont h5.ttl_top {
  margin: 30px 0 10px 0;
}
#camp_eventcont .t_column_wrap{
  overflow:hidden;
}
table.table-right{
 float: right;
 width: 49%;
 margin: 20px 0 0;
}

table.table-left{
 float: left;
 width: 49%;
 margin: 20px 0 0;
}

table.table-one{
 width: 100%;
 margin: 20px 0 0;
}

thead.headline th {
   border-bottom: 3px double #000;
   background-color:#797979 !important;
   color: #FFF;
}
.event_attention{
 clear:both;
 color:#c30d18;
 font-weight:bold;
}

#camp_eventcont .event_cont .lead, 
#camp_eventcont .event_cont dl ,
#camp_eventcont .event_cont p,
#camp_eventcont .event_cont ul:not(.indent) li{
  font-size: 14px;
}
#camp_eventcont .event_cont .lead {
  padding: 10px 10px 0;
}
#camp_eventcont p.btnlink a {
  font-size: 14px;
  display: inline-block;
  padding-left: 27px;
  line-height: 17px;
  background: transparent url("/news/camp2025/img/arrow_others.gif") no-repeat left top;
  margin: 10px;
}
#camp_eventcont .event_list {
  padding: 0 10px;
}
.event_list + .c_title{
  margin-top:20px;
}
#camp_eventcont .event_detail {
  margin-top: 25px;
}
#camp_eventcont .event_detail h6 {
  border-bottom: 2px solid #FFE100;
  background: #ffffea;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}
#camp_eventcont .event_detail h6:nth-of-type(n + 2){
  margin-top:20px;
}
#camp_eventcont .event_detail dt ul {
  overflow: hidden;
}
#camp_eventcont .event_detail dt li {
  float: left;
}
#camp_eventcont .event_detail dt .col2 li {
  width: 360px;
}
#camp_eventcont .event_detail dt .col2 li:nth-child(2n) {
  float: right;
}
#camp_eventcont .event_detail dt .col3 li {
  width: 240px;
}
#camp_eventcont .event_detail dt li img {
  width: 100%;
}
#camp_eventcont .event_detail .lead dl:not(:first-of-type){
  margin-top:15px;
}
#camp_eventcont .event_detail .lead dt{
  font-weight:bold;
}
#camp_eventcont .event_detail h4 {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  background: #cc0000; /* Old browsers */
  background: -moz-linear-gradient(top, #cc0000 0%, #cc3b3b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cc0000 0%, #cc3b3b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cc0000 0%, #cc3b3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#cc3b3b', GradientType=0); /* IE6-9 */
  border-top: 1px solid #cc2c2c;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
#camp_eventcont .event_detail .grid-2{
  display:grid;
  grid-template-columns:1fr 2fr;
  width:300px;
}
#camp_eventcont .event_detail .grid-2 li{
  padding:2px 0;
}
/* ENTERTAIMENT/COLUMN
------------------------- */
#camp_column h5.ttl_top {
  margin: 60px 0 10px 0;
}
/* ENTERTAIMENT/MOVIE
------------------------- */
#camp_enta #movieWp {
  width: 740px;
  padding: 12px 0;
  background: url(/news/camp2025/img/entertainment/bg_movie.jpg) no-repeat top left;
}
#camp_enta #movieWp #movie {
  width: 366px;
  margin: 0 auto;
}
#camp_enta dl.movielink {
  width: 182px;
  float: left;
}
#camp_enta dl.mg {
  margin-right: 4px;
}
#camp_enta dl.movielink dt {
  margin: 20px 0 10px 0;
}
#camp_enta dl.movielink dd span {
  display: block;
  color: #000;
}
#camp_enta dl.toratele {
  width: 740px;
  border-bottom: 1px solid #dcdcdc;
  margin: 30px 0;
  padding: 20px 0;
  text-align: center;
}
#camp_enta dl.toratele dt {
  width: 360px;
  float: left;
}
#camp_enta dl.toratele dt img {
  display: block;
  width: 300px;
  margin: 20px auto 0 auto;
}
#camp_enta dl.toratele dd {
  width: 360px;
  float: right;
}
#camp_enta h6.date {
  font-size: 18px;
  margin: 20px 0 0 0;
  font-weight: bold;
}
#camp_enta .photo_box {
  width: 740px;
  margin-bottom: 20px;
}
#camp_enta .photo_box li.camp_photo > a > img {
  width: auto;
  height: 120px;
  float: left;
  margin: 0 5px 5px 0;
}
/* ACCESS
------------------------- */
#camp_access .opening_time{
  margin-top:60px;
}
#camp_access .opening_time .open_note{
  margin-top:15px;
  font-size:16px;
  font-weight:bold;
  color:#e60012;
}
#camp_access .opening_time .indent{
  margin-top:15px;
}
#camp_access h5.poster {
  margin: 30px 0 10px 0;
}
#camp_access p.btnlink{
  margin-top:10px;
}
#camp_access p.btnlink a{
  font-size:14px;
}
#camp_access .red{
	color: #c30d18;
}

#camp_access #map {
  width: 680px;
  height: 500px;
	/*margin-bottom: 60px;*/
}
#camp_access h6{
	background: url(../../img/access/title_bg.jpg) no-repeat right 0;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 16px;
}
#camp_access #map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#camp_access .address {
  padding: 15px;
  background: #fff;
}

#camp_access #about_area{
	background: #fce5e7;
	padding-top: 20px;
}
#camp_access #farm_content #about_area{
  background:#d3e9ff;
}
#camp_access #about_area p.lead{
	font-size: 14px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}
#camp_access #about_area p.area_caution{
	font-size: 13px;
  color:#e60012;
	padding-left:55px;
  background: url(../../img/access/att_mark.gif) no-repeat left center;
}
#camp_access #about_area p.area_caution + .indent{
  margin-top:12px;
}
#camp_access #about_area p.lead img{
	margin-right: 0.5em;
}
#camp_access #about_area div.detail_map{
	margin:20px auto 0;
}
#camp_access #farm_content #about_area div.detail_map{
  width:580px;
}
#camp_access #about_area div.detail_map img{
  width:100%;
  height:auto;
}

#camp_access #about_area div.guide{
	border-top:  #000 2px dotted;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	
}

#camp_access #about_area div.guide div.inner{
	padding:20px 40px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#camp_access #about_area p.red_caution{
	margin-top: 1em;
	font-size: 14px;
	color: #c30d18;
}
#camp_access #about_area p.red_caution img{
	margin: 0.2em 0.3em 0 0;
}
#camp_access #about_area span.blue_area{
    display: inline-block;
    width: 50px;
    height: 20px;
	background-color: #00b0ec;
	border: #000 2px solid;
	margin-bottom: -0.3em;
}

#camp_access .address p {
  font-size: 18px;
}
#camp_access .address dl {
  margin-bottom: 5px;
}
#camp_access .address dt {
  font-weight: bold;
  font-size: 14px;
}
#camp_access .address dd {
  margin-left: 1em;
  font-size: 13px;
}
/*タブ切り替え全体のスタイル*/
#camp_access .tabs {
  margin-top: 50px;
  
}
/*タブのスタイル*/
#camp_access .tab_item {
  width: 50%;
  height: 44px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
#camp_access label.red {
  background-color: #e60012;
  border-radius: 10px 10px 0 0;
}
#camp_access label.blue {
  background-color: #182b84;
  border-radius: 10px 10px 0 0;
}
#camp_access .tab_item:hover {
  opacity: 0.9;
}
/*ラジオボタンを全て消す*/
#camp_access input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
#camp_access .tab_content {
  display: none;
  padding: 30px 0;
  clear: both;
  overflow: hidden;
  border:solid 6px #e60012;
  border-radius:0 0 10px 10px;
}
#camp_access .tab_content_description {
  width: 680px;
  margin: 0 auto;
}
#camp_access .tab_content .viewing_area{
  margin-top:30px;
}
/*選択されているタブのコンテンツのみを表示*/
#camp_access #first:checked ~ #first_content, #camp_access #farm:checked ~ #farm_content {
  display: block;
}
/*選択されているタブのスタイルを変える
#camp_access .tabs input:checked + .tab_item {
  color: #fff;
}*/
/*選択されているタブの背景を変更*/
#camp_access #first:checked ~ #first_content {
  background-color: #fce5e7;
}
#camp_access #farm:checked ~ #farm_content {
  background-color: #d3e9ff;
  border-color:#182b84;
}
/* ENTERTAIMENT-kita_photo
------------------------- */
#camp_enta .kita_photo {
  display: flex;
  flex-flow: wrap;
}
#camp_enta .kita_photo li {
  margin: 0 5px 5px 0;
  text-align: center;
}
#camp_enta .kita_photo li img {
  height: 120px;
  width: auto;
}