@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2024 Sketches of Design
     version 2024-07-04
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
 }

/*  General Rules
--------------------------------------*/
body{
  font-family: "Zen Kaku Gothic New", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Noto Sans', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
}


/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  background: #f0f3fa;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.svg") 0 0 no-repeat;
	background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a{
  color: #1a2145;
  text-decoration: underline;
}
a:hover{
  color: #0f98bb;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #0f98bb;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  font-weight: 400;
  max-width: 1200px;
}
ol.bc li{
  font-size: 70%;
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  position: relative;
  color: #717273;
  text-decoration: none;
}
ol.bc a::after{
  position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #717273;
	border-right: 1px solid #717273;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ol.bc li{
  margin: 0 20px 0 0;
  color: #1E1F1E;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
/*
nav-home
*/
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
/*  display: inline;*/
}
ul.flat li:before{
  display: none;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
  border-top: 1px solid #e0e0e0;
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
/*
table tr:nth-child(odd){
  background: #F7F7F7;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
/*table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}*/
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
h1{
  font-size: 4.0rem;
  color: #1a2145;
}
h2{
  margin: 60px 0 40px 0;
  font-size: 2.8rem;
  color: #1a2145;
  letter-spacing: 0.1em;
}
h3{
  margin: 40px 0 15px 0;
  color: #1a2145;
  font-size: 2.0rem;
  text-align: left;
}
h4{
  margin: 0 0 15px 0;
  color: #1a2145;
  font-size: 1.8rem;
  font-weight: 700;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #3c62a1;
  font-weight: bold;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */



/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: url("../img/bg.webp") 0 0 repeat;
  background-size: 480px 480px;
  text-align: center;
  color: #666766;
  word-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}

/*----- header -----*/
header{
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#b-logo{
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: auto;
  width: 499px;
  height: 41px;
  z-index: 4;
}
#b-logo img{
  margin: 0;
  filter: drop-shadow(0px 0px 12px rgba(0, 157, 196, 0.8));
}
#b-logo a{
  display: inline-block;
}
.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
}
.bg-back {
  z-index: 1;
  background: url("../img/bg-back.webp") 0 center repeat-x;
  background-size: 1550px 180px;
  animation: scroll-back 200s linear infinite;
  height: 180px;
}
.bg-front {
  z-index: 2;
  top: 70px;
  background: url("../img/bg-front.webp") 0 center repeat-x;
  background-size: 1550px 160px;
  animation: scroll-front 50s linear infinite;
  height: 160px;
}
  @keyframes scroll-back {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1550px 0;
    }
  }

  @keyframes scroll-front {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1000px 0;
    }
  }
