@charset "UTF-8";
/* CSS Document */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}

body {
  position: relative;
  /*
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  */
  font-family: 游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro',HGS明朝E,メイリオ,Meiryo,serif;
  font-style: normal;
  font-weight: normal;
  font-size: 93.75% !important;
  right: 0 !important;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight:400 !important;
  }
}
@media (max-width: 640px) {
  body {
    min-width: auto;
  }
}

a {
  text-decoration-skip-ink: none;
  color: inherit;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  flex-shrink:  0;
}

@media (max-width: 640px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 641px) and (max-width: 1120px) {
  .tbNone {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}



/* レイアウト関連 */
.inner {
  box-sizing: border-box;
  width: 92%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

/* リンク関連 */
a.btn_bk {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: 500;
  position: relative;
  font-size: 1.2em;
  background-color: #01296B;
  width: 20.56em;
  height: 3.06em;
  color: white;
  margin: 4.13em auto 0;
  opacity: 1;
}
a.btn_bk span {
  display: block;
}
a.btn_bk:before {
  position: absolute;
  top: 0.33em;
  left: 0.33em;
  content: "";
  display: block;
  border: #01296B 1px solid;
  width: 20.56em;
  height: 3.06em;
}
a.btn_bk:after {
  position: absolute;
  right: 0.5em;
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 0.22em;
  background: url(../images/common/icon_arrow_wh.svg) no-repeat center center/100%;
}
a.btn_bk:hover {
  opacity: 1;
  background-color: #004EA9;
}
a.btn_bk:hover:before {
  border: #004EA9 1px solid;
}
@media (max-width: 640px) {
  a.btn_bk {
    margin-top: 15px;
	margin-bottom:20px;
  }
}
@media (max-width: 640px) {
  a.btn_bk {
    width: 70vw;
  }
  a.btn_bk:before {
    width: 70vw;
  }
}
a.arrowR {
  box-sizing: border-box;
  position: relative;
  height: 40px;
  display: block;
  border: #01296B 1px solid;
  color: #01296B;
  text-align: center;
  font-size: 1.07em;
  padding: 0.5em 0.5em 0.7em;
}
a.arrowR:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 0.5em;
  content: "";
  display: inline-block;
  width: 2.03em;
  height: 0.25em;
  background: url(../images/common/icon_arrow_yl.svg) no-repeat center center/100%;
}

input, button, select, textarea {
  box-sizing: border-box;
  border: none;
  outline: none;
  border: #01296B 1px solid;
  background-color: white;
  padding: 0.5em;
}

input[type=submit], input[type=button] {
  font-family: 游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro',HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 500;
  font-size: 1.2em;
  cursor: pointer;
  letter-spacing: .1em;
  background-color: #01296B;
  color: white;
  width: 20.56em;
  height: 3.06em;
  display: block;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 2em auto 0;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: #004EA9;
  transition: all ease 0.3s;
}
@media (max-width: 640px) {
  input[type=submit], input[type=button] {
    font-size: 1.18em;
    width: 100%;
    height: 12vw;
    margin: 6.66vw auto 0;
  }
}

/* 背景 */
.bgGR {
  background: url(../images/common/bg_gr.jpg) repeat center center;
}

.bgGD {
  background: url(../images/common/bg_gd.jpg) repeat center center;
}

.bgBK {
  background: url(../images/common/bg_bk.jpg) repeat center center;
}

/* ヘッダー部分 */
header.header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 55px;
  margin-top: 0;
  background-color: black;
  position: fixed;
  top: 0;
}
@media (max-width: 640px) {
  header.header {
    position: fixed;
    background-color: black;
    padding: 14px 10px;
  }
}
header.header .logoBox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-left: 1.375em;
}
@media (max-width: 640px) {
  header.header .logoBox {
    margin-left: 0;
  }
}
header.header .logo {
  width: 222px;
  height: 38px;
}
header.header .logo img {
  width: 100%;
}
header.header .menu-trigger,
header.header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  header.header .menu-trigger,
  header.header .menu-trigger span {
    display: none;
  }
}
header.header .menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  z-index: 10;
}
@media (min-width: 641px) {
  header.header .menu-trigger {
    width: 8.46vw;
    height: 7.16vw;
  }
}
header.header.active .menu-trigger {
  background-color: transparent;
  box-shadow: none;
}
header.header .menu-trigger span {
  position: absolute;
  right: 1.125em;
  width: 2.125em;
  height: 1.5px;
  background-color: white;
  border-radius: 3px;
}
header.header.active .menu-trigger span {
  background-color: white;
}
header.header .menu-trigger span:nth-of-type(1) {
  top: 18px;
}
header.header .menu-trigger span:nth-of-type(2) {
  top: 27px;
}
header.header .menu-trigger span:nth-of-type(3) {
  top: 35px;
}
header.header.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(0.9em) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
header.header.active .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  header.header.active .menu-trigger span:nth-of-type(2) 100%  {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  header.header.active .menu-trigger span:nth-of-type(2) 100%  {
    height: 0;
  }
}
header.header.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-0.9em) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
header.header nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(200%);
  background-color: black;
  z-index: 9;
  width: 100%;
}
@media (min-width: 641px) {
  header.header nav {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
    overflow: visible;
    transform: none;
    background-color: transparent;
    position: static;
    height: auto;
    width: auto;
  }
}
@media (max-width: 640px) {
  header.header nav {
    width: 50vw;
    height: 100vh;
  }
}
@media (max-width: 640px) {
  header.header nav {
    width: 100%;
  }
}
@media (min-width: 641px) {
  header.header nav .navSP {
    display: none;
  }
}
@media (max-width: 640px) {
  header.header nav .navSP {
    padding-top: 55px;
  }
}
header.header nav .navSP > li {
  text-align: center;
  color: white;
  line-height: 1;
  border-top: white 1px solid;
}
header.header nav .navSP > li ul > li {
  border-top: gray 1px solid;
}
header.header nav .navSP li a {
  position: relative;
  display: block;
  padding: 0.8em 0;
}
header.header nav .navSP li a.toggle:after {
  position: absolute;
  right: 4vw;
  content: "";
  display: inline-block;
  background: url(../images/common/icon_plus.svg) no-repeat center center/100%;
  width: 1em;
  height: 1em;
}
header.header nav .navSP li a.active:after {
  background-image: url(../images/common/icon_minus.svg);
}
header.header nav .navSP .child {
  display: none;
}
header.header nav .navSP a.toggle {
  cursor: pointer;
}
header.header nav .navPC {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  header.header nav .navPC {
    display: none;
  }
}
header.header nav .navPC > li {
  margin-right: 1em;
}
header.header nav .navPC li {
  position: relative;
}
header.header nav .navPC li.contact {
  width: 1.67em;
}
header.header nav .navPC li:first-child ul {
  left: -1.5em;
}
header.header nav .navPC li:nth-child(2) ul {
  left: -4em;
}
header.header nav .navPC li:nth-child(3) ul {
  left: -3.5em;
}
header.header nav .navPC li ul {
  position: absolute;
  top: 54px;
}
header.header nav .navPC li ul li {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
header.header nav .navPC li ul li:not(:first-child) a {
  border-top: white 1px solid;
}
header.header nav .navPC li ul li a {
  box-sizing: border-box;
  width: 10em;
  background-color: #01296B;
  color: white;
  line-height: 1;
  height: 2.5em;
  padding: 0.1em 0.3em 0.3em;
}
header.header nav .navPC li ul li a:hover {
  background-color: black;
  color:#FFF;
}
header.header nav .navPC li ul li a.childshop {
  width: 13em;
}
header.header nav .navPC li:hover > ul > li {
  overflow: visible;
  height: 2.5em;
}
header.header nav .navPC li a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: white;
  font-size: 1.0625em;
  height: 55px;
  text-decoration: none;
  text-align: center;
}
header.header nav .navPC li a:hover {
  color: #fff;
}
header.header nav .navPC li a.arrow:after {
  content: "";
  display: inline-block;
  width: 0.764em;
  height: 0.411em;
  background: url(../images/common/icon_arrow.png) no-repeat center center/100%;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
header.header.active nav {
  transform: translateX(0%);
}
@media (max-width: 640px) {
  header.header.active nav {
    transform: translateX(50vw);
  }
}
@media (max-width: 640px) {
  header.header.active nav {
    transform: translateX(0%);
  }
}
header.header .contactBox {
  background-color: #01296B;
}
@media (max-width: 640px) {
  header.header .contactBox {
    background-color: black;
    border-top: white 1px solid;
    padding-bottom: 1em;
  }
}
header.header .contactBox > a {
  font-weight: normal;
  font-size: 1.185em;
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic";
  display: block;
  color: white;
}
header.header .contactBox > a:not(:first-of-type) {
  margin-top: 1em;
}
header.header .contactBox .sns {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 1em;
}
header.header .contactBox .sns a {
  display: block;
  width: 2em;
  height: 1.6875em;
}
header.header .contactBox .sns a img {
  width: 100%;
}
header.header .contactBox .sns .ig {
  padding: 0 0.75em;
}
header .contactBox {
  background-color: #01296B;
}

/* フッター部分 */
footer {
  background-color: black;
  color: white;
}
footer .totop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 5.27em;
}
@media (max-width: 640px) {
  footer .totop {
    bottom: 0;
    right: 0;
    width: 50px;
  }
}
@media (max-width: 640px) {
  footer .totop {
    width: 30px;
  }
}
footer .logoBox {
  display: block;
  text-align: center;
  width: 6em;
  padding: 2em 0;
  margin-right: auto;
  margin-left: auto;
}
footer .footerNav {
  padding-bottom: 2em;
}
footer .footerNav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
footer .footerNav li {
  font-weight: 500;
  padding: 0 0.5em;
}
footer .footerNav li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: 1em;
}
@media (max-width: 640px) {
  footer .footerNav {
    display: none;
  }
}
footer .sns {
  padding-bottom: 2em;
}
footer .sns ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
footer .sns a {
  width: 1.73em;
  height: 1.73em;
  display: inline-block;
  margin: 0 0.2em;
}
footer .copy {
  text-align: center;
  padding-bottom: 2em;
}
footer .copy span {
  font-size: 0.93em;
}
footer .copy span:before {
  content: '\0a9';
}

