@charset "UTF-8";
@import url(common.css);
/**
 * common
 */
/* html {
  scroll-behavior: smooth;
}*/
body{
font-size:1.4rem;
line-height:1.4;
font-family: "Helvetica Neue", Arial, "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
color:#fff;
font-weight: 500;
}

.bg-fixed{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  background: url(../img/26_05_m_sw_back_pc.jpg) center top / cover no-repeat;
  z-index: 0;
  pointer-events: none;
}

.bg-fixed.show{
  opacity: 1;
}

@media screen and (max-width:768px){
  .bg-fixed{
    background:url(../img/26_05_m_sw_back_sp.jpg) center top / cover no-repeat;
  }
}

.only-sp { display: none !important; }
  @media only screen and (max-width: 768px) {
    .only-sp { display: block !important; } }

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

body.modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}

.sup{
  position: relative;
  font-size: 0.7em !important;
  top: -0.4em;
}

/* メインビジュアル */
.top_mv { position: relative; 
}

.commn_inner {
  width: 100%;
  max-width: 1920px;
  margin:0 auto; }

.top_mv .commn_inner {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between; }

  @media only screen and (max-width: 768px) {
  .top_mv .commn_inner {
    width: 100%;
    margin-top: 0; }}

.top_mv img {
  width: 100%;
  display: block; }

.top_mv .point {
  width: 18%;
  max-width: 202px;}

.top_mv .title {
  width: 100%;
  max-width: 1920px; }

  @media only screen and (max-width: 768px) {
  .top_mv .title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto ;  }}

.top_mv .term {
  width: 30%;
  max-width: 348px;
  margin-top: 17px; }

  @media only screen and (max-width: 768px) {
  .top_mv .term {
    width: 86%;
    max-width: 86%;
    margin: 30px auto 0; }}


.content{
  position: relative;
}

.content .commn_inner{
  position: relative;
  z-index: 1;
}

.content .read {
  width: 93%;
  max-width: 1027px;
  margin: 60px auto 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
  color: #fff;}

  @media only screen and (max-width: 768px) {
  .content .read {
    width: 85%;
    font-size: 15px; 
    line-height: 1.8em;}}

.content .read img{ width: 100%; }


/* ステッカー */
.stickerlink {
  text-align: center;}

.stickerlink a {
  display: inline-block;
  max-width: 1027px;
  margin: 20px auto ;
  font-size: 16px;
  text-align: center;
  line-height: 1.6em;
  color: #fff9b1;
  border-bottom: 1px solid #fff9b1;}

  @media only screen and (max-width: 768px) {
  .stickerlink a {
    margin: 15px auto 50px;
    font-size: 12px; 
    line-height: 1.5em;}}

#sticker img{
  display: block;
  width: 90%;
  margin: -30px auto 60px;
  max-width: 900px;
}
  @media only screen and (max-width: 768px) {
  #sticker img{
    margin: 15px auto 50px;
}}


