@charset "UTF-8";
/* =BASE
-------------------------------------------------- */
::-moz-selection {
  background: #ce283f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ce283f;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: underline;
}

.minH210 {
  min-height: 210px;
}

.inlineList li {
  display: inline-block;
}

/* TABLE */
table,
table tr th,
table tr td {
  border-collapse: collapse !important;
}

table {
  width: 100%;
  border: 1px solid #999;
}

table tr th,
table tr td {
  vertical-align: top;
  padding: 15px;
}

table tr td {
  border-bottom: 1px solid #999;
  border-top: none;
}

table tr th {
  width: 7em;
  font-weight: bold;
  border: 1px solid #999;
  background: rgba(206, 40, 63, 0.1);
}

table tr.bdrNone td.tbBdr {
  width: 8em;
}

table tr.bdrNone td {
  border: none;
}

:root .switch {
  visibility: visible;
  /* IEだけ */
}

.new {
  color: #fff;
  background-color: #ce283f;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 1.8;
}

/* =Back to TOP
--------------------------------------------------*/
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

#back-top a {
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
  width: 68px;
  height: 68px;
  display: block;
  background: url("../imgs/pc/btn_toTop.png") no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../imgs/pc/btn_toTop.png", sizingMethod="scale");
  -webkit-transition: 1s;
  transition: 1s;
  background-image: none\9 ;
}

#back-top a:hover span {
  cursor: pointer;
}

/* =OVERRIDE
-------------------------------------------------- */
#main .acMenu div.acInner {
  display: block !important;
}

/* =HEADER LINE
-------------------------------------------------- */
h2 {
  margin-bottom: 1em;
}

.hStyle01 {
  padding: 6px 10px 4px;
  border-radius: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: url(../imgs/bg_h2.gif) repeat left top;
}

.hStyle02 {
  padding-left: 0.5em;
  border-left: 5px solid #ce283f;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* =CONTENTS
-------------------------------------------------- */
body {
  padding: 20px 0;
}

#oneColumn {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  background: url(../imgs/pc/bg_page.png);
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: #333 0px 0px 10px 0px;
          box-shadow: #333 0px 0px 10px 0px;
  position: relative;
}

header,
#main,
#gFooter {
  width: 740px;
  margin: 0 auto;
}

#style,
#menu,
#shop {
  margin-bottom: 40px;
}

/* HEADER */
header {
  margin-bottom: 20px;
}

header .logo img {
  display: block;
  margin-top: 15px;
}

header h1,
header p {
  margin-bottom: 0px !important;
}

header .tel {
  background: #db2d4a;
  padding: 3px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px !important;
}

header dt {
  width: 5em;
  float: left;
  text-align: left;
}

header dd {
  text-align: left;
}

.animgif {
  text-align: center;
  margin-bottom: 30px;
}

.animgif img {
  margin-top: 16px;
  width: 94%;
}

.bl_mainimg {
  text-align: center;
  margin: 15px 0 30px;
}

.shopInfo {
  position: relative;
}

/*aka*/
.cledit_card {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #384de6;
  border-radius: 10px;
  color: #FFF;
  padding: 5px 20px !important;
}

#mainImg {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

#mainImg * {
  position: absolute;
}

#mainImg img {
  max-width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#mainImg p {
  width: 100%;
  left: 20px;
  z-index: 2;
}

#mainImg .ttl {
  width: 400px;
  top: 160px !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ba645c;
}

#mainImg .txt {
  bottom: 20px;
}

nav {
  width: 100%;
  background: #ce283f;
}

nav ul {
  width: 780px;
  margin: 0 auto;
}

nav li {
  position: relative;
  text-align: center;
  line-height: 14px;
}

nav li:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #b0152f;
}

nav li:first-child:before {
  content: none;
}

nav a {
  display: block;
  width: 130px;
  height: 10px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

nav a:hover {
  background: #ee3f5d;
  text-decoration: none;
}

#guide,
#price,
#shopList,
#company,
#recruit,
#fc,
#campaign {
  margin-bottom: 60px;
}

#campaign {
  width: 740px;
  margin: 0 auto;
}

#campaign .monthlyevent::after {
  content: "";
  display: block;
  clear: both;
}

#campaign .monthlyevent dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #ce283f;
  float: left;
  clear: both;
  width: 3em;
}

#campaign .monthlyevent dd {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
}

#guide p {
  margin-bottom: 5px;
}

#guide ul {
  margin-bottom: 20px;
}

#guide dt {
  font-weight: bold;
  font-size: 20px;
  color: #ce283f;
}

#guide dd {
  margin-bottom: 20px;
}

