@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  color: #444;
  background-color: #FFFFFF;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0.02em;
}

body.MOD-nav-open {
  overflow: hidden;
}

input[type="text"],
input[type='password'],
input[type='tel'],
textarea,
select {
  font-size: 16px;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:SP-content-block */
  margin-bottom: 30px;
}

.Content-block:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /*padding-top: 35px;
  padding-bottom: 35px;*/
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

.Content-block.MOD-bg:nth-last-of-type(even) {
  background-color: #fff;
}

.Content-article {
  /* @mixin:SP-content-article */
  margin-bottom: 30px;
}

.Content-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

.Content-body,
.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}

.Table-basic,
.Table-basic tbody,
.Table-basic tr,
.Table-basic th,
.Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
  width: 100%;
}

.Table-basic>tbody>tr~tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}

.Table-basic>tbody>tr>td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}

.Table-basic>tbody>tr>th,
.Table-basic>tbody>tr>td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #f4f4f4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-bottom: 4px double #dcdcdc;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
  padding: 0 10px 6px;
  font-weight: bold;
}

.Title-article {
  /* @mixin:SP-title-article */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: rgba(213, 237, 237, 0.8);
  padding: 3px;
  margin-bottom: 10px;
}

.Title-article a,
.Title-article span {
  /* @mixin:SP-title-article */
  font-weight: bold;
  /*border: 2px dashed #fff;*/
  display: block;
  padding: 3px 6px;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  color: #333;
}

.Title-small {
  /* @mixin:SP-title-small */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 15px;
  padding: 0 5px;
  text-align: center;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #ed2a3f;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #FFF !important;
  font-size: 17px;
  padding: 9px 17px 12px;
  border-radius: 2px;
  line-height: 1.3;
}

.Btn-cv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #8cd4d2;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 2px;
  line-height: 1.3;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  position: relative;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #8cd4d2 !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #FFF;
  border-radius: 2px;
  line-height: 1.3;
  padding: 10px;
  font-size: 14px;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #ed646f;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  word-break: break-all;
  text-align: left;
  border: 1px solid;
  background-color: #FFF;
  font-size: 12px;
  border-radius: 2px;
  padding: 7px 10px 7px 22px;
  line-height: 1.3;
}

.Btn-anchor:before {
  /* @mixin:SP-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #8cd4d2 transparent transparent transparent;
  display: block;
  top: 12px;
  left: 8px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  display: inline-block;
  padding-left: 12px;
  /* before */
}

.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #8cd4d2;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
underline
----------------------------------------------------------- */
span.under-line {
  background: linear-gradient(transparent 50%, #fdedaf 60%);
  padding-bottom: 0.1em;
  font-weight: bold;
}
/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 8px;
  padding-right: 8px;
}

.Edit.MOD-top .wb-edit {
  padding: 5px 0 15px;
}

.Edit.MOD-bottom .wb-edit {
  padding: 15px 0;
}

.Edit .wb-edit:empty {
  display: none;
}

/*
-----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */
.Pagetop a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Flexbox
-----------------------------------------------------------
----------------------------------------------------------- */
.Flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

/* .Flex-container .Flex-item{
	justify-content: space-between;
} */
/*
---------------------------------------------------------
col02
--------------------------------------------------------- */
.Flex-container.col02>.Flex-item {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 4%;
}

.Flex-container.col02>.Flex-item:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

/*
---------------------------------------------------------
col03
--------------------------------------------------------- */
.Flex-container.col03>.Flex-item {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 4%;
}

.Flex-container.col03>.Flex-item:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

/*
---------------------------------------------------------
col04
--------------------------------------------------------- */
.Flex-container.col04>.Flex-item {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 4%;
}

.Flex-container.col04>.Flex-item:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

/*
---------------------------------------------------------
col05
--------------------------------------------------------- */
.Flex-container.col05>.Flex-item {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 4%;
}

.Flex-container.col05>.Flex-item:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Item_top 　　indoor_poster/canvas_top/outdoor_poster
-----------------------------------------------------------
----------------------------------------------------------- */
.Item_top .select_order_ex {
  align-items: flex-end;
  margin-bottom: 26px;
  display: block;
}

.Item_top .select_order_ex .img-wrap {
  align-items: flex-end;
}

.Item_top .select_order_ex .img-wrap>.Flex-item {
  width: 58%;
  margin-right: 0;
  margin-left: 2%;
  margin-bottom: 2%;
  text-align: center;
  position: relative;
}

.Item_top .select_order_ex .img-wrap>.Flex-item:nth-of-type(2n+1) {
  width: 39%;
  margin-left: 0 !important;
}

.Item_top .select_order_ex .img-wrap img {
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-right: 7px;
}

.Item_top .select_order_ex .Item_spec {
  background-color: #fff8f8;
  padding: 10px;
}

.Item_top #photofull .select_order_ex .Item_spec {
  background-color: #fbf4e2;
}

.Item_top #omakase .select_order_ex .Item_spec {
  background-color: #eff9f8;
}

.Item_top #template .select_order_ex .Item_spec {
  background-color: #f2f7fa;
}

.Item_top .select_order_ex .Item_spec>div {
  padding: 10px 0 10px 41px;
}

.Item_top .select_order_ex .Item_spec .spec1 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/star_pink.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

.Item_top .select_order_ex .Item_spec .spec2 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/clock_pink.svg);
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 6px;
}