header .kagomochi{
  position: relative;
  z-index: 3;
  background: url("../img/bg-kagomochi.webp") center center repeat-x;
  background-size: 2000px 240px;
  width: 100%;
  height: 240px;
}
header nav{
  margin-top: 10px;
  font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
header nav br{
  display: none;
}
header nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul,
header nav li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
header nav li{
  margin: 0 20px;
}
header nav a{
  position: relative; 
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 90px 0 0 0;
  min-width: 140px;
  text-align: center;
  font-size: 2.2rem;
  transition: color 0.3s ease;
}
header nav a{
  background: center 0 / 80px 80px no-repeat;
}
header .home a{
  background-image: url("../img/nav-hmenu-home.webp");
}
header .shop a{
  background-image: url("../img/nav-hmenu-shop.webp");
}
header .about a{
  background-image: url("../img/nav-hmenu-about.webp");
}
header .access a{
  background-image: url("../img/nav-hmenu-access.webp");
}
header .contact a{
  background-image: url("../img/nav-hmenu-contact.webp");
}
header nav a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: center 0 / 80px 80px no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
header .home a::before {
  background-image: url("../img/nav-hmenu-home_hover.webp");
}
header .shop a::before {
  background-image: url("../img/nav-hmenu-shop_hover.webp");
}
header .about a::before {
  background-image: url("../img/nav-hmenu-about_hover.webp");
}
header .access a::before {
  background-image: url("../img/nav-hmenu-access_hover.webp");
}
header .contact a::before {
  background-image: url("../img/nav-hmenu-contact_hover.webp");
}
header nav a.active::before,
header nav a:hover::before{
  opacity: 1;
}
header nav a.active,
header nav a:hover{
  color: #0f98bb;
}


/**/
.lang-switcher {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  z-index: 10;
}
.lang-switcher .news a{
  position: absolute;
  left: -90px;
  background: #fff;
  border: 1px solid #c6c9c6;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 7px 10px 7px 10px;
  text-align: center;
  transition: background 0.2s;
  font-size: 1.6rem;
  text-decoration: none;
}
#langButton {
  position: relative;
  background: #fff;
  border: 1px solid #c6c9c6;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 11px 30px 10px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
  font-size: 1.6rem;
}
#langButton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8c90a2;
  border-right: 1px solid #8c90a2;
  transform: translateX(-50%) rotate(135deg);
}
#langButton span{
  color: #0f98bb;
  font-weight: 700;
}
#langButton:hover {
  background: #f7f7f7;
}
#langButton .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/nav-lang.svg") 0 0 repeat;
  margin-right: 6px;
}
#langMenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 147px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 100;
}
#langMenu.hidden {
  display: none;
}
#langMenu li {
  border-bottom: 1px solid #eee;
}
#langMenu li:last-child {
  border-bottom: none;
}
#langMenu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
}
#langMenu a:hover {
  background: #f5f5f5;
}
#langMenu span {
  font-weight: 700;
  color: #0f98bb;
  min-width: 24px;
  text-align: center;
}




/*----- content -----*/
#content{
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
body:not(#home) #content{
  background: #fff;
}
main section .inner{
  padding: 10px 40px 60px 40px;
/*  margin: auto;
  max-width: 1200px;*/
}
body #titlearea h1{
  margin: auto;
  background: #fff;
  padding: 60px 20px;
  max-width: 1200px;
}



/**/
.col2,
.col3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > *{
  width: calc(50% - 20px);
}
.col3 > *{
  width: calc(33.33% - 20px);
}
.col2 img,
.col3 img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.col3::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
/**/
.more{
  position: relative;
  display: block;
  background: #e63368;
  z-index: 200;
  overflow: hidden;
  margin: 30px 0 0 auto;
  border-radius: 50px; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  text-align: right;
  width: 200px;
}
.more a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 5px 20px 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #009fd9;
  transition: all 300ms linear;
}
.more a:hover:before {
  left: 0;
}
.more span{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.more span::before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**/
.effect-fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/**/
br.sp{
  display: none;
}



/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- footer -----*/
footer{
  margin: 60px 0 0 0;
  background: #fff;
  padding: 60px 0 120px 0;
  width: 100%;
  overflow: hidden;
  background: #fff url("../img/bg-ft.webp") 0 bottom repeat-x;
  background-size: auto 73px;
}
footer .copy{
  margin: 0;
  font-size: 1.1rem;
  color: #808080;
}
footer a,
footer p{
  font-size: 1.4rem;
  text-decoration: none;
}
footer .inner nav,
footer .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .inner{
  margin: auto;
  max-width: 1200px;
}
footer .inner ul,
footer .inner ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
footer .inner .address_area{
  width: 30%;
}
footer .inner nav{
  width: calc(70% - 40px);
}
footer .inner .address{
  margin: 10px 0;
}
footer .title a{
  font-weight: 700;
  font-size: 1.6rem;
}
footer .inner ul li{
  margin-bottom: 0.5em;
}
footer .lang{
  font-weight: 700;
}
footer .lang span {
  margin-right: 8px;
  color: #0f98bb;
}





/*  home
////////////////////////////////////////// */
#home #titlearea{
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
{
  border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
}

#main-pic{
  background: url("../img/1.jpg") no-repeat scroll center center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  z-index: 1;
  height: 600px;
}