#guide .excellent {
  padding: 20px;
  border: 2px solid #ce283f;
}

#guide .excellent div {
  width: 440px;
  float: right;
}

#guide .excellent div p {
  line-height: 1.8;
}

#guide .excellent div strong {
  font-weight: bold;
  font-size: 20px;
  color: #ce283f;
  line-height: 1 !important;
}

#guide .excellent img {
  width: 240px;
  float: left;
}

#msg h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ce283f;
}

#msg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#msg ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 10px;
}

#msg ul li img {
  width: 100%;
  height: auto;
}

#price h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ce283f;
}

#price dl {
  margin-bottom: 10px;
}

#price dt {
  float: left;
  width: 10em;
  clear: both;
  font-weight: bold;
}

#price dd {
  float: left;
  margin-bottom: 10px;
}

#price p {
  margin-bottom: 5px;
}

#price p strong {
  font-size: 16px;
  font-weight: bold;
  color: #ce283f;
}

#price .bg {
  background: rgba(206, 40, 63, 0.05);
}

/* OVER RIDE
  ==================================================*/
/* easy-responsive-tabs.css
  ==================================================*/
#shopList p {
  margin-bottom: 30px !important;
}

#shopList p strong {
  font-size: 16px;
  font-weight: bold;
  color: #ce283f;
}

#shopList .br {
  display: none;
}

#shopList .resp-tab-content {
  padding: 0 !important;
}

#shopList .resp-tabs-list {
  border-bottom: 3px solid #ce283f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#shopList ul.resp-tabs-list,
#shopList p {
  margin: 0px;
  padding: 0px;
}

#shopList .resp-tabs-list li {
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ce283f;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #f9e2e5;
  color: #ce283f;
  font-weight: bold;
  text-align: center;
}

#shopList .resp-tabs-list li:first-child {
  margin-left: 0px;
}

#shopList .resp-tabs-list li:hover {
  background: #ce283f !important;
  color: #FFF !important;
}

#shopList .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
}

#shopList h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

#shopList .resp-tab-content {
  display: none;
}

#shopList .resp-tab-active {
  background: #ce283f !important;
  color: #FFF !important;
}

#shopList .resp-tab-active:before {
  content: none !important;
}

#shopList .resp-content-active {
  display: block;
}

/* IE6 */
/* IE7 */
#shopList .menuList * html li {
  zoom: 1;
}

#shopList .menuList *:first-child + html li {
  zoom: 1;
}

#shopList .menuList li {
  position: relative;
  padding: 15px !important;
}

#shopList .menuList li:nth-child(even) {
  background: rgba(206, 40, 63, 0.05);
}

#shopList .menuList li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#shopList .menuList li img {
  float: left;
  margin-left: 20px;
}

#shopList .menuList li div {
  width: 410px;
  float: right;
  height: 170px;
}

#shopList .menuList li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ce283f;
}

#shopList .menuList li dt {
  clear: both;
  font-weight: bold;
}

#shopList .menuList li dd {
  margin-bottom: 5px;
}

#shopList .menuList li .mapBtn {
  position: absolute;
  top: 88px;
  right: 15px;
}

#shopList .menuList li .mapBtn a {
  padding: 5px 20px;
  background: #db2d4a;
  display: block;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
}

#shopList .menuList li .mapBtn a:hover,
#shopList .menuList li .mapBtn a:active,
#shopList .menuList li .mapBtn a:focus {
  background: #ee3f5d;
  text-decoration: none;
}

#shopList .menuList li .lineBtn {
  position: absolute;
  top: 130px;
  right: 15px;
}

#shopList .menuList li .lineBtn img {
  width: 110px;
  height: auto;
}

#price {
  /* OVER RIDE
  ==================================================*/
  /* easy-responsive-tabs.css
  ==================================================*/
}
#price p {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
}
#price p strong {
  font-size: 16px;
  font-weight: bold;
  color: #ce283f;
}
#price br {
  display: none;
}
#price .resp-tab-content {
  padding: 0 !important;
}
#price .resp-tabs-list {
  border-bottom: 3px solid #ce283f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#price ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
