@charset "UTF-8";

/* ここからデモページ用のコード */
body{
   width:100%;
/* height:5000px; */
   padding:0 0;
}
/* ここまでデモページ用のコード */

#modal-content,#modal-content2,#modal-content3,#modal-content4,#modal-content5,#modal-content6,#modal-content7,#modal-content8,#modal-content9,#modal-content10,#modal-content11,#modal-content12,#modal-content13,#modal-content14{
	width:750px;
	margin:0;
	padding:10px 20px;
	border:0 solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:99999999;
}

#modal-overlay,#modal-overlay2,#modal-overlay3,#modal-overlay4,#modal-overlay5,#modal-overlay6,#modal-overlay7,#modal-overlay8,#modal-overlay9,#modal-overlay10,#modal-overlay11,#modal-overlay12,#modal-overlay13,#modal-overlay14{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}

.modal_area {
  padding: 14px;
  border: 1px solid #c7c5bb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.modal_area .left_area {
  float: left;
  width: 335px;
  overflow: hidden;
}

.modal_area .right_area {
  float: right;
  width: 320px;
  overflow: hidden;
}

.modal_area h2 {
  color: #261309;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-left: 6px;
  border-left: 4px solid #261309;
  margin-bottom: 10px;
}

.modal_area h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.modal_area .text {
  font-weight: normal;
  font-size: 12px;
}

.modal_area ul {
  padding-top: 7px;
  border-top: 1px dotted #c7c5bb;
}

.modal_area li {
  font-size: 12px;
  padding-left: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #c7c5bb;
  margin-bottom: 7px;
}

.shops {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 16px;
  margin-top: 16px;
}


@media screen and (max-width: 1180px) {
  .shops {
    grid-template-columns: repeat(2, auto);
  }
  
  .pc-img {
    display: none;
  }

  .modal-content {
    width: 100% !important;
    overflow: scroll;
    height: 100vh;
    padding: 24px 16px!important;
  }

  .modal_area .right_area {
    width: 100%;
    float: none;
  }
}

.img_box {
    position:relative;
    display:block;
    margin:0px;
    padding:0;
    background-color:#fff;
}
.img_box img {
  z-index:0;
  margin:0;
  padding:0;
  width: 100%;
  height: auto;
  display: block;
}
.img_box a {
  color:white;
  display: block;
  width: 100%;
}
.img_box img:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.img_comment {
    position:absolute;
    left: 0;
  bottom: 0;
    width: 100%;
    z-index:1;
    margin:0!important;
    padding:5px;
    background-color:#000;
    text-align:center;
    color:#fff;
  font-size: 11px;
}
.img_comment4 {
    position:absolute;
    bottom:12px;
    left:12px;
    width:201px;
    z-index:1;
    margin:0;
    padding:5px;
    background-color:#000;
    text-align:center;
    color:#fff;
}
.img_comment3 a:hover {
    color:blue;
}

.opa  {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
