/* CSS Document */
/*ページタイトル*/
section.img_pagetitle div.p_i_text > h1::before{
  content: "Menu";
}
/*コンテンツ*/
section.menu_wrap{
  background-color: #fff;
  padding: calc(var(--headerHeight) * 1.5) 0 0 0;
  width: 100vw;
  box-sizing: border-box;
}
section.menu_wrap > h1{ 
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  line-height: 2.5rem;
}
section.menu_wrap > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.menu_wrap > p{
  margin-bottom: var(--headerHeight);
  line-height: 1.8rem;
  margin: 0 auto;
}
body[wc-view-type="sp"] section.menu_wrap > p{
  width: 87vw;
}
body[wc-view-type="tb"] section.menu_wrap > p,
body[wc-view-type="tb-l"] section.menu_wrap > p{
  width: 80vw;
}
body[wc-view-type="pc"] section.menu_wrap > p{
  width: 1100px;
}
body:not([wc-view-type="sp"]) section.menu_wrap > p{
  text-align: center;
}
/*メニュー*/
div.menu_block{
  background-color: #f2f2f3;
  padding-top: var(--headerHeight);
  -webkit-mask-image: -webkit-linear-gradient(to top, black 0,black calc( 100% - 4.5rem),transparent calc( 100% - 0.75rem));
  mask-image: linear-gradient(to top, black 0,black calc( 100% - 4.5rem),transparent calc( 100% - 0.75rem));
}
/*スワイプメニュー*/
[swipemenu][menu-type="tab"]{
  padding-bottom: 1px !important;
  padding-right: 0.5rem;
  box-sizing: border-box;
  background-color: #f2f2f3 !important;
}
[swipemenu][menu-type="tab"]::after{
  height: 1px !important;
}
[swipemenu][menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive::before,
[swipemenu][menu-type="tab"][change-add="prev"] .swipemenuinner [swipemenu-target].wcprev, 
[swipemenu][menu-type="tab"][change-add="prev"] .swipemenuinner [swipemenu-target].wcprev::before,
[swipemenu][menu-type="tab"][change-add="next"] .swipemenuinner [swipemenu-target].wcnext,
[swipemenu][menu-type="tab"][change-add="next"] .swipemenuinner [swipemenu-target].wcnext::before,
[swipemenu][menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive{
  background-color: #fff !important;
  color: var(--accentColor) !important;
  border-top: 1px solid var(--accentColor);
  border-right: 1px solid var(--accentColor);
  border-left: 1px solid var(--accentColor);
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]{
  font-weight: 300 !important;
  font-size: 1.2rem !important;
  box-shadow: none !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 !important;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
	white-space: nowrap !important;
  width: 230px !important;
}
[menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive::before{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target] + [swipemenu-target]{
  margin-left: 0.5rem !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]::before{
  display: none !important;
}
div.faq_block{
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.faq_block{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) 6.5vw;
}
body[wc-view-type="tb"] div.faq_block,
body[wc-view-type="tb-l"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) 10vw;
}
body[wc-view-type="pc"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) calc((100vw - 1100px) / 2);
}
div.faq_block article{
  border-top: 1px solid #ccc;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 90%,rgba(255,255,255,0) 100%);
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom:calc(var(--headerHieght) / 2);
  margin-bottom: 2rem;
}
body[wc-view-type="pc"] div.faq_block article{
  width: calc((100% / 2) - 1.5rem);
}
body[wc-view-type="pc"] div.faq_block article:nth-of-type(odd){
  margin: 0 1.5rem 3rem 0;
}
body[wc-view-type="pc"] div.faq_block article:nth-of-type(even){
  margin: 0 0 3rem 1.5rem;
}
body[wc-view-type="pc"] div.faq_block article:nth-last-child(n+2){
  margin-bottom: 0 !important;
}
div.faq_block article:last-of-type{
  margin-bottom: 0;
}
div.faq_block article > h1{
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
div.faq_block article > h1 span{
  display: block;
}
div.faq_block article > div.money_box{
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
div.faq_block article > div.money_box p.money{
  display: table;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.2rem;
  font-family: "Number";
  font-weight: 700;
  color: #444;
}
div.faq_block article > div.money_box p.money > span{
  font-size: 0.85rem;
  font-weight: 700;
  color: #444;
  display: inline-block;
  margin-left: 0.15rem;
}
div.faq_block article > div.menu_text{
  font-size: 0.9rem;
  color: #444;
  padding: 0.75rem;
  box-sizing: border-box;
  border-top: dashed 1px #ccc;
}