.Item_top .select_order_ex .Item_spec .spec3 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/wallet_pink.svg);
  background-repeat: no-repeat;
  background-position: center left 3px;
}

.Item_top #photofull .select_order_ex .Item_spec .spec1 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/star_yellow.svg);
}

.Item_top #photofull .select_order_ex .Item_spec .spec2 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/clock_yellow.svg);
}

.Item_top #photofull .select_order_ex .Item_spec .spec3 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/wallet_yellow.svg);
}

.Item_top #omakase .select_order_ex .Item_spec .spec1 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/star_green.svg);
}

.Item_top #omakase .select_order_ex .Item_spec .spec2 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/clock_green.svg);
}

.Item_top #omakase .select_order_ex .Item_spec .spec3 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/wallet_green.svg);
}

.Item_top #template .select_order_ex .Item_spec .spec1 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/star_blue.svg);
}

.Item_top #template .select_order_ex .Item_spec .spec2 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/clock_blue.svg);
}

.Item_top #template .select_order_ex .Item_spec .spec3 {
  background-image: url(/web-box/contents/cabinet/upload/poster/box_img/indoor_poster/wallet_blue.svg);
}

.Item_top .Content-block.select_order_box {
  margin-bottom: 57px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Photofull-rss-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Photofull-rss-wrap {
  padding-top: 30px;
}

.Photofull-rss-wrap ul {
  margin: 0;
}

.Photofull-rss-wrap ul.Flex-container.col02>li {
  list-style: none;
  position: relative;
  z-index: 1;
  width: 100%;
}

.Photofull-rss-wrap .pf-rss-title {
  background-color: #ffeeee;
  color: #ed646f;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
  margin-bottom: 10px;
}

.Photofull-rss-wrap .pf-rss-img-wrap {
  width: 38%;
  padding-bottom: 31%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
}

.Photofull-rss-wrap .pf-rss-txt-wrap {
  width: 60%;
  float: right;
}

.Photofull-rss-wrap li .pf-rss-link {
  text-align: right;
  color: #ed646f;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 13px;
}

.Photofull-rss-wrap li .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  text-indent: -9999px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.JS-Pagetop {
  display: none;
  position: fixed;
  right: 8px;
  bottom: 10px;
  z-index: 100;
}

.JS-Pagetop a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  border: 1px solid #4aa8a7;
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px auto;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Common-item-list-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Sub .Common-item-list-block {
  padding-top: 30px;
}

.Common-item-list-block .wb-blog-content-list+.wb-blog-content-list {
  padding-top: 25px;
}

.Common-item-list-block .wb-blog-content-list .wb-blog-categ-title {
  color: #ed646f;
  font-size: 16px;
  padding-left: 13px;
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}

.Common-item-list-block .wb-blog-content-list .wb-blog-categ-title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ed646f;
}

.Common-item-list-block .wb-blog-content-list .list-wrap+.list-wrap {
  padding-top: 5px;
}

.Common-item-list-block .wb-blog-content-list .list-wrap a {
  position: relative;
  padding-left: 12px;
}

.Common-item-list-block .wb-blog-content-list .list-wrap a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ed646f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Common-option-list-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Sub .Common-option-list-block {
  padding-top: 30px;
}

/*
---------------------------------------------------------
 Common-option-list-wrap01
--------------------------------------------------------- */
.Common-option-list-block .Common-option-list-wrap01 .body-wrap {
  border: 1px solid #dcdcdc;
  padding: 6px;
  position: relative;
}

.Common-option-list-block .Common-option-list-wrap01 .body-wrap .img-wrap {
  margin-bottom: 5px;
}

.Common-option-list-block .Common-option-list-wrap01 .body-wrap .title-wrap {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0px;
  line-height: 1.2;
}

.Common-option-list-block .Common-option-list-wrap01 .option-link-wrap {
  display: none;
}

.Common-option-list-block .Common-option-list-wrap01 .MOD-option-link.body-wrap:hover .option-link-wrap {
  display: block;
  width: 100%;
  background-color: #fff4e1;
}

.Common-option-list-block .Common-option-list-wrap01 .MOD-option-link.body-wrap:hover .option-link-wrap a {
  color: #8cd4d2;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  text-decoration: underline;
}

.Common-option-list-block .Common-option-list-wrap01 .MOD-option-link.body-wrap:hover .option-link-wrap ul {
  padding: 3px;
}

.Common-option-list-block .Common-option-list-wrap01 .MOD-option-link.body-wrap:hover .option-link-wrap ul li {
  border: 0;
}

/*
---------------------------------------------------------
 Common-option-list-wrap02
--------------------------------------------------------- */
.Common-option-list-block .Common-option-list-wrap02 .wb-blog-content-list {
  overflow: hidden;
}

.Common-option-list-block .Common-option-list-wrap02 .wb-blog-content-list+.wb-blog-content-list {
  padding-top: 10px;
}

.Common-option-list-block .Common-option-list-wrap02 .wb-blog-content-list .wb-blog-categ-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.Common-option-list-block .Common-option-list-wrap02 .wb-blog-content-list .wb-blog-categ-title:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ed646f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.Common-option-list-block .Common-option-list-wrap02 .list-wrap {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 2%;
  border: 1px solid #ccc;
  letter-spacing: 0;
}

