@charset "utf-8";
/* ==========

    全体共通
   ========== */
   
body{
 margin: 0;
 padding: 0;
 overflow-x: hidden;
}

#WRAPPER{
	width:100%;
	font-size:100%;
	margin: 0;
	padding:0;
}

.headerPc {
 display: none;
}

.headerSp{
	display: block;
}

header#HEADER02{
	width:100%;
	padding:10px 0;
	background:#FFC400;
}

header#HEADER02 h1{
width:70%;
margin: 0 auto 10px auto;
	font-size:60%;
	text-align: center;
	line-height: 1.3em;
}

header#HEADER02 h2{
width:70%;
margin: 0 auto;
	text-align: center;
}

/*グローバルナビ*/
 div.globalNavCont {
  display: none;
 }
div.globalNavCont_sp {
  display: block;
  position: absolute;
  top: 3em;
  width: 100%;
  height: 70px;
}
nav#globalNav_sp {
z-index: 9999;
  overflow: scroll;
  width: 100%;
  height: calc(100% - 150px);
  z-index: 9999;
}
#nav_toggle {
  position: fixed;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 100;
  top: 0;
  right: 0;
  background: #000;
}
#nav_toggle span:nth-child(1) {
  top: 10px;
}
#nav_toggle span:nth-child(2) {
  top: 22px;
}
#nav_toggle span:nth-child(3) {
  top: 34px;
}
.open #nav_toggle span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  /*left: 50%;*/
}
.open #nav_toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#nav_toggle span {
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  width: 80%;
  margin: 0 10%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
nav#globalNav_sp {
  display: none;
  z-index: 10;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  max-height: 600px;
}
nav#globalNav_sp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  /*background: #1b1464;*/
  /*padding-bottom: 10px;*/
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.3));
  /*overflow-y: scroll;*/
}
nav#globalNav_sp ul li {
  border-bottom: 1px solid #232323;
  height: 3em;
  background: #ffffff;
  display: table;
  width: 100%;
}
nav#globalNav_sp ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  padding:10px 0;
}
nav#globalNav_sp ul li a span {
  padding-left: 2em;
  letter-spacing: 0.1em;
}
nav#globalNav_sp ul details ul {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
nav#globalNav_sp ul li.nav_sp02 {
  background: #000;
  display: table;
  width: 100%;
  border-bottom: none;
  height: 2em;
  border-top: 1px dotted #fff;
}
nav#globalNav_sp ul li.nav_sp02:first-child {
  border-top: none;
}
nav#globalNav_sp ul li.nav_sp03:last-child {
  border-bottom: 1px solid #fff;
}
nav#globalNav_sp ul li.nav_sp02:last-child {
  border-bottom: 1px solid #fff;
}
nav#globalNav_sp ul li.nav_sp02 a {
  display: table-cell;
  margin: 0;
  padding:0 0 0 5%;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}

/*+-のアコーディオン*/
/*アコーディオン内開閉*/
summary {
  cursor: pointer;
  outline: none;
  height: 3em;
  line-height: 3em;
  list-style: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #232323;
}
details {
  width: 100% !important;
  /*margin: 14px;*/
  /*padding: 10px;*/
}
details summary a {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #232323 !important;
}
details ul li {
  width: 100%;
  background: #fff;
}
details[open] {
  width: 100%;
  /*background: #c3f6ff;*/
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary {
  position: relative;
  width: 100%;
}
details summary i {}
details summary .fa-plus {
  display: inline-block;
  position: absolute;
  right: 60px;
  line-height: 3em;
  color: #232323 !important;
}
details summary .fa-minus {
  display: none;
  color: #232323 !important;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary .fa-plus {
  display: none;
}
details[open] summary .fa-minus {
  display: inline-block;
  position: absolute;
  right: 60px;
  line-height: 3em;
}/*タイトル*/

h2.TopTtl{
width:70%;
margin:0 auto 20px auto;
	text-align: center;
}

span.BtnIchiran{
	float: right;
}

div#Slider{
width:100%;
height:auto;
    margin-bottom:30px;
}

h2.TopTtlConcept{
width:70%;
margin:0 auto 20px auto;
	text-align: center;
	font-size:130%;
	font-weight: bold;
	line-height: 1.5em;
}

h2.TopTtl,h2.TopTtl02,h2.TopTtl03{
width:90%;
margin:0 auto 20px auto;
	text-align: center;
	font-size:150%;
	font-weight: bold;
	line-height: 1.5em;
}


h2.TopTtl img{
	width:80%;
	vertical-align: bottom;
}


@media only screen and (min-width: 420px) and (max-width: 1100px) {
h2.TopTtlConcept{
width:70%;
margin:0 auto 20px auto;
	text-align: center;
	font-size:130%;
	font-weight: bold;
	line-height: 1.5em;
}
}