/* コンテンツ内 */
#breadcrumb {
  padding-left: 1em;
}
#breadcrumb li {
  display: inline-block;
  font-size: 0.75em;
}
#breadcrumb li:not(:last-child):after {
  content: ">";
  margin-left: 0.5em;
}
#breadcrumb li a:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  #breadcrumb {
    padding: 4vw 4vw;
  }
  #breadcrumb li {
    font-size: 0.88em;
  }
}

.secTitle, .secTitleBk {
  text-align: center;
  margin-bottom: 4.33em;
}
@media (max-width: 640px) {
  .secTitle, .secTitleBk {
    margin-bottom: 6vw;
  }
}
.secTitle .jp, .secTitleBk .jp {
  font-weight: 500;
  font-size: 1.87em;
  display: block;
  letter-spacing: 0.1em;
}
.secTitle .en, .secTitleBk .en {
  font-size: 0.8em;
  color: white;
  border: #1a1a1a 1px solid;
  background-color: #333333;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.4em 0.5em 0.4em;
  margin-top: 1.5em;
}
*::-ms-backdrop,.secTitle .en, .secTitleBk .en {
  padding-top: 0.5em;
  padding-bottom: :  0;
}
.secTitleBk {
  text-align: center;
}
.secTitleBk .jp {
  color: #fff;
}
.secTitleBk .en {
  color: inherit;
  border: #1a1a1a 1px solid;
  background-color: #fff;
}

