/* CSS Document */
/*透明*/
span.opa{
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
/*ボタン*/
div.btn{
  display:table;
  margin: 0 auto;
}
div.btn a{
  display: table;
  background-color: #00a79e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.btn a{
  font-size: 1.1rem;
}
div.btn.white a{
  background-color: #fff;
  color: #00a79e;
}
div.btn.text_color a{
  background-color: #fff;
  color: #333;
}
div.btn.red a{
  background-color: #fc5959;
  color: #fff;
}
div.btn.border_red a{
  background-color: #fff;
  color: #fc5959;
  border: solid 2px #fc5959;
}
div.btn a::after{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.btn.white a::after{
  background-color: #00a79e;
}
div.btn.text_color a::after{
  background-color: #333;
}
div.btn.red a::after{
  background-color: #fff;
}
div.btn.border_red a::after{
  background-color: #fc5959;
}
div.btn_box{
  display: flex;
}
body[wc-view-type="sp"] div.btn_box{
  flex-direction: column;
  width: 215px;
  margin: 0 auto;
}
body[wc-view-type="pc"] div.btn_box{
  margin-top: 2.25rem;
}
body[wc-view-type="sp"] div.btn_box div.btn{
  margin-top: 1rem;
  width: 100%;
}
body:not([wc-view-type="sp"])  div.btn_box div.btn:nth-of-type(1){
  margin-left: auto !important;
  margin-right: 0.5rem !important;
}
body:not([wc-view-type="sp"]) div.btn_box div.btn:nth-of-type(2){
  margin-right: auto !important;
  margin-left: 0.5rem !important;
}
body[wc-view-type="tb-l"] div.btn_box.column div.btn{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body[wc-view-type="sp"] div.btn_box div.btn a{
  display: flex;
}
/*header*/
header#wcheader .menubtn.endbtn[btn-pos*="right"]{
  margin-left: 0!important;
}
div.register_btn{
  margin-left: auto !important;
  display: table;
}
div.register_btn a{
  display: table;
  height: var(--headerBtnSize);
  padding: 0 0.5rem;
  color: #fff;
  font-weight: 700;
  background-color: #00a79e;
  border-radius: 0.75rem;
  line-height: var(--headerBtnSize);
  text-decoration: none;
}
body[wc-view-type="sp"] div.register_btn a{
  font-size: 0.8rem;
}
body:not([wc-view-type="sp"]) div.register_btn a{
  font-size: 1rem;
}
header#wcheader .menubtn[name]:not([btn-pos*="show"])::after{
  color: #333 !important;
}
header#wcheader .menubtn:not([btn-pos*="show"])::before{
  background-color: #00a79e !important;
}
/*drawermenu*/
div.wcdrawermenu{
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
div#mainmenu{
  background-color: rgba(0,0,0,0.5) !important;
}
div.wcdrawermenuwrap{
  background-color: #fff !important;
}
li.border_top{
  border-top: solid var(--bordersize) var(--borderColor);
}
.wcdrawermenu nav > ul{
  padding: 0 0.75rem 0 0 !important;
}
.wcdrawermenu nav ul li > a{
  font-size: 1rem !important;
}
.wcdrawermenu nav > ul ul{
  padding-left: 0 !important;
}
.wcdrawermenu nav ul li a:not([target="_blank"])::after{
  -webkit-mask-image: url("/code/icons/arrow_right_circle_fill.svg") !important;
  mask-image: url("/code/icons/arrow_right_circle_fill.svg") !important;
}
.wcdrawermenu nav ul li a::after{
  background-color: #00a79e !important;
  opacity: 1 !important;
}
.wcdrawermenu nav ul li [wc-accordion]::after{
  -webkit-mask-image: url("/img/svg/menu_plus.svg") !important;
  mask-image: url("/img/svg/menu_plus.svg") !important;
  background-color: #00a79e !important;
  opacity: 1 !important;
}
.wcdrawermenu div.header div.drawerclosebtn::before{
  border: solid 2px #00a79e !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  background-color: #00a79e !important;
}
div.menu_btnarea{
  padding: 0 1.5rem;
  margin-top: 1rem;
  box-sizing: border-box;
  width: 100%;
}
div.menu_btnarea div.menu_btn{
  margin-top: 1rem;
}
div.menu_btnarea div.menu_btn{
}
div.menu_btnarea div.menu_btn a{
  display: table;
  background-color: #fc5959;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  box-sizing: border-box;
  width: 100%;
}
div.menu_btnarea div.menu_btn.border a{
  background-color: #fff;
  border: solid 2px #fc5959;
  color: #fc5959;
  width: 100%;
}
div.menu_btnarea div.menu_btn a::after{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.menu_btnarea div.menu_btn.border a::after{
  background-color: #fc5959;
}
header#wcheader div.headerlogo img{
  width: inherit !important;
  max-width: inherit !important;
  height: inherit !important;
  opacity: 1 !important;
}
header#wcheader div.headerlogo[logo-type="mask"] .wclogoimg{
  background-color: transparent !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