span.BtnIchiran a{
	float: right;
	font-size:60%;
	color:#FFC400;
}

div.TopConcept{
width:90%;
margin: 0 auto 50px auto;
}


@media screen and (max-width: 420px){
div.TopIntroduction{
	width:90%;
	margin: 0 auto 50px auto;
}

div.TopIntroduction dl{
	width:45%;
	float: left;
	margin: 0 5px 20px 5px;
}

div.TopIntroduction dl dt{
	text-align: center;
}

div.TopIntroduction dl dd{
	text-align: center;
	line-height: 1.5em;
}
}


@media only screen and (min-width: 420px) and (max-width: 1100px) {
div.TopIntroduction{
	width:90%;
	margin: 0 auto 50px auto;
}

div.TopIntroduction dl{
	width:23%;
	float: left;
	margin: 0 3px 20px 3px;
}

div.TopIntroduction dl:nth-child(4){
	margin: 0 3px 20px 3px;
}

div.TopIntroduction dl dt{
	text-align: center;
}

div.TopIntroduction dl dd{
	text-align: center;
	line-height: 1.5em;
}
}

div.TopMap{
	width:100%;
	margin: 0 auto 30px auto;
}

div.TopMapBtn{
width:80%;
margin: 0 auto 50px auto;
}

div.TopMapBtn a:link,div.TopMapBtn a:visited{
display: block;
width:100%;
margin: 0 auto 50px auto;
box-sizing: border-box;
padding:20px 50px;
background: #000;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}

div.TopMapBtn a:active,div.TopMapBtn a:hover{
background: #FFC400;
color:#fff;
}

div.WrapOrange{
width:100%;
background:#FFC400;
padding:50px 0;
margin-bottom:50px;
}


div.ShopSlide{
width:90%;
margin: 0 auto 50px auto;
}

ul.ShopTxt{
width:90%;
margin:0 auto;
text-indent: -1em;
 padding-left: 1em;
}


ul.ShopTxt a{
	color:#000;
}

div.EventCalender{
	width:90%;
	margin: 0 auto 50px auto;
}


div.TopNews{
	width:90%;
	padding:20px 0;
	margin: 0 auto 50px auto;
}

div.TopNews dl{
border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}

div.TopNews dl dt{
	width:100%;
	padding:0;
	float: none;
}

div.TopNews dl dd{
	padding:0 0 10px 0;
	float: left;
}

div.Youtube{
	width:90%;
	margin: 0 auto 50px auto
}

div.BnrArea{
position:static;
	width:95%;
	height: auto;
	margin: 0 auto 10px auto;
}

div.BnrAreaL{
position:static;
width:100%;
height: auto;
}

div.BnrAreaR{
position:static;
width:100%;
height: auto;
}

div.BnrArea02{
	width:95%;
	margin: 0 auto 10px auto;
}

div.BnrArea03{
	width:95%;
	margin: 0 auto 50px auto;
}

/*フッター*/
div#FooterBg{
	width:100%;
	padding:20px 0;
	margin: 0;
	background: #000;
}

footer#FOOTER{
width:90%;
	height: 170px;
margin: 0 auto;
	padding:0px;
	color:#fff;
}

div.FooterL{
width:100%;
margin-bottom:10px;
	float: none;
	text-align: center;
}

div.FooterR{
width:100%;
margin-bottom:20px;
	float: none;
}

div.FooterR ul{
	width:180px;
	margin: 0 auto 20px auto;
}

div.FooterR ul li{
float: left;
margin: 0 4px;
}

p#pagetop {
z-index: 9999;
 position: fixed;
 bottom: 10px;
 right: 0!important;
 width:80px;
 height:80px;
 }

div.FooterCopy{
	width:100%;
	padding:10px 0;
	text-align: center;
	font-size: 90%;
	background: #fff;
	color: #000;
}

/*お問い合わせページ*/
h2.SubTtl{
width:90%;
margin:30px auto 20px auto;
	text-align: center;
	font-size:150%;
	font-weight: bold;
	line-height: 1.5em;
}

div.ContactTxt{
	width:90%;
	margin: 0 auto 30px auto;
	text-align: left;
}

table.ContactBox{
	width:90%;
	margin: 0 auto 30px auto;
}

table.ContactBox th{
display: block;
	width:100%;
	padding:0;
}

table.ContactBox td{
display: block;
	width:100%;
	padding:0 0 20px 0;
}

.SizeL{	
	width:100%;
	padding:5px 0;
}

.txt_s{font-size:70%;line-height: 1.2em;}

