@charset "UTF-8";

/* /css/base_sp.css

/* 01. HOME
/* 02. ACOUT
/* 03. TICKET
/* 04. CONTENTS
/* 05. ACCESS
/* 06. CONTACT



/* ================================================== */
/* 01. HOME (/index.html)
/* ================================================== */

.link-box {
	margin:100px 0 0 0;
	text-align:center;
}

.link {
	display: inline-block;
	padding: 1em 1em;
	border: double 5px #bca783;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #bca783;
 	width: 50%;
 	border-radius: 15px;
}
.attention {
	display: inline-block;
	padding: 1em 1em;
	border: double 5px #bca783;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #bca783;
  width: 50%;
  border-radius: 15px;
}
.attention span{
	color: #FF3333;
}


.top__section_head {
	height: 142px;
	margin-bottom: 1.5rem;
	background-position: center bottom;
	text-indent: -9999px;
}
.top__diary .top__section_head { background-image: url(../images/top/diary.jpg); background-repeat: no-repeat;background-position: top;}
.top__about .top__section_head { background-image: url(../images/top/head01.jpg); background-repeat: no-repeat;}
.top__access .top__section_head { background-image: url(../images/top/head02.jpg); background-repeat: no-repeat;}
.top__shop .top__section_head { background-image: url(../images/top/head03.jpg); background-repeat: no-repeat;}
.top__counterplan .top__section_head { background-image: url(../images/top/head04.jpg); background-repeat: no-repeat;}
.top__map .top__section_head { background-image: url(../images/top/head05.jpg); background-repeat: no-repeat;}

.top__news .top__section_head { background-image: url(../images/top/head01.png); background-repeat: no-repeat;}
.top__yt .top__section_head { background-image: url(../images/top/head01.png); background-repeat: no-repeat;}
.top__sns .top__section_head { background-image: url(../images/top/head01.png); background-repeat: no-repeat;}
.top__sponsor .top__section_head { background-image: url(../images/top/head04.png); }
.top__ad .top__section_head { background-image: url(../images/top/head05.png); }



/* .top__diary */
.top__diary{
	margin: 100px 0px;
  padding: 0 25px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.1em;
}

.top__diary p.red{

  font-weight: bold;
  color: #FF0000;
  font-size: 1.2em;
}


/* .top__about */
.top__about{
	margin: 50px 0px;
  padding: 0 25px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.1em;
}

.top__about p.red{

  font-weight: bold;
  color: #FF0000;
  font-size: 1.2em;
}

/* .top__shop */
.top__shop{
	margin: 50px 0px;
  padding: 0 15px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.1em;
}

/* .top__access */
.top__access{
	margin: 50px 0;
  padding: 0 25px;
  text-align: center;
  line-height: 3.2em;
  font-size: 1.1em;
}

/* .top__map */
.top__map{
	margin: 50px auto;
  padding: 0 25px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.1em;
}

/* .top__contact */
.top__contact{
	margin: 50px 0;
  padding: 0 20px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.1em;
}


/* .top__news */
.top__news dl {
	height: 150px;
	overflow-y: scroll;
}
.top__news dl dt {
	float: left;
	padding-left: 1.5em;
	font-weight: normal;
}
.top__news dl dd {
	margin-bottom: 0.75em;
	padding: 0 1em 0.75em 10em;
	border-bottom: solid 1px #B5A266;
}

.top__news dl dd span{
	font-weight:bold;
	color:#F00;
	font-size: 1.3em;
}

.top__news p.close{
	font-weight:bold;
	padding-left: 1.0em;
}


/* .top__yt */
@media screen and (min-width: 769px) {
	.top__yt ul li {
		display: inline-block;
		vertical-align: top;
		width: 296px;
		margin-bottom: 1em;
	}
	.top__yt ul li:nth-child(3n-1) {
		margin-left: 7px;
		margin-right: 7px;
	}
	.top__yt li iframe {
		width: 296px;
		height: 166px;
	}
}
.top__yt li span {
	display: block;
	text-align: center;
}

/* .top__sns */
@media screen and (min-width: 769px) {
	.top__sns {
		margin-bottom: 2em;
	}
	.top__sns .inwrap {
		border: solid 1px #B5A266;
	}
}

/* .top__sponsor 
.top__sponsor ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 0 1em 1em;
}*/

/* .top__sponsor */
.top__sponsor{
	text-align:center;
}
.top__sponsor ul li {
	display:flex;
	justify-content: center;
/*	width: 25%;   */
	padding: 0.5em 2em 2em 2em;
	float: left;
}

.top__sponsor ul li img{
	border-top: solid 0px #aaaaaa;
	border-right: solid 0px #aaaaaa;
	border-bottom: solid 0px #aaaaaa;
	border-left: solid 0px #aaaaaa;
}


/* .top__sales */
.top__sales{
	margin: 50px 0;
}


