@charset "utf-8";

/* 
===================== 1.Universal reset ==========================
*/
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.pc { display: block !important; }
.sp { display: none !important; }
img{
	border: none;
	margin: 0 auto;
	padding: 0;
	height:auto;
    max-width: 100%;
	}
.clear{
	clear: both;
	}
span {
   display: inline-block;
	}
	
/* 
===================== 2.Body and base setting ====================
*/
body{
	font-family: 'M PLUS Rounded 1c',"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
	background: url(../img/bg.jpg);
    background-position: top center;
    background-color:#f9efa1;
    background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #663333;
	}
html{
	scroll-behavior: smooth;
}
#lace {
	width:100%;
	background-color:#DB0007;
	text-align:center;
	margin: 0;
	padding: 20px 0 0;
	}
.lace{
	background-image: url(../img/lace.png);
	height: 50px;
	border: 0;
	text-align:center;
	margin: 0;
	padding: 0;
	}
#wrap {
	transform: rotate(0.05deg);
	width:640px;
	margin: 0 auto;
	padding: 0;
	}
#copyright{
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding:10px 0;
	}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
	}
.inline{
    display: none;
}
/* 
===================== 3.Content setting ====================
*/

/*---------top--------*/
#top{
	}
#top img{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	}


.info{
    font-size: 1.2em;
}
@media screen and (max-width:768px){
    .info{
        font-size:100%;
    }
}
.fancybox-slide img{
    max-height: 80vh;
}


/*--- 店舗一覧 ---*/

.shoplist_box{
	width:100%;
	margin: 100px auto 80px auto;
	text-align:center;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255, 255, 255, 1);
    transform: rotate(0.05deg); /*文字のジャギー対策*/
	}

.shoplist_box ul{	
	    list-style: none;
    padding-inline-start: 0px;
	list-style-position: inside;
    font-size: 75%;
	padding-left:1em;
    text-indent:-1em;
}

.shoplist_box .release ul{
	font-size: 100%;
}

.shoplist_box .related-facilities ul li{
	padding-bottom: 0.5rem;
	padding-left:1em;
    text-indent:-1em;
}
.shoplist {
	width: 85%;
	margin: 0 auto;
	padding:10px 40px 30px 30px;
	text-align: left;
	}	