/* カテゴリー */
.shop { background-color: #03B8DF; }
.service { background-color: #005BAC; }
.food { background-color: #E8374A; }

.cate_links {
  width: 650px;
  margin: 50px auto 0;
  display: flex;
  /* justify-content: space-between; } */
  justify-content: center;
  gap:20px; }

  @media only screen and (max-width: 768px) {
  .cate_links {
    width: 100%;
    margin-top: 35px; }}

.cate_links a {
  width: 32%;
  max-width: 204px;
  position: relative;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  padding: 14px 0; }

  @media only screen and (max-width: 768px) {
  .cate_links a {
    max-width: 220px;
    padding: 12px 0; }}

  @media only screen and (max-width: 500px) {
  .cate_links a {
    min-width: 90px;
    padding: 10px 0; }}

.cate_links a img { height: 16px; }

  @media only screen and (max-width: 768px) {
  .cate_links a img { height: 14px; }}

  @media only screen and (max-width: 500px) {
  .cate_links a img { height: 11px; }}


.cate-title {
  width: 100%;
  margin-top: 31px;
  margin-bottom: 10px;
  padding: 15px 0 18px;
  position: relative;
  display: inline-flex;
  justify-content: center; }

  @media only screen and (max-width: 768px) {
  .cate-title {
    margin-top: 30px;
    padding: 18px 0 21px; }}

.cate-title img { height: 36px; }

  @media only screen and (max-width: 768px) {
  .cate-title img { height: 30px; }}


/* 特典コンテンツ */
.flex {
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  padding: 3%;}

  @media only screen and (max-width: 768px) {
    .flex { display: block;
    margin-top: 30px;
     }}

.col {
  margin-bottom: 30px; 
  width: 32.4%;
  max-width: 360px;
}
  @media only screen and (max-width: 768px) {
  .col {
    width: 90%; 
    margin: 0 auto 50px;}}

.col.nocolor {
  background: none;}


.col img{ width: 100%; }


.col:hover {
    background: none;}

.col.nocolor:hover {
    background: none;}

.col:hover img {
    transition: 0.3s;
    opacity: 0.8;}


/* カード枠・画像・店舗ボタン */
.card-inner{
  position:relative;
  background:linear-gradient(180deg,
  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,0.75) 100%);
  border-radius:8px;
  padding:0;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.card-image{
	position:relative;
	display:block;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.card-image img{
	display:block;
	width:100%;
}

.modal-close{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:300px;
  height:64px;
  margin:20px auto 0;
}

.modal-close img{
  display:block;
  width:80px;
  padding:0;
}

.shop-btn{
  display:inline-block;
  margin-top:15px;
  background:#173f4f;
  color:#fff;
  padding:10px 20px;
  border-radius:40px;
  text-decoration:none;
  font-weight:600;
}

.shop-name{
  display:block;
  margin-bottom:20px;
  text-align:center;
  color: #fff;
  background:#62afcd;
  padding:14px 0;
  border-radius:30px;
  position:relative;
}

.shop-name::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-10px;
  border-width:10px 10px 0 10px;
  border-style:solid;
  border-color:#62afcd transparent transparent transparent;
}

/* モーダル */
.modal{
	position:fixed;
	top:0;
	left:0;
  display: flex;
  align-items: center;
  justify-content: center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	opacity:0;
	pointer-events:none;
	transition:.3s;
	z-index:1000;
}

.modal:target{
	opacity:1;
	pointer-events:auto;
}

.modal-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.modal-content{
	position:relative;
	max-width:1000px;
	width:90%;
	margin:0;
	padding:10px 80px;
	max-height:calc(100vh - 80px);
	overflow:auto;
	text-align:center;
	background:#fff;
	border-radius:8px;
	box-sizing:border-box;
	/* スクロールバー非表示 */
	-ms-overflow-style:none;
	scrollbar-width:none;
}
.modal-content::-webkit-scrollbar{
	display:none;
}

.modal-content img{
	height:auto;
	display:block;
}

.modal-images{
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
  gap: 20px;
}

.modal-images img{
  width:100%;
  object-fit:contain;
}

/* スマホ */
@media screen and (max-width:768px){
.modal-content{
  padding:10px 30px;
}
  .modal-images img{
    width: 100%;
  }
}

.modal-images.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  width:fit-content;
  margin:0 auto;
  padding:0;
}

.modal-images.two-80per{
  width: 80%;
}

/* スマホだけ1列にする */
@media screen and (max-width:768px){
  .modal-images.two{
    grid-template-columns:1fr;
    width:100%; 
  }
}

/* ショップオリジナルアイコン */
.modal-content.shopori{
  position: relative;
}

.modal-content.shopori::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:80px;
  background:url("../img/icon_shopori.png") no-repeat center / contain;
  z-index:2;
  pointer-events:none;
}
/* PCだけ大きくする */
@media screen and (min-width:769px){
  .modal-content.shopori::before{
    width:120px;
    height:120px;
  }
}

/* スペック */
.modal-spec{
  text-align:center;
	margin-top:30px;
}

.modal-spec img{
  max-width:600px;
  margin:0 auto;
  display:block;
}

.modal-images .yokoimg{
  max-height: 560px;
}

.modal-images .yokospec{
  margin: auto;
  max-width: 360px;
  align-self: center;   
}

/* デフォルト（PC） */
.modal-spec .sp{
  display:none;
}

.modal-spec .pc{
  display:block;
  width: 50%;
}

.modal-spec .pc.w100per{
  width: 100%;
}

@media screen and (max-width:768px){
  .modal-spec .pc{
    display:none;
  }
  .modal-spec .sp{
    display:block;
    width: 90%;
  }
}

/* URLリンクボタン */
.modal-shop{
	position:relative;
	display:inline-block;
  min-width: 20%;
	margin:18px auto;
	background:#62afcd;
	color:#fff;
	padding:6px 30px;
	border-radius:30px;
	text-decoration:none;
}
@media screen and (max-width:768px){
  .modal-shop {
    min-width: 50%;}
  }


/* 三角 */
.modal-shop::after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-10px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:10px solid #62afcd;
}