/* .top__sales_wanted */
.top__sales_wanted{
	margin: 70px 0 20px 0;
	text-align:center;
}
.top__sales_wanted img{
	border: solid 1px #999;
}

/* .top__linimo */
.top__linimo{
	margin: 80px 0 0 0;
	text-align:center;
}


.top__ad {
	display: block;
	width: 100%;
	text-align: center;
}


/* ================================================== */
/* 02. ABOUT (/about.html)
/* ================================================== */


.about__outline dl {
  margin: auto;
  width: 450px;
  padding: 0 1.5em;
}
.about__outline dt {
	color: #333333;
}
.about__outline dd {
	padding-left: 0em;
}
.about__outline dd {
}



/* ================================================== */
/* 03. TICKET (/ticket.html)
/* ================================================== */
div.ticket ul li {
	font-weight: normal;
}
div.ticket p.kome {
	font-weight: normal;
}



/* ================================================== */
/* 04. CONTENTS (/contents.html)
/* ================================================== */




/* ================================================== */
/* 05. ACCESS (/access.html)
/* ================================================== */


.access__attention {
	display: inline-block;
	padding: 1em 1em;
	border: double 5px #F00;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #F00;
  width: 100%;
  border-radius: 15px;
}
.access__cassette {
	margin: 2em 0 0;
}
.access__cassette > .icon {
	float: left;
}
.access__cassette > dl {
	padding-left: 60px;
}
.access__cassette dt {
	font-size: 1.142em;
	color: #F7931E;
}
.access_map {
	margin-top: 4rem;
}
.access_map iframe {
	width: 100%;
	height: 430px;
}
.access_map > span {
	display: block;
}

.line-through{
	text-decoration: line-through;
}

.access_left{
  margin: 0 auto;
  text-align: left;
  width: 550px;
} 

.access_left02{
  margin: 0 auto;
  text-align: left;
  width: 400px;
} 


.timetable{
	width: 80%;
	margin:0 auto;
	text-align: center;
}


/* ================================================== */
/* 06. CONTACT (/contact.html)
/* ================================================== */

.syutten a{
	color:#F00;
	font-weight:bold;
}


/* ================================================== */
/* 07. wanted (/wanted.html)
/* ================================================== */

div.wanted{
	margin: 10px 0 10px 0;
}
div.wanted-center{
	margin: 25px 0 25px 0;
	text-align:center;
}
div.wanted img{
	margin: 5px 5px 5px 5px;
}
div.wanted-center img{
	margin: 5px 5px 5px 5px;
}
div.wanted p{
	margin: 20px 0 10px 0;
	padding: 0 13px;
}
div.wanted h5{
	margin: 40px 0 10px 0;
}

.subhead_wanted_s {
	margin-bottom: 1em;
	padding-left: 0.75em;
	border-left: solid 2px #F7931E;
	font-size: 1rem;
	font-weight: bold;
	color:#6C0;
}

/* ================================================== */
/* 08. event (/event.html)
/* ================================================== */

.event_box{
	margin: 5px 5px 15px 5px;
	float:left;
	width:239px;
	height:250px;
}
.event_box img{
	margin:3px 0;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

div.event_box h5.tenmei{
	font-size:1.0em;
	line-height:1.1em;
	font-weight:bold;
	color:#F60;
}
div.event_box h5{
	font-size:0.9em;
	line-height:1.1em;
	font-weight:normal;
	color:#333;
}
div.event_box p{
	font-size:0.9em;
	color:#ccc;
}

/* ================================================== */
/* 09. counterplan (/counterplan.html)
/* ================================================== */



div.section_body p{
	font-size:1.0em;
	color:#000;
	font-weight:bold;
}
div.section_body p span{
	font-size:1.0em;
	color:#F00;
	font-weight:bold;
}
div.section_body p.comment{
	color:#F00;
}
div.section_body span.comment{
	color:#F00;
}


div.section_body ul{
	font-size:1.0em;
	color:#000;
	font-weight:bold;
	padding: 5px 0px 0px 15px;
}
div.section_body li.first{
	font-size:1.0em;
	color:#000;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
}
div.section_body li.second{
	color:#333;
	font-weight:normal;
	list-style: none;
	margin: 0px 0px 5px 0px;
}
div.section_body li.third{
	color:#333;
	font-weight:normal;
	list-style: none;
	margin: 0px 0px 5px 10px;
}
div.section_body li.first_red{
	font-size:1.0em;
	color:#FF0000;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
}
div.section_body li.second_red{
	color:#F00;
	font-weight:normal;
	list-style: none;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}
div.section_body li.third_red{
	color:#F00;
	font-weight:normal;
	list-style: none;
	margin: 0px 0px 5px 2px;
	font-weight:bold;
}
 li.third_red:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background:#FF0000;
	position: relative;
	left: -5px;
	top: -3px;
}