.shoplist h6 {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2px;
	padding:6px 0;
	text-align:center;
	font-size:24px;
	color:#FFF;
	background-color: #E85298;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
.shoplist p {
	width: 100%;
	padding: 0 1em;
	margin-bottom: 15px;
	}
.shoplist ul,
.shoplist ol {
  padding: 0 1em 0 1.2em;
	}
.shoplist ul li {
	list-style-type: none;
	list-style-position: inside;
	border-bottom: dashed 1px silver;
	padding: 0.7em 0 0.7em 0;
    font-size: 1.5em;
	}
.shoplist ol li {
	list-style-type: decimal;
	}
.shoplist p {
	text-align: left;
	}
.shoplist p.notes {
	text-align: left;
	}	
h2{
	position: relative;
    background: #ffeaf5;
	text-align:center;
	font-weight: bold;
    font-size: 30px;
	color:#e62e8b;
	margin: 0 auto;
    border-radius: 20px 20px 0 0;
	padding: 20px 0 15px 0;
	}

/*---関連施設一覧---*/
.facilities ul li{
	margin-bottom: 1.5rem;
	    list-style: disc;
}

/*--- プルダウン ---*/
.shoplist_select {
	overflow: hidden;
	width: 60%;
	margin: 2em 20% 1em;
	padding: 1em;
	font-size: 98%;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
}
/*.shoplist_select select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}*/
.shoplist_select select::-ms-expand {
    display: none;
}
.shoplist_select.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.shoplist_select.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.shoplist_select.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/*--- キャンペーンTOPへ戻る ---*/	
.back_cpn {
	width:95%;
    padding: 20px 0;
    margin: 80px auto 90px;
    color:#630;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 5px;
	}
.back_cpn p {
    margin: 0; 
    padding: 0;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	}
.back_cpn a {text-decoration: none;}
.back_cpn a:link { color: #cd5c5c; }
.back_cpn a:visited { color: #cd5c5c; }
.back_cpn a:hover { color: #f08080; }
.back_cpn a:active { color: #f08080; }

/*---店舗リストへ ---*/	
.go-list {
	display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: 40px auto 0;
    font-weight: bold;
    border-radius: 100vh;
    border-bottom: 7px solid #ffc3c3;
    background: #ffeaea;
	}
.go-list p {
    margin: 0; 
    padding: 0;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	}
.go-list a {
    display: block;
    text-decoration: none;
    padding: 20px 0;
}
.go-list a:link { color: #cd5c5c; }
.go-list a:visited { color: #cd5c5c; }
.go-list a:hover { color: #f08080; }
.go-list a:active { color: #f08080; }

/*--- bnr ---*/
#box_bnr{
	width:100%;
	margin: 50px auto;
	padding:0;
	text-align:center;
	}
#box_bnr img{
	padding-bottom:15px;
	width: 100%;
    max-width: 520px;
	}

.contents_box {
    width: 100%;
    margin: 10px auto 5px auto;
    padding: 40px 0px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*---------SNS--------*/	
#sns_box{
	width:100%;
	margin:  0 auto;
	padding:20px 0 ;
	text-align:center;
	background-color: #FFF;   /* 背景色 */
	}
#btn_box img{
	float:none;
	margin: 0 auto;
	padding:15px;
	width:80px;
	}
#btn_box{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0 auto;
	}

/*---------page-top--------*/	
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #ef3f98;
  opacity: 0.7;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #fff;
  position: absolute;
  /*--width: 30px;--*/
  height: 30px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width:768px){

/* 
===================== 1.Universal reset ==========================
*/
.pc { display: none !important; }
.sp { display: block !important; }
img{
	width:100%;
	}
/* 
===================== 2.Body and base setting ====================
*/
body{
	/*min-width: 640px;
	background-size:250%;*/
	}
hr{
	margin: 2rem auto 0;
	}
/* 
===================== 3.Content setting ====================
*/

/*---------top--------*/
#top{
	}	
#top img{
	width: 100%;
	}	
	
	
/*--- 店舗一覧 ---*/
.shoplist_box{
	width:95%;
	margin: 60px auto;
	text-align:center;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255, 255, 255, 1);
	}
.shoplist {
	width: 90%;
	padding:0 0 5%;
	font-size:100%;
	}
.shoplist h6 {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 3px;
	padding:6px 0;
	font-size: calc(1.25rem + ((1vw - 7.68px) * 0.3472));
    min-height: 0vw;
	}
h2{
    font-size: 1.3em;
	padding: 20px 10px 15px 10px;
	}
    .shoplist ul li {
        font-size: 1em;
	}
	
	.go-page{
		width: 1rem;
		margin-bottom: -0.2rem;
	}
	

	
/*--- プルダウン ---*/
.shoplist_select {
	width: 95%;
	margin: 20px 0 5px 10px;
	padding: 20px 15px;
	font-size: 20px;
	}
.shoplist_select select {
	}
	
/*--- キャンペーンTOPへ戻る ---*/	
.back_cpn {
	/*width:92%;*/
    padding: 30px 0;
    margin: 90px auto 90px;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 5px #ffc3c3;
    border-radius: 5px;
	}
.back_cpn p {
	font-size: 1.4em;
	}
/*--- 店舗リストへ ---*/	
.go-list {
width: 100%;
	}
.go-list p {
	font-size: 1.4em;
	}
		
/*--- bnr ---*/
#box_bnr{
	width:95%;
	margin: 5% auto;
	padding:0;
	text-align:center;
	}
#box_bnr img{
	padding-bottom:15px;
	}

/*---------SNS--------*/	
#sns_box{
	width:100%;
	margin:  0 auto;
	padding:20px 0 ;
	text-align:center;
	background-color: #FFF;   /* 背景色 */
	}
#btn_box{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0 ;
	}
#btn_box img{
	width:15%;
	float:none;
	margin: 0 auto;
	padding:1%;
	}

} /* /@media */	

/*popup*/
.compensate-for-scrollbar{
    overflow:auto!important;/*スクロールバーを消さない*/
    margin-right: 0!important;/*自動付与される余白を消す*/
}