@media only screen and (min-width:769px){
	.modal-shop{
    margin-bottom: 30px;
		padding:12px 140px;
    font-size: 18px;
	}
}

/* 注意書き */
.caution { margin-top: 6px; }

.caution p {
  width: 92%;
  margin: auto;
  font-size: 1.2rem; 
  line-height: 1.6;
  font-weight: 700; }

  @media only screen and (max-width: 768px) {
    .caution p {
      text-indent: -1em;
      padding-left: 1em;} }

/* バナー */
.bunners {
  width: 48%;
  margin: 60px auto 0;}

  @media only screen and (max-width: 768px) {
   .bunners {
    margin-top: 45px;
    width: 100%;
    max-width: 530px; }}

.bunners a {
  width: 100%;
  aspect-ratio: 1 / 0.32;
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color:#ffffff;
  box-shadow: 0.5em 0.5em 0 #004EA2; }

  @media only screen and (max-width: 768px) {
   .bunners a {
    width: 98%;
    min-width: 98%;
    margin-bottom: 16px;
    aspect-ratio: 1 / 0.37; }}

.bunners img {
  width: 83%; }

  @media only screen and (max-width: 768px) {
  .bunners img { width: 85%; }}

.lucas{
  display: block;
  margin: 10px;
  font-size: 14px;
}

/* ホバー */
.bunners a:hover {
  transform: translate(0.2em, 0.2em);
  box-shadow: 0.3em 0.3em 0 #004EA2; }

/* クリック */
.bunners a:active {
  transform: translate(0.5em, 0.5em);
  box-shadow: 0.1em 0.1em 0 #004EA2; }

/*フッター*/
footer {
  width: 100%; }

footer .logo {
  margin: 68px auto 100px;
  width:316px; }

  @media only screen and (max-width: 768px) {
  footer .logo {
   margin-top:60px;
   width: 73%;
   max-width: 264px; }}

footer .logo.markis {
  width:168px; }

footer img {
  width: 100%;}

.footer-banner{
  width:100%;
  text-align:center;
  position: relative;
  z-index: 2;
}

.footer-banner img{
  width:100%;
  display:block;
}

/*  ページトップへ戻るボタン  */
#page_top{
  position: fixed;
  width: 60px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#page_top.show{
  opacity: 0.8;
  pointer-events: auto;
}

#page_top:hover{
  opacity: 1;
}

#page_top img{
  width: 100%;
  height: auto;
  display: block;
}

.gentei {
  background-color: #005BAC;
  width:100%; }

.gentei .commn_inner {
  display: flex;
  align-items: center;
  padding: 30px 0 25px ; }

  @media only screen and (max-width: 768px) {
  .gentei .commn_inner {
   display: block; 
   padding: 17px 0 13px; }}

.gentei img {
  width: 100%;
  display: block; }

.gentei .gentei_1 {
  width: 53%;
  max-width: 588px;
  margin-left:14%;}

  @media only screen and (max-width: 768px) {
  .gentei .gentei_1 {
    width: 100%;
    max-width: 100%;
    margin-left:0; }}

.gentei .gentei_2 {
  width: 27%;
  max-width: 296px;
  margin-left:1%; }

  @media only screen and (max-width: 768px) {
  .gentei .gentei_2 {
    width: 65%;
    max-width: 65%;
    margin:7px auto 0; }}