div.section_body p.c_plan{
	border-top: solid 1px #E34649;
	border-right: solid 1px #E34649;
	border-bottom: solid 1px #E34649;
	border-left: solid 1px #E34649;
	text-align: center;
	padding: 5px 0px;
	margin: 50px 0 30px 0;
	font-size:1.4em;
	color:#E34649;
}



/* ================================================== */
/* 10. linimo (/linimo.html)
/* ================================================== */


div.linimo{
	text-align: center;
	margin: 20px 0 0 0;
}

h5.linimo{
	margin: 20px 0;
	color: red;
	font-size: 1.5em;
	text-align: center;
}




/* ================================================== */
/* 11. shop (/shop.html)
/* ================================================== */

.accordion {
  width: 100%;
}


.accordion div.shop{
  width: 335px;
  height: 500px;
  margin: 40px 5px;
  float: left;
  text-align:center;
  padding: 0px 0px;
}
.accordion div.shop img{
  margin: 0px 0px 24px 0px;
  padding: 0px 0px;
	width: 310px;
}
.accordion div.shop p.category{
  background-color: #bca783;
  color: #fff;
  margin: 0px 10px 6px 10px;
  padding: 0px 0px;
  width: auto;
  text-align:center;
  font-size: 0.9em;
  line-height: 1.8em;
}
.accordion div.shop p.shop_name{
  margin: 10px auto;
  text-align:center;
  color: #bca783;
  font-size: 1.1em;
  font-weight: bold;
}

p.shop_name span.small{
  font-size:0.8em;
}


.accordion div.shop p.shop_text{
  text-align: left;
	padding: 15px 10px 0px 10px;
}
.zone{
  margin: 40px 0;
}
.zone a{
  margin: 0 20px;
}
.accordion h3{
  clear: both;
}
.accordion h3 img{
  position: relative;
  left: -8px;
}



/* ================================================== */
/*  diary (/diary.html)
/* ================================================== */

.accordion div.diary{
  width: 345px;
  height: 700px;
  margin: 40px 5px 80px 0px;
  float: left;
  text-align:center;
  padding: 0px 0px;
}

.accordion div.diary img{
  margin: 0px 0px 24px 0px;
  padding: 0px 0px;
}
.accordion div.diary p.category{
  background-color: #bca783;
  color: #fff;
  margin: 0px 10px 6px 10px;
  padding: 0px 5px;
  width: auto;
  text-align:center;
  font-size: 1.1em;
  line-height: 1.8em;
}
.accordion div.diary p.shop_name{
  margin: 10px auto 0px auto;
  text-align:left;
  font-size: 0.9em;
	padding: 15px 15px 0px 15px;
}






/* ================================================== */
/* 12. counterplan (/counterplan.html)
/* ================================================== */


div.top__counterplan{
  margin: 0;
  padding: 10px;
}

div.top__counterplan p.list{
  margin: 0;
  padding: 0;
}
div.top__counterplan h3{
  background-color: #bca783;
  color: #FFFFFF;
  padding: 5px;
  margin: 60px 0;
  border-top: solid 1px #bca783;
	border-right: solid 1px #bca783;
	border-bottom: solid 1px #bca783;
	border-left: solid 1px #bca783;
  text-align: center;
  font-size: 1.5em;
}
div.top__counterplan h4{
  margin: 40px 0 20px 0;
  font-size: 1.0em;
}

span.plan_li01{
  background-color: #bca783;
  color: #FFFFFF;
  padding: 5px;
  border-top: solid 1px #bca783;
	border-right: solid 1px #bca783;
	border-bottom: solid 1px #bca783;
	border-left: solid 1px #bca783;
  line-height: 2.1em;
}

span.plan_li02{
  background-color: #FFFFFF;
  color: #bca783;
  padding: 5px;
  border-top: solid 1px #bca783;
	border-right: solid 1px #bca783;
	border-bottom: solid 1px #bca783;
	border-left: solid 1px #bca783;
  line-height: 2.1em;
}

span.gold{
  color: #bca783; 
}

.entry_pc{
  display: block !important; }
.entry_sp{
  display: none !important; }

.plan{
  text-align: center;
  line-height: 2.0em;
}

/* ================================================== */
/* 13. map (/map.html)
/* ================================================== */

.top__map h3 img{
  position: relative;
  left: -4px;
}


.map_area{
  text-align: center;
  width 100%;
}
.map_list{
  width: 100%;
  margin: 50px auto;
  background-image:url("../images/map/border.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 1px;
}

.map_area dl{
  text-align: left;
  float: left;
  padding: 0 2.5em 0 2.5em;
  margin: 0 0 2em 0;
  width: 50%;
  height: 5em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.map_area dt{
  text-align: right;
  color: #f8b500;
  width: 2em;
  float: left;
}

.map_area dd{
  text-align: left;
  margin-left: 2em;
  padding: 0 4px;
}

.map_area dd span.small{
  font-size: 0.8em;
}

.map_area dd span.orange{
  font-size: 0.8em;
  color: #f8b500;
}




.sp_br {
  display: none;
}