.Common-option-list-block .Common-option-list-wrap02 .list-wrap:nth-child(2n+2) {
  margin-left: 0;
  clear: both;
}

.Common-option-list-block .Common-option-list-wrap02 .list-wrap:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.Common-option-list-block .Common-option-list-wrap02 .list-wrap a {
  color: #444;
  padding: 5px 5px 5px 18px;
  position: relative;
  font-size: 14px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.Common-option-list-block .Common-option-list-wrap02 .list-wrap a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ed646f;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: calc(50% - 2.5px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/*.Wrapper {
  padding-top: 42px;
}*/

/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  /*box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 1px 4px 1px rgba(237, 237, 237, 0.4);
}

.Header .header-top-area {
  background: #eee;
  padding: 3px 5px 2px;
  line-height: 1.3;
  font-size: 10px;
  color: #444;
  letter-spacing: 0;
  height: 20px;
}

.Header .header-top-area h1,
.Header .header-top-area span.copy {
  font-size: 100% !important;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.Header .top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 5px;
}

.Header .left-wrap {
  /*float: left;
  max-width: 79%;*/
  max-width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* align-content: flex-start; */
  justify-content: center;
  align-items: flex-start;
}

/*
---------------------------------------------------------
 Logo
--------------------------------------------------------- */
.Header .Logo {
  position: relative;
  /*display: table;*/
}

.Header .Logo a {
  /*display: table-cell;
  vertical-align: middle;
  height: 42px;
  padding-left: 5px;*/
  display: block;
}

.Header .Logo::after {
  content: "";
  position: absolute;
  background-image: url(/img/common/header/header_img.svg);
  background-size: 41px 35px;
  background-repeat: no-repeat;
  width: 41px;
  height: 35px;
  top: 3px;
  right: -48px;
}

.Header .Logo img {
  height: 40px !important;
}

/*
---------------------------------------------------------
 sp-btn-wrap
--------------------------------------------------------- */
.Header .sp-btn-wrap {
  /*float: right;
  display: table;
  max-width: 20%;*/
  display: flex;
  max-width: 32%;
  align-items: stretch;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

.Header .sp-btn-wrap a {
  /*padding: 5px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 42px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 45px;
  padding: 5px;
}

.Header .sp-btn-wrap .cart-btn img {
  height: 25px !important;
}

.Header .sp-btn-wrap .slide-menu img {
  height: 21px !important;
  padding: 0;
}

.Header .sp-btn-wrap .slide-menu {
  padding: 10px 5px;
}

/*--
.Login-box-btn:before {
    margin: 13px 0 13px 10px;
    content: " ";
    display: inline-block;
    width: 174px;
    height: 54px;
    background: url('/sp_img/tel.gif') no-repeat;
    background-size: cover;
}
 --*/
.Header .Login-box-before,
.Header .Login-box-after,
.Header .right-wrap {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  padding: 10px 0 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  margin-bottom: 10px;
}

.Page-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  font-size: 18px;
  border-bottom: 1px solid #8cd4d2;
  padding: 0 10px 3px 10px;
  line-height: 1.2;
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
breadcrumb
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #aaa;
}

.Page-head .breadcrumb {
  position: relative;
  padding: 4px 10px 8px;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .home,
.Page-head .breadcrumb .wb-sitemap,
.Page-head .breadcrumb .Topicpath,
.Page-head .breadcrumb .cart-breadcrumbs {
  display: inline-block;
  vertical-align: middle;
}

.Page-head .breadcrumb .home {
  padding-bottom: 2px;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}

.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
}

.Page-head .breadcrumb li {
  padding-left: 0.5em;
}

.Page-head .breadcrumb .wb-sitemap li:first-child,
.Page-head .breadcrumb .Topicpath li:first-child {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha-alpha {
  margin-bottom: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  margin: 0;
}

.Beta .beta-bnr-wrap .wb-links-categ {
  display: inline-block;
}

.Beta .beta-bnr-wrap .wb-links-list {
  margin-bottom: 10px;
  display: inline-block;
}

.Beta .beta-mainitem-nav-wrap,
.Beta .beta-nav-wrap,
.Beta .beta-information-wrap {
  display: none;
}

/* beta-mainitem-nav-body
--------------------------------------------------------- */
.Beta .beta-mainitem-nav-body {
  margin-bottom: 10px;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li>a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #8cd4d2;
  text-decoration: none;
  padding: 10px 10px 10px 60px;
  border: 1px solid #ed646f;
  background: url("/img/common/beta/mainitem_poster.svg") no-repeat 5px center;
  letter-spacing: 0;
  background-size: 53px !important;
  font-family: "游ゴシック", "Yu Gothic", 'Rounded Mplus 1c';
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li>a:hover {
  background-color: #ffeed9;
  opacity: 1;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li>a:before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/img/common/arrow_next.svg) no-repeat center center;
  background-size: 8px auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 3%;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li+li {
  margin-top: 10px;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li.MOD-flag {
  position: relative;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li.MOD-flag:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ed646f transparent transparent transparent;
}

.Beta .beta-mainitem-nav-body li.okunai-menu>a {
  background: url("/img/common/icon_okunai.png") no-repeat left center;
}

.Beta .beta-mainitem-nav-body li.canvas-menu>a {
  background: url("/img/common/icon_canvas.png") no-repeat left center;
}

.Beta .beta-mainitem-nav-body li.outside-menu>a {
  background: url("/img/common/icon_outside.png") no-repeat left center;
}

.Beta .beta-mainitem-nav-body li.welcome-menu>a {
  background: url("/img/common/icon_welcome.png") no-repeat left center;
}

.Beta .beta-mainitem-nav-body li.calendar-menu>a {
  background: url("/img/common/icon_calendar.png") no-repeat left center;
}

/*--dropdownmenu--*/
.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li {
  position: relative;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li ul.dropmenu {
  width: 260px;
  z-index: 9999;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -260px;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li ul.dropmenu li {
  width: 100%;
  clear: left;
  color: #fff;
  text-indent: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  border-left: 0;
  background-color: #fff;
  padding: 0;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li ul.dropmenu li:last-child {
  border-bottom: 0;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li ul.dropmenu li a {
  padding: 10px 5px 10px 20px;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  display: block;
  border-radius: 0;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li ul.dropmenu {
  display: none;
  background: none;
}

.Beta .beta-mainitem-nav-body .beta-main-item-nav-list>li:hover ul.dropmenu {
  display: block !important;
  height: auto !important;
}

/* beta-nav-body
--------------------------------------------------------- */
/* .Beta .beta-nav-body{
	margin-bottom:10px;
}
.Beta .beta-nav-wrap .beta-nav-btn{
	font-size:16px;
	color:#444;
	font-weight:bold;
	background-color:#fff;
	display:block;
	padding:8px 5px;
	text-decoration:none;
	background-repeat:no-repeat;
	background: url(/img/common/btn_arrow_down.svg) no-repeat center;
	background-position:96% center;
	border-bottom: 1px solid #444;
}
.Beta .beta-nav-wrap .beta-nav-body:first-child .beta-nav-btn{
	background-image:url('/img/common/btn_arrow_up.svg');
}
.Beta .beta-nav-wrap .beta-nav-btn.active{
	background-image:url('/img/common/btn_arrow_up.svg');
}
.Beta .beta-nav-wrap .beta-nav-body:first-child .beta-nav-btn.active{
	background-image:url('/img/common/btn_arrow_down.svg');
}
.Beta .beta-nav-wrap .beta-nav-btn:hover,
.Beta .beta-nav-wrap .beta-nav-btn:active{

	opacity: 1;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap > li {
	border:0;
	margin-top:10px;
}
.Beta .beta-nav-wrap .beta-nav-list > li > a{
	font-size:14px;
	display:block;
	padding:8px 0 8px 10px;
	letter-spacing:0;
	text-decoration:none;
	color:#333;
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
}
.Beta .beta-nav-wrap .beta-nav-list > li > a:hover{
	background-color:#ffeed9;
	opacity:1;
}


.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap > li > a{
  font-weight: bold;
  font-size: 18px;
  font-family: "游ゴシック", "Yu Gothic",'Rounded Mplus 1c';
  	padding: 15px 10px 15px 104px;
  position:relative;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap > li > a:before{
	content: "";
	width: 8px;
	height: 12px;
	background: url(/img/common/arrow_next_white.svg) no-repeat center center;
	background-size: 8px auto;
	position: absolute;
	top: calc(50% - 6px);
	right: 3%;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-kantan > a{
	background:url(/img/common/beta/beta_btn_print_kantan.svg) no-repeat 3px center #fc9a9a;
	color:#fff;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-kantan > a:hover{
	background-color:#f78b8b;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-photofull > a{
	background:url(/img/common/beta/beta_btn_print_photofull.svg) no-repeat 3px center #eaca6e;
	color:#fff;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-photofull > a:hover{
	background-color:#ddb552;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-omakase > a{
	background:url(/img/common/beta/beta_btn_print_omakase.svg) no-repeat 3px center #94bed3;
	color:#fff;
}
.Beta .beta-nav-wrap .beta-nav-list.print-menu-wrap li.menu-print-omakase > a:hover{
	background-color:#7fb5d0;
}

.Beta .beta-nav-wrap .beta-nav-body.option-menu ul.beta-nav-list{
	background-color: #ffeeee;
}
.Beta .beta-nav-wrap .beta-nav-body.option-menu ul.beta-nav-list a{
	padding:8px 0 8px 44px;
}
.Beta .beta-nav-wrap .beta-nav-body.search-menu .beta-nav-btn{

	padding-left:37px;
	position:relative;
}
.Beta .beta-nav-wrap .beta-nav-body.search-menu .beta-nav-btn:before{
	content:"";
	width:23px;
	height:23px;
	background:url('/img/common/icon_search.svg') no-repeat center center ;
	position:absolute;
	top: 9px;
	left: 6px;
}
.Beta .beta-nav-wrap .beta-nav-body.search-menu.paper-nav-body ul{
	background-color: #ffeeee;
}
.Beta .beta-nav-wrap .beta-nav-body.search-menu.paper-nav-body ul a{
	padding-left:26px;
	position:relative;
}
.Beta .beta-nav-wrap .beta-nav-body.search-menu.paper-nav-body ul a:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	position:absolute;
	top:17px;
	left:11px;
	background-color:$color-d-main01;
}
.Beta .beta-nav-wrap .beta-nav-list > li.panel-menu > a{
	background-image:url('/img/common/beta/menu_panel.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.rami-menu > a{
	background-image:url('/img/common/beta/menu_rami.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.alumiframe-menu > a{
	background-image:url('/img/common/beta/menu_frame_alumi.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.woodframe-menu > a{
	background-image:url('/img/common/beta/menu_frame_wood.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.accframe-menu > a{
	background-image:url('/img/common/beta/menu_frame_acc.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.straight-menu > a{
	background-image:url('/img/common/beta/menu_straight.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.lettering-menu > a{
	background-image:url('/img/common/beta/menu_lettering.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.flower-menu > a{
	background-image:url('/img/common/beta/menu_flower.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.easel-menu > a{
	background-image:url('/img/common/beta/menu_easel.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.pospeta-menu > a{
	background-image:url('/img/common/beta/menu_pospeta.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.yuka-menu > a{
	background-image:url('/img/common/beta/menu_yuka.svg');
}
.Beta .beta-nav-wrap .beta-nav-list > li.outsideframe-menu > a{
	background-image:url('/img/common/beta/menu_frame_outside.svg');
}
 */
/*--dropdownmenu--*/
/* .Beta .beta-nav-wrap .beta-nav-list > li{
	position:relative;
	margin:0;
}
.Beta .beta-nav-wrap .beta-nav-list .dropmenu {
	z-index: 9999;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 240px;
	width: 290px;
} */
/* .Beta .dropmenu:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0px 19px 17px;
  border-color: transparent transparent transparent #fff;
  z-index: 3;
}
.Beta .beta-nav-wrap .beta-nav-list > li > a:hover + .dropmenu:before{
	border-left-color:#e3f3fc;
} */
/* .Beta .beta-nav-wrap .beta-nav-list .dropmenu li {
	color: #fff;
	text-indent: 0;
	list-style: none;
	border-left: 0;
	margin: 0;
	padding: 0;
}

.Beta .beta-nav-wrap .beta-nav-list .dropmenu li a {
	padding: 9px 5px 9px 22px;
	text-indent: 0;
	text-decoration: none;
	display: block;
	border-radius: 0;
	color:#fff !important;
	position:relative;
	font-size:13px;
}

.Beta .beta-nav-wrap .beta-nav-list .dropmenu {
	display: none;
}

.Beta .beta-nav-wrap .beta-nav-list li:hover .dropmenu {
	display: block !important;
	height: auto !important;
}
.Beta .dropmenu li a{
	background-color: $color-d-main01;
	color:#fff;
	text-decoretion:none;
	position:relative;
	padding-left:20px;
}
.Beta .dropmenu li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 5px;
	height: 5px;
	border-radius:50%;
	display:block;
	background-color:#fff;
}
.Beta .dropmenu li a:hover{
	background-color: #dd3e51;
	opacity:1;
} */
/* .Beta .beta-information-wrap .beta-information-body{
	margin-bottom:10px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.Beta .beta-information-wrap .beta-information-btn{
	font-size:16px;
	font-weight:bold;
	background-color:#ffeeee;
	display:block;
	padding:10px 8px 9px 40px;
	text-decoration:none;
	background-position:5px center;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	border-radius: 3px;
	color:#333;
}
.Beta  .beta-information-wrap .beta-information-btn.active{
	border-radius: 3px 3px 0 0;
}
.Beta .beta-information-wrap .beta-information-btn:before{
	content:"";
	width:13px;
	height:6px;
	background:url('/img/common/btn_arrow_down_pink.svg') no-repeat center;
	background-size:13px 6px;
	position:absolute;
	top:calc(50% - 3px);
	right:4%;
	z-index:2;
}
.Beta  .beta-information-wrap .beta-information-btn.active:before{
	background:url('/img/common/btn_arrow_up_pink.svg') no-repeat center;
}
.Beta .beta-information-body.item-menu .beta-information-btn{
	background-image:url('/img/common/beta/beta_information_menu_item.svg');
}
.Beta .beta-information-body.templete-menu .beta-information-btn{
	background-image:url('/img/common/beta/beta_information_menu_templete.svg');
}
.Beta .beta-information-body.help-menu .beta-information-btn{
	background-image:url('/img/common/beta/beta_information_menu_help.svg');
}
.Beta .beta-information-body.info-menu .beta-information-btn{
	background-image:url('/img/common/beta/beta_information_menu_info.svg');
}
.Beta  .beta-information-wrap .beta-information-btn:hover,
.Beta  .beta-information-wrap .beta-information-btn:active{
	opacity: 1;
}

.Beta .beta-information-wrap ul{
	  background-color: #ffeeee;
	  padding:0 8px 10px;
}
.Beta .beta-information-wrap li{
	margin:0;
	background-color: #fff;
}
.Beta .beta-information-wrap li a{
	font-size:14px;
	display:block;
	padding:5px 0 5px 10px;
	position:relative;
	letter-spacing:0;
	color:#333;
	text-decoration:none;
	margin-left: 10px;
}
.Beta .beta-information-wrap li a:before{
	content:"";
	width:5px;
	height:5px;
	background-color:$color-d-main01;
	display:block;
	border-radius:50%;
	position:absolute;
	top: 13px;
	left: 0;
}
.Beta .beta-information-wrap li a:hover {
	color: $color-d-main02;
	opacity: 1;
} */
/* beta-facebook-wrap
--------------------------------------------------------- */
.Beta .beta-facebook-wrap {
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}

.facebook-wrapper {
  max-width: 500px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.facebook-wrapper>.fb-page {
  width: 100%;
}

.facebook-wrapper>.fb-page>span,
.facebook-wrapper iframe {
  width: 100% !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  background: none;
}

.Footer .Fl,
.Footer .Fr {
  float: none !important;
}

.Footer .top-wrap {
  padding: 30px 0 20px;
  background-color: #f2ffff;
}

.Footer .shopping-guide-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.Footer .Shopping-guide-wrap .guide-content-unit {
  padding: 0 10px;
}

.Footer .Shopping-guide-wrap .guide-content-unit p.Attention {
  margin-top: 5px;
  color: #4aa8a7;
  font-size: 85%;
}

.Footer .Shopping-guide-wrap .guide-content-unit dl,
.Footer .Shopping-guide-wrap .guide-content-unit dt,
.Footer .Shopping-guide-wrap .guide-content-unit dd {
  margin: 0;
}

.Footer .Shopping-guide-wrap .guide-content-unit dt {
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #444;
  font-weight: bold;
  color: #444;
  font-family: "游ゴシック", "Yu Gothic", 'Rounded Mplus 1c';
}

.Footer .Shopping-guide-wrap .guide-content-unit dd {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}

.Footer .Shopping-guide-wrap .guide-content-unit dd a {
  color: #4aa8a7;
  font-weight: bold;
}

.Footer .Shopping-guide-wrap .guide-content-unit a.JS-tel-link {
  font-weight: bold;
  font-size: 29px;
  color: #4aa8a7;
  position: relative;
  padding: 0 20px;
  text-decoration: none;
}

.Footer .Shopping-guide-wrap .guide-content-unit a.JS-tel-link::after {
  content: "";
  background-image: url(/img/lp/icon_tel.svg);
  background-size: auto 30px;
  width: 17px;
  height: 30px;
  top: 8px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
}

.Footer .Shopping-guide-wrap .guide-content-unit .time-wrap {
  color: #4aa8a7;
  font-weight: bold;
}

.Footer .Shopping-guide-wrap .guide-content-unit dd .tel-wrap {
  margin-bottom: 10px;
  padding: 5px;
}

.Footer .Shopping-guide-wrap .guide-content-unit dd .tel-wrap .JS-tel-link {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #8cd4d2;
  cursor: text;
  line-height: 1;
  background: url(/img/common/icon_tel.svg) no-repeat left top;
  background-size: 17px 30px;
  padding-left: 21px;
  padding-bottom: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

.Footer .Shopping-guide-wrap .guide-content-unit dd .tel-wrap .JS-tel-link:hover {
  opacity: 1;
}

.Footer .Shopping-guide-wrap .guide-content-unit dd .tel-wrap .time-wrap {
  font-size: 14px;
}

/* .Footer .Shopping-guide-wrap .guide-content-unit .company-left{
	width:62%;
	float:left;
} */
.Footer .Shopping-guide-wrap .guide-content-unit .company-title {
  font-weight: bold;
  color: #444;
}

.Footer .Shopping-guide-wrap .guide-content-unit .company-data {
  margin-bottom: 10px;
}

.Footer .Shopping-guide-wrap .guide-content-unit .company-data a {
  display: block;
}

.Footer .Shopping-guide-wrap .company-wrap {
  display: flex;
  gap: 10px;
}

/*
.Footer .Shopping-guide-wrap .guide-content-unit .company-right{
	width:36%;
	float:right;
} */
.Footer .middle-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.Footer .middle-wrap ul li {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 32%;
}

.Footer .middle-wrap ul li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}

.Footer .bottom-wrap {
  background-color: #666;
}

.Footer-nav {
  text-align: center;
}

.Footer-nav ul {
  display: inline-block;
}

.Footer-nav li {
  float: left;
  margin: 0 20px 0 0;
}

.Footer-nav li a {
  color: #fff;
  padding: 10px 0;
  display: inline-block;
}

.Footer .wb-calendar+.wb-calendar {
  margin-left: 2%;
}

.Footer .Copyright {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.Footer .Copyright p {
  font-size: 10px;
  line-height: 1.6em;
  letter-spacing: 0em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page>span,
.wb-blog-page>a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}

.wb-pair .wb-pair-list-table,
.wb-pair .wb-pair-list-table tbody,
.wb-pair .wb-pair-list-table tr,
.wb-pair .wb-pair-list-table th,
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
  width: 100%;
}

.wb-pair .wb-pair-list-table>tbody>tr~tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}

.wb-pair .wb-pair-list-table>tbody>tr>td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}

.wb-pair .wb-pair-list-table>tbody>tr>th,
.wb-pair .wb-pair-list-table>tbody>tr>td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #f4f4f4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  float: left;
  width: 49%;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f4f4f4;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 1px 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #777;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 message-box
-----------------------------------------------------------
----------------------------------------------------------- */
#modal_message_box {
  font-size: 15px;
  width: calc(100% - 20px);
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 2000;
  position: fixed;
  display: none;
}

#message_box_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1999;
  display: none;
}

.iziModal {
  max-width: calc(100vw - 20px) !important;
  max-height: calc(100vh - 20px) !important;
  margin: 10px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Modal-content
-----------------------------------------------------------
----------------------------------------------------------- */
.iziModal {
  max-width: calc(100vw - 20px) !important;
}

.Modal-content {
  padding: 15px 12px 20px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wb-cart-modal-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 18px 33px 13px 20px;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}

.wb-cart-modal-title::before {
  background: #8cd4d2;
  content: '';
  width: 2px;
  height: 69%;
  position: absolute;
  top: 2px;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  position: absolute;
  background: url(/shop/img/modal_close_icon02.svg) no-repeat center center;
  background-size: 28px auto;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  right: 10px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

/*
---------------------------------------------------------
 Modal-size-wrap
--------------------------------------------------------- */
.Modal-size-wrap .Modal-size-title {
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.Modal-size-wrap .Modal-size-title span {
  font-size: 17px;
  font-weight: bold;
}

.Modal-size-wrap ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.Modal-size-wrap ul li {
  margin-left: 3%;
}

.Modal-size-wrap ul li:nth-child(3n+1) {
  margin-left: 0;
}

.Modal-size-wrap ul li:nth-last-child(-n+3) {
  margin-top: 3%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 LP
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LP-temp
--------------------------------------------------------- */
.LP-temp .Alpha .Alpha-sub .order-btn-wrap .Btn-main {
  background-color: #71bdb8;
}

.LP-temp .Alpha .Alpha-sub .contact-btn-wrap .Btn-main {
  background-color: #7fc6cc;
}

.LP-temp .Page-head .page-title {
  color: #6ab3ad;
  border-color: #6ab3ad;
}

.LP-temp .Page-head .breadcrumb,
.LP-temp .Page-head .breadcrumb a {
  color: #6ab3ad;
}

.LP-temp .CHECK-list {
  border-color: #71bdb8;
}

.LP-temp .CHECK-list .CHECK-title {
  background-color: #71bdb8;
}

.LP-temp .Btn-main {
  background-color: #71bdb8;
}

.LP-temp .BTN-sub a {
  border-color: #6ab3ad;
  color: #6ab3ad !important;
}

.LP-temp .ANCHOR-list ul li a:before {
  border-color: #71bdb8 transparent transparent transparent;
}

.LP-temp .TITLE-05:before {
  border-color: transparent transparent transparent #71bdb8;
}

.LP-temp .TITLE-08 {
  border-left: 5px solid #71bdb8;
}

.LP-temp #flow+.LINE-article .LINE-list .LINE-list-img {
  position: relative;
}

.LP-temp #flow+.LINE-article .LINE-list .LINE-list-img:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #71bdb8;
  display: block;
  top: 10px;
  right: -11px;
  bottom: 0;
  margin: auto;
}

.LP-temp #flow+.LINE-article .LINE-list:nth-last-child(-n+1) .LINE-list-img:before,
.LP-temp #flow+.LINE-article .LINE-list:nth-child(4n) .LINE-list-img:before {
  content: none;
}

.LP-temp .TABLE01 table {
  border-color: #ccc;
}

.LP-temp .TABLE01 table thead th,
.LP-temp .TABLE01 table tbody th {
  background-color: #e4f5f2;
  font-weight: bold;
  border-color: #ccc;
}

.LP-temp .TABLE01 table tbody td {
  border-color: #ccc;
}

.LP-temp .LABEL-article .LABEL-list {
  background-color: #f1f1f1;
}

.LP-temp .LABEL-article .LABEL-list .LABEL-list-title {
  background-color: #71bdb8;
}

.LP-temp .LINE-article .LINE-title-num {
  background-color: #71bdb8;
}

/*
---------------------------------------------------------
 LP-web
--------------------------------------------------------- */
.LP-web .Alpha .Alpha-sub .order-btn-wrap .Btn-main {
  background-color: #fc8686;
}

.LP-web .Alpha .Alpha-sub .contact-btn-wrap .Btn-main {
  background-color: #fca49a;
}

.LP-web .Page-head .page-title {
  color: #fc7979;
  border-color: #fc7979;
}

.LP-web .Page-head .breadcrumb,
.LP-web .Page-head .breadcrumb a {
  color: #fc7979;
}

.LP-web .CHECK-list {
  border-color: #fc8686;
}

.LP-web .CHECK-list .CHECK-title {
  background-color: #fc8686;
}

.LP-web .Btn-main {
  background-color: #fc8686;
}

.LP-web .BTN-sub a {
  border-color: #fc7979;
  color: #fc7979 !important;
}

.LP-web .ANCHOR-list ul li a:before {
  border-color: #fc8686 transparent transparent transparent;
}

.LP-web .TITLE-05:before {
  border-color: transparent transparent transparent #fc8686;
}

.LP-web .TITLE-08 {
  border-left: 5px solid #fc8686;
}

.LP-web #flow+.LINE-article .LINE-list .LINE-list-img {
  position: relative;
}

.LP-web #flow+.LINE-article .LINE-list .LINE-list-img:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #fc8686;
  display: block;
  top: 10px;
  right: -11px;
  bottom: 0;
  margin: auto;
}

.LP-web #flow+.LINE-article .LINE-list:nth-last-child(-n+1) .LINE-list-img:before,
.LP-web #flow+.LINE-article .LINE-list:nth-child(4n) .LINE-list-img:before {
  content: none;
}

.LP-web .TABLE01 table {
  border-color: #ccc;
}

.LP-web .TABLE01 table thead th,
.LP-web .TABLE01 table tbody th {
  background-color: #ffeded;
  font-weight: bold;
  border-color: #ccc;
}

.LP-web .TABLE01 table tbody td {
  border-color: #ccc;
}

/*
---------------------------------------------------------
 LP-omakase
--------------------------------------------------------- */
.LP-omakase .Alpha .Alpha-sub .order-btn-wrap .Btn-main {
  background-color: #6fadcc;
}

.LP-omakase .Alpha .Alpha-sub .contact-btn-wrap .Btn-main {
  background-color: #72aed3;
}

.LP-omakase .Alpha .Alpha-sub .menu-block.pf-menu li a:before {
  background: #6fadcc;
}

.LP-omakase .Page-head .page-title {
  color: #5fa2be;
  border-color: #5fa2be;
}

.LP-omakase .Page-head .breadcrumb,
.LP-omakase .Page-head .breadcrumb a {
  color: #5fa2be;
}

.LP-omakase .LINE6-article.MOD-color-list .LINE-list .LINE-list-txt {
  text-align: center;
  padding: 9px 5px;
}

.LP-omakase .CHECK-list {
  border-color: #6fadcc;
}

.LP-omakase .CHECK-list .CHECK-title {
  background-color: #6fadcc;
}

.LP-omakase .Btn-main {
  background-color: #6fadcc;
}

.LP-omakase .BTN-sub a {
  border-color: #5fa2be;
  color: #5fa2be !important;
}

.LP-omakase .ANCHOR-list ul li a:before {
  border-color: #6fadcc transparent transparent transparent;
}

.LP-omakase .TITLE-05:before {
  border-color: transparent transparent transparent #6fadcc;
}

.LP-omakase .TITLE-08 {
  border-left: 5px solid #6fadcc;
}

.LP-omakase #flow+.LINE-article .LINE-list .LINE-list-img {
  position: relative;
}

.LP-omakase #flow+.LINE-article .LINE-list .LINE-list-img:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #6fadcc;
  display: block;
  top: 10px;
  right: -11px;
  bottom: 0;
  margin: auto;
}

.LP-omakase #flow+.LINE-article .LINE-list:nth-last-child(-n+1) .LINE-list-img:before,
.LP-omakase #flow+.LINE-article .LINE-list:nth-child(4n) .LINE-list-img:before {
  content: none;
}

.LP-omakase .TABLE01 table {
  border-color: #ccc;
}

.LP-omakase .TABLE01 table thead th,
.LP-omakase .TABLE01 table tbody th {
  background-color: #e3f0f5;
  font-weight: bold;
  border-color: #ccc;
}

.LP-omakase .TABLE01 table tbody td {
  border-color: #ccc;
}

.LP-omakase .Font-table+.Font-table {
  padding-top: 10px;
}

.LP-omakase .Font-table table tbody tr.is-hidden {
  display: none;
}

.LP-omakase .Font-table .Font-table-btn.is-btn-hidden {
  display: none;
}

/*
---------------------------------------------------------
 LP-shuffle
--------------------------------------------------------- */
.LP-shuffle .Alpha .Alpha-sub .edit-btn-wrap .Btn-main {
  background-color: #e8b633;
}

.LP-shuffle .Alpha .Alpha-sub .contact-btn-wrap .Btn-main {
  background-color: #eab344;
}

.LP-shuffle .Alpha .Alpha-sub .menu-block.pf-menu li a:before {
  background: #e8b633;
}

.LP-shuffle .Page-head .page-title {
  color: #e8bb46;
  border-color: #e8bb46;
}

.LP-shuffle .Page-head .breadcrumb,
.LP-shuffle .Page-head .breadcrumb a {
  color: #e8bb46;
}

.LP-shuffle .CHECK-list {
  border-color: #e8b633;
}

.LP-shuffle .CHECK-list .CHECK-title {
  background-color: #e8b633;
}

.LP-shuffle .Btn-main {
  background-color: #e8b633;
}

.LP-shuffle .BTN-sub a {
  border-color: #e8bb46;
  color: #e8bb46 !important;
}

.LP-shuffle .ANCHOR-list ul li a:before {
  border-color: #e8b633 transparent transparent transparent;
}

.LP-shuffle .TITLE-05:before {
  border-color: transparent transparent transparent #e8b633;
}

.LP-shuffle .TITLE-08 {
  border-left: 5px solid #e8b633;
}

.LP-shuffle #flow+.LINE-article .LINE-list .LINE-list-img {
  position: relative;
}

.LP-shuffle #flow+.LINE-article .LINE-list .LINE-list-img:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent #e8b633;
  display: block;
  top: 10px;
  right: -11px;
  bottom: 0;
  margin: auto;
}

.LP-shuffle #flow+.LINE-article .LINE-list:nth-last-child(-n+1) .LINE-list-img:before,
.LP-shuffle #flow+.LINE-article .LINE-list:nth-child(3n) .LINE-list-img:before {
  content: none;
}

.LP-shuffle .TABLE01 table {
  border-color: #ccc;
}

.LP-shuffle .TABLE01 table thead th,
.LP-shuffle .TABLE01 table tbody th {
  background-color: #fff2bf;
  font-weight: bold;
  border-color: #ccc;
}

.LP-shuffle .TABLE01 table tbody td {
  border-color: #ccc;
}

.LP-shuffle .Photofull-rss-wrap li .pf-rss-link {
  color: #e8bb46;
}