*/

body#home #news-area{
  margin-top: 40px;
}
  /* Grid対応ブラウザ */
  @supports (display: grid) {
    .news-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;
    }
    .news-item.large {
      grid-column: span 2;
      grid-row: span 2;
    }
  }
  /* Grid非対応ブラウザ用 */
  @supports not (display: grid) {
    .news-grid {
      display: flex;
      flex-wrap: wrap;
      margin: -20px;
    }
    .news-item {
      width: calc(25% - 40px);
      margin: 20px;
      height: 200px;
    }
    .news-item.large {
      width: calc(50% - 40px);
      height: 440px;
    }
  }
#news-area img,
#news-area p{
  margin: 0;
}
#news-area .pic{
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#news-area a{
  display: block;
  text-decoration: none;
  height: 100%;
  background: #fff;
  border: 2px solid #1a2145;
}
#news-area img{
  border-bottom: 2px solid #1a2145;
  transition: .3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#news-area a:hover{
  transform: translateY(5px);
/*  background: #eef8fe;*/
  border: 2px solid #0f98bb;
}
#news-area a:hover img{
  border-bottom: 2px solid #0f98bb;
}
#news-area .text{
  padding: 20px;
  font-weight: 700;
}
#news-area .date{
  font-size: 1.4rem;
  color: #666766;
}
#news-area .text .excerpt{
  font-weight: 400;
  color: #666766;
}




/**/
#banarea{
  margin-top: 60px;
}
#banarea .ban,
#banarea .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banarea .inner{
  background: #fff;
  padding: 40px;
}
#banarea img{
  margin: 0;
}
#banarea a{
  display: block;
  border: 1px solid #c6c9c6;
}
#banarea a:hover{
  transform: translateY(5px);
  border: 1px solid #1a2145;
}
#banarea p{
  margin: 0 0 20px 0;
  width: 265px;
}
#banarea .ban p{
  height: 100px;
}
#banarea .ban a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: content-box;
}
#banarea .bandutyfree p{
  height: 220px;
}
#banarea .ban{
  width: calc(100% - 285px);
}
#banarea .bandutyfree{
  width: 265px;
}



/*  shop
////////////////////////////////////////// */
body#shop-idx #category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 20px;
  text-align: center;
  font-size: 2.0rem;
  color: #1a2145;
}
body#shop-idx #category-list{
  margin: 0 0 40px 0;
}
body#shop-idx #category-list li::before{
  display: none;
}
body#shop-idx #category-list li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: calc(20% - 16px);
}
body#shop-idx #category-list li:hover{
  transform: scale(1.05);
}
body#shop-idx #category-list li.active {
  color: #fff;
}
body#shop-idx #category-list img{
  margin: 0;
}
body#shop-idx #category-list li span{
  display: block;
}
body#shop-idx #items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body#shop-idx .item {
  width: 180px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  width: calc(33.33% - 14px);
}
body#shop-idx .item.hide {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.25s ease;
}
body#shop-idx .item:not(.hide) {
  opacity: 1;
  transform: translateY(0);
}
#category-list li[data-category="gourmet"],
body#shop-idx div[data-category="gourmet"] a{
  border: 2px solid #ef6250;
}
#category-list li[data-category="goods"],
body#shop-idx div[data-category="goods"] a{
  border: 2px solid #ee9b2a;
}
#category-list li[data-category="beauty"],
body#shop-idx div[data-category="beauty"] a{
  border: 2px solid #5ebdb9;
}
#category-list li[data-category="clinic"],
body#shop-idx div[data-category="clinic"] a{
  border: 2px solid #728ff2;
}
#category-list li[data-category="service"],
body#shop-idx div[data-category="service"] a{
  border: 2px solid #9280cc;
}
#items div[data-category="gourmet"] .cat,
body#shop-idx #category-list li[data-category="gourmet"].active{
  background: #ef6250;
}
#items div[data-category="goods"] .cat,
body#shop-idx #category-list li[data-category="goods"].active{
  background: #ee9b2a;
}
#items div[data-category="beauty"] .cat,
body#shop-idx #category-list li[data-category="beauty"].active{
  background: #5ebdb9;
}
#items div[data-category="clinic"] .cat,
body#shop-idx #category-list li[data-category="clinic"].active{
  background: #728ff2;
}
#items div[data-category="service"] .cat,
body#shop-idx #category-list li[data-category="service"].active{
  background: #9280cc;
}
body#shop-idx .item .images{
  position: relative;
  margin: 0;
}
body#shop-idx .item .cat{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 7px;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
}
body#shop-idx .item img{
  margin: 0;
  width: 100%;
    height: 160px;
  object-fit: cover;
}
body#shop-idx .item .text{
  padding: 15px;
  font-size: 1.8rem;
}
body#shop-idx .item a{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
body#shop-idx .item a:hover{
  transform: translateY(5px);
}
body#shop-mikago .lv03-03{
  margin-bottom: 30px;
}


