body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

main {
  display: block;
}

main a {
  color: #011FAA;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}

.title a{
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 5px;
  color: #333;
}

.title a:hover{
  text-decoration: underline;
}

.fas{
	color: #FF0004;
}

.hours_text{
	text-align: center;
	font-size: 1.5rem;
}



main .lead {
  text-align: center;
}


/*.shoparea{
	font-size: 1.5rem;
}*/


/*#areamenu{
  padding-bottom: 50px;
}*/

.areamenu a {
  color: #333;
}

.areamenuList {
  background: #F7F7F0;
  padding: 0px;
}

.areamenuList_ttl {
  margin-bottom: 20px;
}

.areamenuList_ttl h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

.areamenuList_areaBox {
  margin: 15px;
}

.areamenuList .areamenuList_areaBox:last-child {
  border-bottom: none;
}

.areamenuList_areaBox dt {
  font-weight: bold;
}

.areamenuList_areaBox dd {
  padding-left: 185px;
  margin-top: -1.75em;
}


.areamenuList_link a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 18px;
  margin-right: 8px;
  position: relative;
  color: #333;
}

.areamenuList_link a:hover {
  text-decoration: underline;
}

.areamenuList_link a::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.accbox {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 100%;
  /*最大幅*/
}

.last{
	margin: 50px;
}


/*ラベル*/

.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #FF0000;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #FF0000;
}


/*アイコンを表示*/

.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
}


/*ラベルホバー時*/

.accbox label:hover {
  background: #FF0000;
  color: #fff;
}


/*チェックは隠す*/

.accbox input {
  display: none;
}


/*中身を非表示にしておく*/

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}


/*クリックで中身表示*/

.cssacc:checked+label+.accshow {
  height: auto;
  padding: 5px;
  background: #F7F7F0;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 10px
}


/*アイコンを入れ替える*/

.cssacc:checked+label:before {
  content: '\f078';
}

@media only screen and (max-width:768px) {
  main {
    background-color: #fff
  }

  main .lead {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
	
	.title{
		font-size: 15px;
	}
	.accbox{
		width: 80%;
	}
	
  .areamenuList {
    padding: 0px;
  }
  .areamenuList_areaBox dd {
    padding-left: 0px;
    margin-top: 0px;
  }
	.areamenuList_link a{
		margin-bottom: 10px;
	}
	
	.hours_text{
		font-size: 1.3rem;
		text-align: left;
		padding: 0 8px;
	}
}