@charset "UTF-8";

.redBtn {
	background-color: #d61018;
	-webkit-box-shadow: 0px -5px 0px 0px #990b0f inset;
	box-shadow: 0px -5px 0px 0px #990b0f inset;
}
.blueBtn {
	background-color: #0081cd;
	-webkit-box-shadow: 0px -5px 0px 0px #006199 inset;
	box-shadow: 0px -5px 0px 0px #006199 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.yellowBg {
  padding: 8.3333%;
  background-image: url(../img/bg_01.png);
}
.yellowBg .contsTxt {
  padding: 0;
  font-size: 16px;
}
.contsImg02{
  max-width: 540px;
  margin: 0 auto;
  padding: 0 8.33333% 3.125%;
}
.accordion.acco_shoplist{
	font-size: 16px;
}
.accordion ul {
  border: none;
  background-color: #ffffff;
}
.accordion.acco_shoplist ul {
  display: flex;
  flex-wrap: wrap;
	border-right: 2px solid #d61018;
	border-bottom: 2px solid #d61018;
	border-left: 2px solid #d61018;
}
.accordion.acco_shoplist li {
	width: 50%;
	border-top: 2px solid #d61018;
	border-right: 2px solid #d61018;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion.acco_shoplist li:nth-child(1),
.accordion.acco_shoplist li:nth-child(2){
	border-top: none;
}
.accordion.acco_shoplist li:nth-child(2n){
	border-right: none;
}
.accordion.acco_shoplist li a{
	text-decoration: underline;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #d61018;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
/*=============== モーダル modal-js01 =============== */
.modal-js01 {
  text-align: center;
}
.modal-js01 .button {
  max-width: 800px;
  margin: 0 auto;
}
.modal-js01 .button.img_01 {
/*  max-width: 200px;*/
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .modal-js01 .button.img_01 {
    -webkit-tap-highlight-color: transparent; /* 強調をなくす */
  }
  .pcTxt{
    display: none;
  }
}

.modal-js01 .button:hover {
  cursor: pointer;
}
.modal-js01 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 56px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal-js01 .modal-content {
  margin: 0 auto;
  width: 80%;
  /*height: 50%;*/
  padding: 4% 0;
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal-js01 .modal-content img {
  border: 4px solid #ffffff;
}
.modal-js01 .modalClose {
  font-size: 3rem;
  color: #ffffff;
}
.modal-js01 .modalClose:hover {
  cursor: pointer;
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