/**/
body.shop:not(#shop-idx) #titlearea h1{
  padding: 40px 4%;
}
body.shop h1 span{
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
body.shop.gourmet h1 span{
  background: #ef6250;
}
body.shop.goods h1 span{
  background: #ee9b2a;
}
body.shop.beauty h1 span{
  background: #5ebdb9;
}
body.shop.clinic h1 span{
  background: #728ff2;
}
body.shop.service h1 span{
  background: #9280cc;
}


/**/
#shop-map,
#shop-detail{
  margin: 0 auto;
  max-width: 800px;
}
#shop-detail .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: auto;
  overflow: hidden;
}
#shop-detail .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
#shop-detail .slide.active {
  opacity: 1;
  z-index: 1;
}
#shop-detail .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
#shop-detail .dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
#shop-detail .dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}
#shop-detail .dots button.active {
  background-color: rgba(15, 152, 187, 1);
}
#shop-detail .dots button:hover {
  background-color: rgba(15, 152, 187, 0.8);
}
#shop-detail .linkarea,
#shop-detail .linkarea li,
#shop-detail .linkarea img{
  margin: 0;
  padding: 0;
}
#shop-detail .linkarea{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
#shop-detail .linkarea li{
  margin: 2px 10px;
}
#shop-detail .linkarea li::before{
  display: none;
}
#shop-detail .linkarea img{
  margin-right: 5px;
  vertical-align: middle;
}
#shop-detail .linkarea a{
  color: #0f98bb;
  text-decoration: none;
}

#shop-detail .linkarea a{
  display:inline-block;
  position:relative;
  cursor:pointer
}
#shop-detail .linkarea a::after{
  content:'';
  position:absolute;
  width:100%;
  transform:scaleX(0);
  height:2px;
  bottom:-5px;
  left:0;
  background-color:#0f98bb;
  transform-origin:bottom right;
  transition:transform .4s cubic-bezier(.86,0,.07,1);
}
#shop-detail .linkarea a:hover::after{
  transform:scaleX(1);
  transform-origin:bottom left;
}
#shop-detail table{
  margin-top: 60px;
}
#shop-detail table th{
  width: 8em;
}
#shop-detail .taglist,
#shop-detail .taglist li{
  margin: 0;
  padding: 0;
}
#shop-detail .taglist li::before{
  display: none;
}
#shop-detail .taglist{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#shop-detail .taglist li{
  margin: 0 10px 10px 0 !important;
  padding: 10px;
  border: 1px solid #1a2145;
  line-height: 1;
}
#shop-map h2{
  text-align: left;
}
#shop-map #shoplink{
  margin: 60px 0 0 0;
  text-align: center;
}
#shop-map #shoplink a{
  display: block;
  margin: 0 auto;
  border: 1px solid #0f98bb;
  color: #0f98bb;
  padding: 10px 20px;
  width: 200px;
  border-radius: 50px;
  text-decoration: none;
}
#shop-map iframe{
  width: 100%;
}
#shop-map #shoplink a:hover{
  background: #0f98bb;
  color: #fff;
}