.under section {
  padding: 9.33em 0;
}
@media (max-width: 640px) {
  .under section {
    padding: 10vw 0;
  }
}
.under .pageTitle {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: url(../images/about/main.jpg) no-repeat center center/cover;
  width: 100%;
  height: 30em;
}
@media (max-width: 640px) {
  .under .pageTitle {
    height: 50vw;
  }
}
.under .pageTitle span {
  display: block;
  color: white;
  font-weight: 500;
}
.under .pageTitle .jp {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.under .pageTitle .en {
  font-size: 1.33em;
  padding-top: 1em;
}
@media (max-width: 640px) {
  .under .pageTitle .jp {
  font-size: 1.6em;
}
.under .pageTitle .en {
  font-size: 1em;
  line-height: 1.6;
}

}

.shoplist ul, .shoplist ol, .attlist ul, .attlist ol {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.33em;
  margin-bottom: -2.33em;
}
@media (max-width: 640px) {
  .shoplist ul, .shoplist ol, .attlist ul, .attlist ol {
    margin-left: -3vw;
    margin-bottom: -3vw;
  }
}
.shoplist li, .attlist li {
  box-sizing: border-box;
  width: calc((100% - 2.33em * 3) / 3);
  margin-left: 2.33em;
  margin-bottom: 2.33em;
}
*::-ms-backdrop,.shoplist li, .attlist li {
  width: calc(50% - 2.33em);
}
@media (max-width: 640px) {
  .shoplist li, .attlist li {
    width: calc(50% - 3vw);
    margin-left: 3vw;
    margin-bottom: 3vw;
  }
}

.shoplist li {
	background-image:url(../images/common/bg_gr.jpg);
	background-repeat:repeat;
  width:46%;
}
.shoplist a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.shoplist a img {
  width: 100%;
  display: block;
}
.shoplist .category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  line-height: 1;
  color: #fff;
  padding: 5px;
}
*::-ms-backdrop,.shoplist .category {
  padding: 0.3em 0.3em 0.1em;
}
@media (max-width: 640px) {
  .shoplist .category {
    font-size: 0.93em;
  }
}
.shoplist .title {
  font-weight: 500;
  color: #eacf6a;
  font-size: 1.53em;
  text-align: center;
}

.shoplist .title img{
	width:100%;}

@media (max-width: 640px) {
  .shoplist .title {
    font-size: 1.2em;
  }
}
.shoplist p {
  color:#333;
  line-height: 1.73;
  padding-top: 0.5em;
}
@media (max-width: 640px) {
  .shoplist p {
    font-size: 1.07em;
  }
}
@media (max-width: 640px) {
  .shoplist p {
    font-size: 0.93em;
  }
}
.shoplist .textBox {
  padding: 2em;
}
@media (max-width: 640px) {
  .shoplist .textBox {
    padding: 2vw;
  }
}
.shoplist .banner {
  width: 36em;
  margin: 3.73em auto 0;
}
@media (max-width: 640px) {
  .shoplist .banner {
    margin-top: 3vw;
  }
}
@media (max-width: 640px) {
  .shoplist .banner {
    width: 100%;
  }
}
main {
  display: block;
}




.rinji{
	background-image:url(../images/common/bg_gr.jpg);
	background-repeat:repeat;
	color:#000;
	padding:30px;}

.rinji p{
	text-align:center;
	font-size:18px;
	color:#333;
	padding-bottom:30px;}