div.ContactFormBtn input{
width:200px;
margin: 0 auto 100px auto;
display: block;
	padding:15px 30px;
	background:#000;
	color:#fff;
	text-align: center;
	text-decoration: none;
}

div.ContactFormBtn button{
width:200px;
margin: 0 auto 100px auto;
display: block;
	padding:15px 30px;
	background:#000;
	color:#fff;
	text-align: center;
	text-decoration: none;
}

div.ContactPrivacyBox{
	width:90%;
	margin: 0 auto 50px auto;
}

div.ContactPrivacyBox dl{
	font-size: 100%;
	margin: 0 auto 20px auto;
}

div.ContactPrivacyBox dl dt{
	font-weight: bold;
}

/*お知らせ*/
div.Wrap{
	width:90%;
	margin:0 auto 50px auto!important;
}

div.NewsAreaL{
	width:100%;
	margin-bottom:50px;
	float:none;
}

div.NewsAreaR{
	width:100%;
	float:none;
}

article.NewsListBox{
	margin-bottom:40px;
}

article.NewsListBox:last-child{
	margin-bottom:0;
}

article.NewsListBox dl{
	width:100%;
	box-sizing: border-box;
}

article.NewsListBox dl dt{
	width:100%;
	float:none;
}

article.NewsListBox dl dt img{
	width:100%;
}

article.NewsListBox dl dd{
	width:100%;
	float:none;
}

h3.NewsTtl{
margin-bottom:10px;
padding:0 0 10px 0;
	background:url("../images/hr.png") 0 bottom repeat-x;
	font-size: 120%;
}

h3.Sttl{
width:100%;
	text-align: center;
	margin-bottom:10px;
}

h3.Sttl02{
	text-align:center!important;
	margin-bottom:10px;
}

div.NewsListR{
	box-sizing: border-box;
	width:100%;
	height:300px;
	margin:0 auto 20px auto;
	padding:20px;
	background: #fff;
	border:1px solid #000;
	overflow: auto;
}

div.NewsListR ul li{
margin-bottom:10px;
padding-bottom:10px;
	background:url("../images/hr.png") 0 bottom repeat-x;
	font-size:85%;
	line-height: 1.3em!important;
}

div.NewsListR02{
	box-sizing: border-box;
	width:100%;
	height:300px;
	margin:0 auto 20px auto;
	padding:20px;
	background: #fff;
	border:1px solid #000;
	overflow: auto;
}

div.NewsListR02 ul li{
margin-bottom:10px;
padding-bottom:10px;
	background:url("../images/hr.png") 0 bottom repeat-x;
	font-size:85%;
	line-height: 1.3em!important;
}

/*NEWS詳細*/
article.NewsdetailBox{
	box-sizing: border-box;
	width:100%;
	margin-bottom:20px;
	padding:20px;
	border:1px solid #000;
	background: #fff;
	opacity: 0.8;
}

h3.NewsSttl{
margin-bottom:20px;
padding:0 0 10px 0;
	background:url("../images/hr.png") 0 bottom repeat-x;
	font-size: 110%;
	font-weight: bold;
}

div.pagenavi{
	width:100%;
	margin-bottom:50px;
}

div.pagenavi div.pagemae{
	float: left;
}


div.pagenavi div.pagetugi{
	float: right;
}


div.SubTtlArea{
	width:100%;
	margin-bottom: 30px;
	padding: 50px 0;
	background: #000;
	color:#fff;
	font-size:130%;
	font-weight: bold;
	text-align: center;
}

div.QAArea{
	width:95%;
	margin:0 auto 50px auto;
}

div.QAArea dl{
margin-bottom:10px;
	border-bottom:1px dotted #000;
}