/*  about
////////////////////////////////////////// */
/* idx */
body#about-idx .lead{
  margin: auto;
  max-width: 800px;
}
body#about-idx .ban a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  background: url("../img/bg.webp") 0 0 repeat;
  background-size: 480px 480px;
  padding: 20px 20px 0 40px;
  max-width: 800px;
  text-decoration: none;
  border: 2px solid #1a2145;
}
body#about-idx .ban p{
  margin: 0 0 20px 0;
  width: calc(100% - 280px);
  text-align: left;
  font-size: 2.0rem;
}
body#about-idx .ban em{
  font-size: 140%;
  font-style: normal;
  color: #1a2145;
  font-weight: 400;
  transition: .3s;
}
body#about-idx .ban .image{
  margin: 0;
  width: 200px;
}
body#about-idx .ban img{
  margin: 0;
}
body#about-idx .ban a:hover{
  border: 2px solid #0f98bb;
  transform: translateY(5px);
}
body#about-idx .ban a:hover em{
  color: #0f98bb;
}

/* history */
body#about-idx #history .inner{
  margin: auto;
  padding: 10px 0 60px 0;
  width: 800px;
}
.era .year {
  display: none;
}
#history h4{
  text-align: left;
}
.era h3 {
  position: relative;
  cursor: pointer;
  background: #f3f3f3;
  padding: 0.6em 2em 0.6em 1em;
  margin: 0;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s;
}
.era h3::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
}
.era h3::before {
  content: "";
  position: absolute;
  right: calc(1em + 5px);
  top: 50%;
  width: 2px;
  height: 12px;
  background: #333;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.era h3.active::before {
  opacity: 0;
}
.era h3.active {
  background: #ddd;
}
.era .year {
  display: none;
  margin: 0;
  padding: 1em;
  background: #fafafa;
}
.era .year div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.era .year h4{
  width: 80px;
}
.era .year dl{
  width: calc(100% - 120px);
}
.era .year dt{
  width: ;
}
.era .year dd{
  margin: -1.6em 0 10px 0;
  padding: 0 0 0 5em;
}




/* greeting */
body#about-greeting #lv02-01 .inner{
  margin: auto;
  padding-bottom: 60px;
  max-width: 800px;
}
body#about-greeting .title-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  background: url("../img/bg.webp") 0 0 repeat;
  background-size: 480px 480px;
  padding: 20px 20px 0 40px;
}
body#about-greeting .title-area h2{
  margin: 0 0 20px 0;
  width: calc(100% - 280px);
  text-align: left;
  font-size: 2.0rem;
}
body#about-greeting .title-area h2 em{
  font-size: 140%;
  font-style: normal;
  color: #1a2145;
  font-weight: 400;
}
body#about-greeting .title-area img{
  margin: 0;
}
body#about-greeting .posted em,
body#about-greeting .posted{
  color: #1a2145;
  font-style: normal;
}
body#about-greeting .posted em{
  font-size: 120%;
}





/*  contact
////////////////////////////////////////// */

#contact-form{
  margin: auto;
  width: 800px;
}
#contact-form dl {
  display: flex;
  flex-wrap: wrap;
}
#contact-form dt {
  width: 25%;
  padding: 10px 0;
  font-weight: bold;
}
#contact-form dd {
  width: 75%;
  padding: 10px 0;
}
#contact-form input,
#contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}
#contact-form .required {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  background: #e60000;
  margin-right: 5px;
  font-size: 0.9em;
  line-height: 1;
  border-radius: 5px;
}
#contact-form .send{
  margin-top: 30px;
  text-align: center;
}
#contact-form button{
  background: none;
  padding: 10px 60px;
  border: 2px solid #0f98bb;
  font-size: 2.0rem;
  color: #0f98bb;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}