#price .resp-tabs-list li {
  padding: 6px;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ce283f;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #f9e2e5;
  color: #ce283f;
  font-weight: bold;
  text-align: center;
}
#price .resp-tabs-list li:first-child {
  margin-left: 0px;
}
#price .resp-tabs-list li:hover {
  background: #ce283f !important;
  color: #FFF !important;
}
#price table {
  margin: 15px 0;
  border: 0;
}
#price table th {
  background-color: #f9e2e5;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#price table td {
  text-align: center;
  border: 1px solid #999;
  padding: 10px;
}
#price table thead td {
  border: 0px none;
  background-color: #FFF;
}
#price #annotation {
  margin: 15px;
}
#price #annotation p {
  margin-bottom: 10px;
  text-indent: -1em;
}
#price .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
}
#price h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
#price .resp-tab-content {
  display: none;
}
#price .resp-tab-active {
  background: #ce283f !important;
  color: #FFF !important;
}
#price .resp-tab-active:before {
  content: none !important;
}
#price .resp-content-active {
  display: block;
}
#price .menuList li {
  position: relative;
  padding: 15px !important;
}
#price .menuList li:nth-child(even) {
  background: rgba(206, 40, 63, 0.05);
}
#price .menuList li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#price .menuList li img {
  float: left;
  margin-left: 20px;
}
#price .menuList li div {
  width: 410px;
  float: right;
  height: 170px;
}
#price .menuList li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ce283f;
}
#price .menuList li dt {
  clear: both;
  font-weight: bold;
}
#price .menuList li dd {
  margin-bottom: 5px;
}
#price .menuList li .mapBtn {
  position: absolute;
  top: 88px;
  right: 15px;
}
#price .menuList li .mapBtn a {
  padding: 5px 20px;
  background: #db2d4a;
  display: block;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
}
#price .menuList li .mapBtn a:hover,
#price .menuList li .mapBtn a:active,
#price .menuList li .mapBtn a:focus {
  background: #ee3f5d;
  text-decoration: none;
}
#price .menuList li .lineBtn {
  position: absolute;
  top: 130px;
  right: 15px;
}
#price .menuList li .lineBtn img {
  width: 110px;
  height: auto;
}

#company h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

#company h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #ce283f;
  text-align: center;
}

#company h4 span {
  display: block;
  font-size: 18px;
}

#company .greeting {
  margin-bottom: 40px;
}

#company table {
  margin-bottom: 10px;
}

#recruit p,
.recruit p {
  text-align: center;
}

#recruit a,
.recruit a {
  width: 260px;
  padding: 20px;
  margin: 0 auto;
  background: #db2d4a;
  display: block;
  border-radius: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#recruit a:hover,
#recruit a:active,
#recruit a:focus,
.recruit a:hover,
.recruit a:active,
.recruit a:focus {
  background: #ee3f5d;
  text-decoration: none;
}

.recruit-box {
  padding: 0 30px 30px;
}

strong {
  font-weight: bold;
  font-size: 20px;
  color: #ce283f;
  line-height: 1 !important;
}

.bl_pickup {
  padding: 30px;
}

#fc h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ce283f;
}

#fc table {
  margin-bottom: 20px;
}

#fc p {
  margin-bottom: 5px;
}

#fc .cf {
  margin-top: -40px;
  margin-bottom: 40px;
}

#fc .cf p {
  float: left;
  width: 560px;
  padding-top: 40px;
}

#fc .cf img {
  float: right;
}

/* FOOTER */
#gFooter {
  padding: 0 30px 0;
  text-align: center;
  background-color: #db2d4a;
  border-radius: 0 0 10px 10px;
  zoom: 1;
  position: relative;
}

#gFooter p {
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

/* 問い合わせ */
#contact {
  margin: 0 0 40px;
}
#contact #contact-detail {
  text-align: center;
}
#contact #contact-detail h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 40px;
}
#contact #contact-detail a.form {
  width: 260px;
  padding: 20px;
  margin: 0 auto;
  background: #db2d4a;
  display: block;
  border-radius: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#contact #contact-detail a.form:hover,
#contact #contact-detail a.form:active,
#contact #contact-detail a.form:focus {
  background: #ee3f5d;
  text-decoration: none;
}
#contact #contact-detail .tel {
  margin-bottom: 0;
}
#contact #contact-detail .tel a {
  font-weight: bold;
  font-size: 2em;
  color: #db2d4a;
}
#contact #contact-detail .tel a:hover,
#contact #contact-detail .tel a:active,
#contact #contact-detail .tel a:focus {
  text-decoration: none;
}
#contact #contact-detail .Reception-hours {
  font-size: 1.2em;
}

/* --- 20260123 追加 start--- */
.privacy-policy {
  padding: 32px;
}
.privacy-policy__heading {
  all: revert;
  font-size: 20px;
}
.privacy-policy__lead {
  margin: 0 0 32px 0;
}

.term {
  margin: 0 0 8px 0;
  background-color: #eee;
  font-weight: bold;
}

.desc {
  margin: 0 0 24px 0;
}

.company-info {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.company-info__term::after {
  content: "：";
}
.company-info__desc {
  margin: 0;
}