div.QAArea dl dt{
	padding-bottom:10px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

div.QAArea dl dd{
	padding-bottom:10px;
}

div.EventSpaceBtn{
width:90%;
margin: 0 auto 50px auto;
}

div.EventSpaceBtn a:link,div.EventSpaceBtn a:visited{
display: block;
box-sizing: border-box;
width:100%;
margin:0 auto;
padding:20px 10px;
background: #FFC400;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}

div.EventSpaceBtn a:active,div.EventSpaceBtn a:hover{
background: #FB8143;
color:#fff;
}

/*空き店舗一覧*/
div.FreeSpaceBtn{
width:60%;
margin: 0 auto 50px auto;
}

div.FreeSpaceBtn a:link,div.FreeSpaceBtn a:visited{
box-sizing: border-box;
display: block;
width:100%;
padding:20px 10px;
background: #0080C2;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}

div.FreeSpaceBtn a:active,div.FreeSpaceBtn a:hover{
background: #5AB9E9;
color:#fff;
}

/*空き店舗一覧*/
div.FreeSpaceWrap{
	width:95%;
	margin: 0 auto 50px auto;
}

div.FreeSpaceWrapL{
	width:100%;
	float: none;
}

div.FreeSpaceWrapR{
	width:100%;
	float: none;
}

div.FreeSpaceList{
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}

div.FreeSpaceListL{
	width:25%;
	float: left;
}

div.FreeSpaceListR{
	width:73%;
	float: right;
	font-size:90%;
}

div.FreeSpaceDetailBtn{
width:80%;
margin: 0 auto 10px auto;
}

div.FreeSpaceDetailBtn a:link,div.FreeSpaceDetailBtn a:visited{
box-sizing: border-box;
display: block;
width:100%;
padding:20px 5px;
background: #000;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;
font-size:60%;
line-height: 1.3em;
}

div.FreeSpaceDetailBtn a:active,div.FreeSpaceDetailBtn a:hover{
background: #FFC400;
color:#fff;
}

div.FreeSpaceContactBtn{
width:80%;
margin: 0 auto 30px auto;
}

div.FreeSpaceContactBtn a:link,div.FreeSpaceContactBtn a:visited{
box-sizing: border-box;
display: block;
width:100%;
padding:20px 5px;
background: #0080C2;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;
font-size:60%;
line-height: 1.3em;
}

div.FreeSpaceContactBtn a:active,div.FreeSpaceContactBtn a:hover{
background: #5AB9E9;
color:#fff;
}


h3.FreeSpaceListTtl{
	margin-bottom:10px;
}

h3.FreeSpaceListTtl a{
font-size:120%;
	text-decoration: underline;
	font-weight: bold;
}

h3.FreeSpaceDetailTtl{
margin-bottom:10px;
font-size:120%;
	font-weight: bold;
	color:#FFC400
}

table.FreeSpaceListTxt{
	width:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

table.FreeSpaceListTxt th{
box-sizing: border-box;
	width:25%;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:90%;
}

table.FreeSpaceListTxt td{
box-sizing: border-box;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:90%;
}

div.FreeSpaceNewList{
	width:280px;
	margin-bottom:20px;
}

div.FreeSpaceNewList ul li{
margin-bottom:10px;
padding-bottom:10px;
	background:url("../images/hr.png") 0 bottom repeat-x;
	font-size:85%;
	line-height: 1.3em!important;
}

div.FreeSpaceNewList02{
	width:280px;
}

div.FreeSpaceNewList02 ul li{
margin-bottom:10px;
	font-size:85%;
	line-height: 1.3em!important;
}


div.FreeSpaceNewList03{
	width:280px;
}

div.FreeSpaceNewList03 ul li{
margin-bottom:10px;
	font-size:75%;
	line-height: 1.3em!important;
}

div.FreeSpaceListBtn{
width:240px;
margin: 0 auto;
	margin-bottom:100px;
}

div.FreeSpaceListBtn a{
display: block;
padding:20px;
width:200px;
	background: #000;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*空き店舗詳細*/
div.FreeSpaceDetail{
	width:95%;
	margin:0 auto 30px auto;
}

div.FreeSpaceDetail p{
	font-size:90%;
}
table.FreeSpaceDetailTxt{
	width:100%;
	margin:0 auto 20px auto;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

table.FreeSpaceDetailTxt th{
box-sizing: border-box;
	width:25%;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:90%;
}

table.FreeSpaceDetailTxt td{
box-sizing: border-box;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:90%;
}

/*いいまち探検隊*/
div.IimachiTankentaiWrap{
	width:95%;
	margin: 0 auto 50px auto;
}

div.IimachiTankentaiWrap ul li{
	width:47%;
	float: left;
	margin: 10px 5px;
	text-align: center;
}

div.IimachiTankentaiWrap ul li a{
	font-size:120%;
	font-weight: bold;
}


/*いいづかまちゼミ*/
div.MachizemiChirashi{
	width:95%;
	margin: 0 auto 50px auto;
}

div.MachizemiBtn{
width:80%;
margin: 0 auto 50px auto;
}

div.MachizemiBtn a:link,div.MachizemiBtn a:visited{
display: block;
width:100%;
margin: 0 auto 50px auto;
box-sizing: border-box;
padding:20px 50px;
background: #30AF36;
color:#fff;
font-weight: bold;
text-decoration: none;
text-align: center;

}

div.MachizemiBtn a:active,div.MachizemiBtn a:hover{
background: #3ED945;
color:#fff;
}

div.MachizemiTxt{
	width:95%;
	margin: 0 auto 50px auto;
	text-align: left;
}

div.FreeSpaceDetailPh{
	width:100%;
	margin: 0 auto 30px auto;
}

div.FreeSpaceDetailTxt{
margin-bottom:30px;
	color: #ff0000;
	text-align: center;
}