/*footer*/
footer{
  background-color: #fff !important;
}
div.footerlogo.footeritem {
  display: flex !important;
  align-items: center !important;
}
body[wc-view-type="sp"] div.footerlogo.footeritem,
body[wc-view-type="tb"] div.footerlogo.footeritem{
  flex-direction: column;
}
footer div.footerlogo .logomark {
  max-width: 100px !important;
  margin: 0 auto !important;
}
div.logotype {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
}
body[wc-view-type="sp"] div.logotype{
  justify-content: center !important;
}
div.footer_banner{
}
body[wc-view-type="tb"] div.footer_banner{
  margin-left: auto;
}
div.footer_banner a{
  display: block;
}
body[wc-view-type="pc"] div.footer_banner a{
  height: 120px;
}
div.footer_banner
div.footer_banner figure{
}
div.footer_banner figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.footer_banner figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footertextlinks{
}
body[wc-view-type="sp"] footer .footertextlinks{
  margin-right: auto !important;
  margin-left: auto !important;
}
footer .footertextlinks > div:not(:last-child):not(.nonemargin){
}
body[wc-view-type="sp"] footer .footertextlinks > div:not(:last-child):not(.nonemargin){
  margin-right: 1rem !important;
}
footer .footertextlinks > div + div:not(.noneline)::before{
  display: none !important;
}
/*画像なしの各子ページタイトル*/
section.page_top{
  padding: calc(var(--headerHeight) / 1.2) 0;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #bbb;
}
body:not([wc-view-type="sp"]) section.page_top{
  margin: 0 auto;
}
body[wc-view-type="tb"] section.page_top{
  width: 85vw;
}
body[wc-view-type="tb-l"] section.page_top{
  width: 80vw;
}
body[wc-view-type="pc"] section.page_top{
  width: 1100px;
}
section.page_top h1{
  font-weight: 700;
}
/*各子ページタイトル*/
section.page_top_image{
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] section.page_top_image{
  height: 40vw;
}
body[wc-view-type="tb"] section.page_top_image{
  height: 30vw;
}
body[wc-view-type="tb-l"] section.page_top_image{
  height: 250px;
}
body[wc-view-type="pc"] section.page_top_image{
  height: 300px;
}
section.page_top_image figure{
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
section.page_top_image figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,166,157,0.5);
}
section.page_top_image figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_top_image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page_top_image > h1{
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}
/*オンラインサービスはこちら*/
section.online_service{
  background-color: #fff;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.online_service{
  padding: var(--headerHeight) 7.5vw;
}
body[wc-view-type="tb"] section.online_service{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] section.online_service{
  padding: var(--headerHeight) 10vw;
}
section.online_service div.online_s_inner{
  background-color: #ecca5d;
  padding: 1rem;
  box-sizing: border-box;
  transition: opacity 0.8s linear, -webkit-transform 0.8s linear;
  transform: translateY(1rem);
  opacity: 0;
}
section.online_service div.online_s_inner.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="pc"] section.online_service div.online_s_inner,
body[wc-view-type="tb"] section.online_service div.online_s_inner,
body[wc-view-type="tb-l"] section.online_service div.online_s_inner{
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] section.online_service div.online_s_inner{
  padding: 125px 1rem 1rem 1rem;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner{
  padding: 125px 1rem 1rem 1rem;
}
body[wc-view-type="pc"] section.online_service div.online_s_inner{
  width: 800px;
  margin: 0 auto;
  padding: 125px 2rem 2rem 2rem;
}
section.online_service div.online_s_inner div.title_block{
  display: flex;
}
body[wc-view-type="sp"] section.online_service div.online_s_inner div.title_block{
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.title_block,
body[wc-view-type="tb"] section.online_service div.online_s_inner div.title_block,
body[wc-view-type="pc"] section.online_service div.online_s_inner div.title_block{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
  align-items: center;
  top: 1rem;
}
section.online_service div.online_s_inner div.title_block h1{
  display: table;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  color: #333;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  margin: 0 auto;
  border-radius: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
body[wc-view-type="sp"] section.online_service div.online_s_inner div.title_block h1{
  margin-right: auto;
  margin-left: 0;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.title_block h1{
  margin-bottom: 4rem;
}
section.online_service div.online_s_inner div.title_block h1::after{
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  bottom: -0.625rem;
}
body[wc-view-type="sp"] section.online_service div.online_s_inner div.title_block div.title_img{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 40%;
}
body[wc-view-type="tb"] section.online_service div.online_s_inner div.title_block div.title_img{
  width: 40%;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.title_block div.title_img{
  width: 40%;
}
body[wc-view-type="pc"] section.online_service div.online_s_inner div.title_block div.title_img{
  width: 30%;
}
section.online_service div.online_s_inner div.title_block div.title_img picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.online_service div.online_s_inner div.title_block div.title_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.online_service div.online_s_inner div.online_s_block{
  background-color: #fff;
  padding: 1rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.online_s_block{
  padding: 2rem;
}
body[wc-view-type="pc"] section.online_service div.online_s_inner div.online_s_block{
  padding: 2rem;
}
section.online_service div.online_s_inner div.online_s_block p{
  line-height: 1.8rem;
}
body[wc-view-type="tb"] section.online_service div.online_s_inner div.online_s_block p,
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.online_s_block p,
body[wc-view-type="pc"] section.online_service div.online_s_inner div.online_s_block p{
  text-align: center;
}
body[wc-view-type="tb"] section.online_service div.online_s_inner div.online_s_block p{
  margin-bottom: 2rem;
}
body[wc-view-type="tb-l"] section.online_service div.online_s_inner div.online_s_block div.btn_box{
  margin-top: 2rem;
}
/*お問い合わせ*/
section.contact{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
section.contact > figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
body[wc-view-type="sp"] section.contact > figure{
  height: 300px;
}
body[wc-view-type="tb"] section.contact > figure{
  height: 300px;
}
body[wc-view-type="tb-l"] section.contact > figure{
  height: 290px;
}
body[wc-view-type="pc"] section.contact > figure{
  height: 330px;
}
section.contact > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.contact > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.contact{
  padding: var(--headerHeight) 7vw 0 7vw;
}
body[wc-view-type="tb"] section.contact{
  padding: var(--headerHeight) 7.5vw 0 7.5vw;
}
section.contact > h1{
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
   transition: all 0.8s linear, -webkit-transform 0.8s linear;
  transform: translateY(1rem);
  opacity: 0
}
section.contact > h1.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.contact > h1{
  margin-bottom: 1.8rem;
}
body[wc-view-type="tb"] section.contact > h1,
body[wc-view-type="tb-l"] section.contact > h1,
body[wc-view-type="pc"] section.contact > h1{
  margin-bottom: 2.25rem;
}
section.contact > p{
  line-height: 1.8rem;
  color: #fff;
}
body[wc-view-type="sp"] section.contact > p{
  box-sizing: border-box;
  margin-bottom: 1.8rem;
}
body[wc-view-type="tb"] section.contact > p{
  margin-bottom: 2rem;
}
body[wc-view-type="tb-l"] section.contact > p{
  margin-bottom: 2.25rem;
}
body[wc-view-type="pc"] section.contact > p{
  margin-bottom: 2.25rem;
}
body[wc-view-type="tb"] section.contact > p,
body[wc-view-type="tb-l"] section.contact > p,
body[wc-view-type="pc"] section.contact > p{
  text-align: center;
}
div.contact_box{
  display: flex;
}
body[wc-view-type="sp"] div.contact_box{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) div.contact_box{
  justify-content: center;
}
body[wc-view-type="pc"] div.contact_box{
  width: 800px;
  margin: 0 auto;
}
div.contact_box div.contact_btn{
}
body[wc-view-type="pc"] div.contact_box div.contact_btn{
  width: 50%;
}
div.contact_box div.contact_btn a{
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] div.contact_box div.contact_btn a,
body[wc-view-type="tb"] div.contact_box div.contact_btn a{
  height: 140px;
  padding: 1.5rem;
  box-sizing: border-box;
  justify-content: space-between;
}
body[wc-view-type="pc"] div.contact_box div.contact_btn a{
  height: 180px;
  padding: 2rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
div.contact_box div.contact_btn.tel a{
  background-color: #00a79e;
}
body[wc-view-type="sp"] div.contact_box div.contact_btn.tel a{
  border-radius: 1rem 1rem 0 0;
}
body:not([wc-view-type="sp"]) div.contact_box div.contact_btn.tel a{
  border-radius: 1rem 0 0 1rem;
}
div.contact_box div.contact_btn.mail a{
  background-color: #4fbfb9;
}
body[wc-view-type="sp"] div.contact_box div.contact_btn.mail a{
  border-radius: 0 0 1rem 1rem;
}
body:not([wc-view-type="sp"]) div.contact_box div.contact_btn.mail a{
  border-radius: 0 1rem 1rem 0;
}
div.contact_box div.contact_btn.tel a p,
div.contact_box div.contact_btn.mail a p{
  position: relative;
  z-index: 1;
}
div.contact_box div.contact_btn a p{
}
div.contact_box div.contact_btn a p span.mini_title{
  display: table;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  border-radius: 1rem;
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
  line-height: 1em;
}
body[wc-view-type="pc"] div.contact_box div.contact_btn a p span.mini_title{
  margin-bottom: 1rem;
}
div.contact_box div.contact_btn.tel a p span.mini_title{
  background-color: #4fbfb9;
}
div.contact_box div.contact_btn.mail a p span.mini_title{
  background-color: #00a79e;
}
div.contact_box div.contact_btn a p span.tel_num,
div.contact_box div.contact_btn a p span.mail_text{
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  line-height: 1em;
  display: table;
  margin: 0 auto;
  padding-left: 2.5rem;
  box-sizing: border-box;
  font-weight: 700;
}
div.contact_box div.contact_btn a p span.tel_num{
  font-size: 1.8rem;
  font-family: "Number";
}
div.contact_box div.contact_btn a p span.mail_text{
  font-size: 1.2rem;
  line-height: inherit;
}
div.contact_box div.contact_btn a p span.tel_num::before{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
span.time_box{
  display: flex;
  justify-content:center;
}
body[wc-view-type="pc"] span.time_box{
  margin-top: 0.75rem;
}
span.time_box > span{
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
span.time_box > span.time{
  margin-right: 0.125rem;
}
span.time_box > span.holiday{
  margin-left: 0.125rem;
}
div.contact_box div.contact_btn.mail a p{
}
div.contact_box div.contact_btn.mail a p span.mail_text::before{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.contact_box div.contact_btn.mail a p span.c_tyui{
  font-size: 0.8rem;
  display: table;
}
body:not([wc-view-type="pc"]) div.contact_box div.contact_btn.mail a p span.c_tyui{
  margin-top: 0.35rem;
}
body[wc-view-type="pc"] div.contact_box div.contact_btn.mail a p span.c_tyui{
  margin-top: 1rem;
}
/*一番下のリンクのボックス*/
div.link_bottom_area{
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] div.link_bottom_area{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] div.link_bottom_area{
  padding: var(--headerHeight) 7.5vw;
}
body[wc-view-type="tb-l"] div.link_bottom_area{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] div.link_bottom_area{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
div.link_bottom_area > div.link_btn{
  transition: all 0.8s linear, -webkit-transform 0.8s linear;
  transform: translateY(1rem);
  opacity: 0;
}
div.link_bottom_area > div.link_btn.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] div.link_bottom_area > div.link_btn{
  width: 100%;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] div.link_bottom_area > div.link_btn:last-of-type{
  margin-bottom: 0;
}
body:not([wc-view-type="sp"]) div.link_bottom_area > div.link_btn{
  width: calc(50% - 0.5rem);
}
body:not([wc-view-type="sp"]) div.link_bottom_area > div.link_btn:nth-of-type(odd){
  margin: 1rem 0.5rem 0 0;
}
body:not([wc-view-type="sp"]) div.link_bottom_area > div.link_btn:nth-of-type(even){
  margin: 1rem 0 0 0.5rem;
}
div.link_bottom_area > div.link_btn a{
  display: block;
  position: relative;
  z-index: 1;
  height: 150px;
}
body[wc-view-type="sp"] div.link_bottom_area > div.link_btn a{
  height: 120px;
}
div.link_bottom_area > div.link_btn a p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
  white-space: nowrap;
}
body[wc-view-type="sp"] div.link_bottom_area > div.link_btn a p{
  font-size: 1.2rem;
  padding-right: 2.5rem;
}
div.link_bottom_area > div.link_btn a p::after{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
body[wc-view-type="sp"] div.link_bottom_area > div.link_btn a p::after{
  width: 2rem;
  height: 2rem;
}
div.link_bottom_area > div.link_btn a figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
div.link_bottom_area > div.link_btn a figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0,166,157,0.5);
}
div.link_bottom_area > div.link_btn a figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.link_bottom_area > div.link_btn a figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*こめ*/
span.kome{
  padding-left: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #333;
  display: block;
  font-size: 0.9rem;
}
span.kome::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  color: #333;
  z-index: 2;
}
/*タブメニュー*/
[swipemenu][menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive,
[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"]::after{
  background-color: #00a79e !important;
}
/*トップボタン*/
#wcscrollbtns .scrollbtnwrap.left{
  right: 0 !important;
}