/* CSS Document */
@keyframes title {
0% {
  transform: translateX(-1rem);
  }
  100% {
  opacity: 1;
  transform: translateX(0rem);
  }
}
div.contents_title > p.en.wcvisible span:nth-of-type(1){
  animation:title 400ms linear forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(2){
  animation:title 400ms linear 250ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(3){
  animation:title 400ms linear 500ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(4){
  animation:title 400ms linear 750ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(5){
  animation:title 400ms linear 1000ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(6){
  animation:title 400ms linear 1250ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(7){
  animation:title 400ms linear 1500ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(8){
  animation:title 400ms linear 1750ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(9){
  animation:title 400ms linear 2000ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(10){
  animation:title 400ms linear 2250ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(11){
  animation:title 400ms linear 2500ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(12){
  animation:title 400ms linear 2750ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(13){
  animation:title 400ms linear 3000ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(14){
  animation:title 400ms linear 3250ms forwards;
}
div.contents_title > p.en.wcvisible span:nth-of-type(15){
  animation:title 400ms linear 3500ms forwards;
}
/*タイトル*/
div.contents_title{
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
}
body[wc-view-type="sp"] div.contents_title{
  padding-left: 7vw;
}
body[wc-view-type="tb"] div.contents_title,
body[wc-view-type="tb-l"] div.contents_title{
  padding-left: 8vw;
}
body[wc-view-type="pc"] div.contents_title{
  padding-left: calc((100vw - 1100px) / 2);
}
div.contents_title.white{
  color: #fff;
}
div.contents_title > h1{
  transition: opacity 600ms 500ms ease;
  opacity: 0;
}
div.contents_title > h1.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] div.contents_title > h1{
 font-size: 1.25rem; 
  margin-bottom: 1.25rem;
}
body:not([wc-view-type="sp"]) div.contents_title > h1{
  font-size: 1.45rem;
  margin-bottom: 1.5rem;
}
div.contents_title > p.en{
  display: flex;
}
div.contents_title > p.en span{
  line-height: 1em;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  display: block;
  opacity: 0;
}
body[wc-view-type="sp"] div.contents_title > p.en span{
  font-size: 2.2rem;
}
body:not([wc-view-type="sp"]) div.contents_title > p.en span{
  font-size: 2.5rem;
}
div.contents_title.white > p.en span{
  color: #fff;
}
div.contents_title > p.en span.m_left{
  margin-left: 1rem;
}
div.wccatchcopy{
  border: none !important;
  height: 0 !important;
}
/*キャッチコピー*/
div.wccatchcopy div.wcinner > *{
  line-height: 0 !important;
}
/*透明*/
span.opa{
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
/*補足*/
span.hosoku{
  display: block;
  font-size: 0.85rem;
  color: #333;
  font-weight: 300;
  text-align: left;
}
span.hosoku02{
  padding-left: 1rem;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
  display: block;
}
span.hosoku02::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
}
/*ボタン*/
div.btn{
  display: table;
}
div.btn a{
  display: table;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 0.75rem 2.9rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.15rem;
}
div.btn a::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
}
div.btn.back{
  display: table;
}
div.btn.back a{
  display: table;
  box-sizing: border-box;
  padding: 0.75rem 2.9rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.15rem;
  border: none;
  background-color: #333;
}
div.btn.back a::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
}
div.btn.border a{
  background-color: rgba(255,255,255,0);
  border: solid 1px #333;
  color: #333;
}
div.btn.border a::after{
  background-color: #333;
}
/*前のページに戻る*/
div.return_box{
  display: flex;
  margin-top: 2rem;
}
body[wc-view-type="sp"] div.return_box{
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] div.return_box,
body[wc-view-type="pc"] div.return_box{
  width: 750px;
  margin: 2rem auto 0 auto;
}
div.return_box > div{
}
body[wc-view-type="sp"] div.return_box > div{
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) div.return_box > div.top{
  margin-left: auto;
  margin-right: 1rem;
}
body:not([wc-view-type="sp"]) div.return_box > div.list_page{
  margin-right: auto;
  margin-left: 1rem;
}
div.return_box > div a{
  display: table;
  box-sizing: border-box;
  padding: 0.75rem 2.9rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.15rem;
  background-color: #333;
}
div.return_box > div a::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
}
/*こめ*/
span.kome{
  padding-left: 1rem;
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  display: block;
}
span.kome.white{
  color: #fff;
}
span.kome::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
}
span.kome.white::before{
  color: #fff;
}
span.kome.f_300{
  font-weight: 300;
}
/*ページタイトル*/
section.page_title{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  align-items: center;
}
section.page_title.no_img_gray{
	background-color: #f5f5f5;
}
body[wc-view-type="sp"] section.page_title{
  height: 45vw;
}
body[wc-view-type="tb"] section.page_title{
  height: 35vw;
}
body[wc-view-type="tb-l"] section.page_title{
  height: 300px;
}
body[wc-view-type="pc"] section.page_title{
  height: 330px;
}
section.page_title > figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.page_title > figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(47,178,207,0.5);
}
section.page_title > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_title > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.page_title > figure img{
  height: 45vw;
}
body[wc-view-type="tb"] section.page_title > figure img{
  height: 35vw;
}
body[wc-view-type="tb-l"] section.page_title > figure img{
  height: 300px;
}
body[wc-view-type="pc"] section.page_title > figure img{
  height: 330px;
}
section.page_title div.contents_title{
  position: relative;
  z-index: 3;
}
/*header*/
header#wcheader{
}
header#wcheader div.headerlogo .wclogoimg{
  min-width: 19px !important;
}
header#wcheader .menubtn:not([btn-pos*="show"])::before{
  -webkit-mask-image: url("/img/svg/menu_open.svg") !important;
  mask-image: url("/img/svg/menu_open.svg") !important;
}
header#wcheader div.headerlogo:not([logo-text="none"]) h2[wc-text-be]::before{
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}
.wcdrawermenu div.header div.title{
  font-size: 1.2rem !important;
  font-family: "Jost";
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  -webkit-mask-image: url("/img/svg/menu_close.svg") !important;
  mask-image: url("/img/svg/menu_close.svg") !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::after,
.wcdrawermenu div.header div.drawerclosebtn::before{
  display: none !important;
}
header#wcheader .menubtn[name]::before,
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span[name]::before{
  width: 100% !important;
  padding-top: 100% !important;
  left: 0 !important;
}
header#wcheader .menubtn[name]:not([btn-pos*="show"])::after{
  display: none !important;
}
.wcdrawermenu nav ul li a:not([target="_blank"])::after{
  -webkit-mask-image: url("/code/icons/slider_next_fill.svg") !important;
  mask-image: url("/code/icons/slider_next_fill.svg") !important;
  background-color: #333;
  width: 1.8rem !important;
  height: 1.8rem !important;
  opacity: 1 !important;
  right: 0.75rem;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.wcdrawermenu nav ul li [wc-accordion]::after{
  -webkit-mask-image: url("/img/svg/plus.svg") !important;
  mask-image: url("/img/svg/plus.svg") !important;
  background-color: #333;
  width: 1.8rem !important;
  height: 1.8rem !important;
  opacity: 1 !important;
  right: 0.75rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
header#wcheader div.headerlogo[logo-pos="right"]{
  left: 0 !important;
  right: inherit !important;
}
header#wcheader .menubtn.endbtn[btn-pos*="right"]{
  margin-left: 0.75rem !important;
}
header a.access{
  display: table;
  min-width: var(--headerBtnSize);
  height: var(--headerBtnSize);
  margin-left: auto;
}
header a.access::after{
  content: "";
  display: block;
  background-color: var(--headerIconColor);
  -webkit-mask-image: url("/img/svg/access.svg?202311171831");
  mask-image: url("/img/svg/access.svg?202311171831");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100% !important;
  padding-top: 100% !important;
}
body[wc-view-type="pc"] header div.menubtn,
body[wc-view-type="pc"] header a.access{
  display: none !important;
}
div.pc_menu_wrap{
  display: flex;
  margin-left: auto;
}
body:not([wc-view-type="pc"]) div.pc_menu_wrap{
  display: none;
}
div.pc_menu_wrap ul.pc_menu{
  display: flex;
  list-style: none;
  list-style-position: outside;
}
div.pc_menu_wrap ul.pc_menu li.menu_list{
  margin: 0 0.75rem 0 0;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a{
  display: block;
  padding: 0 calc(20px + 1rem) 0 0.75rem;
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: all 0.5s linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > div{
  padding: 0 calc(20px + 1rem) 0 0.75rem;
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: all 0.5s linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a::before,
div.pc_menu_wrap ul.pc_menu li.menu_list > a::after,
div.pc_menu_wrap ul.pc_menu li.menu_list > div::before,
div.pc_menu_wrap ul.pc_menu li.menu_list > div::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a::before,
div.pc_menu_wrap ul.pc_menu li.menu_list > div::before{
  background-color: #ccc;
  right: 0;
  left: 0;
  width: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a::after,
div.pc_menu_wrap ul.pc_menu li.menu_list > div::after{
  background-color: #2fb2cf;
  width: 0;
  right: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a:hover::after,
div.pc_menu_wrap ul.pc_menu li.menu_list > div:hover::after{
  right: 0;
  width: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list > a span.icon,
div.pc_menu_wrap ul.pc_menu li.menu_list > div span.icon{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width:19px;
  height: 19px;
  background-color: #333;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open > a span.icon.plus,
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open > div span.icon.plus{
  -webkit-mask-image: url("/img/svg/plus.svg?202402191622");
  mask-image: url("/img/svg/plus.svg?202402191622");
  transition: all 200ms linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open:hover > a span.icon.plus,
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open:hover > div span.icon.plus{
  transform: translateY(-50%) rotate(45deg);
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open{
  cursor: pointer;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist{
  display: none;
  position: absolute;
  transition: all 0.5s linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open:hover ul.pc_menu_inlist{
  display: block;
  background-color: #fff;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a{
  display: block;
  padding: 0.25rem calc(20px + 1rem) 0.25rem.75rem;
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a::before,
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s linear;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a::before{
  background-color: #ccc;
  right: 0;
  left: 0;
  width: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a::after{
  background-color: #2fb2cf;
  width: 0;
  right: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a:hover::after{
  right: 0;
  width: 100%;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist{
  list-style: none;
  list-style-position: outside;
}
div.pc_menu_wrap ul.pc_menu li.menu_list.in_open ul.pc_menu_inlist li > a span.icon{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width:19px;
  height: 19px;
  background-color: #333;
}
div.pc_menu_wrap div.h_insta{
  width: 40px;
  height: 40px;
}
div.pc_menu_wrap div.h_insta a{
  display: block;
  background-color: #333;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
div.pc_menu_wrap div.h_insta a:hover{
  background-color: #2fb2cf;
}
div.pc_menu_wrap div.h_insta a::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  z-index: 1;
  -webkit-mask-image: url("/img/svg/h_insta.svg");
  mask-image: url("/img/svg/h_insta.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width:40px;
  height: 40px;
  background-color: #fff;
}
/*ドロワーメニュー*/
/*
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  background-color: #2fb2cf !important;
}*/
.wcdrawermenu div.header div.title{
  font-weight: 300 !important;
}
.wcdrawermenu nav ul li > a,
.wcdrawermenu nav ul li > div{
  font-weight: 300 !important;
}
/*
.wcdrawermenu nav ul li > a,
.wcdrawermenu nav ul li > div{
  border-bottom: 1px solid #333 !important;
}*/
/*ドロワーメニュー　インスタ*/
div.menu_insta{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body[wc-view-type="sp"] div.menu_insta{
  width: calc(100% - 3rem);
  margin: 1.5rem auto 0 auto;
  height: 150px;
}
body[wc-view-type="tb"] div.menu_insta,
body[wc-view-type="tb-l"] div.menu_insta{
  width: calc(100% - 4rem);
  margin: 2rem auto 0 auto;
  height: 150px;
}
div.menu_insta::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  opacity: 0.5;
}
div.menu_insta::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  opacity: 0.5;
}
div.menu_insta div.m_insta_text{
  position: relative;
  z-index: 3;
}
div.menu_insta div.m_insta_text > span{
  background-color: #fff;
  line-height: 1em;
  -webkit-mask-image: url("/img/svg/d_insta02.svg?202311271724");
  mask-image: url("/img/svg/d_insta02.svg?202311271724");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100px;
  height: 22px;
  display: table;
  margin: 0 auto;
}
div.menu_insta div.m_insta_text p.m_title,
div.menu_insta div.m_insta_text p.arrow{
  color: #fff;
  position: relative;
  z-index: 3;
}
div.menu_insta div.m_insta_text p.m_title{
  font-size: 1.75rem;
  color: #fff;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
  margin: 0.35rem 0;
}
div.menu_insta div.m_insta_text p.m_title > span{
  font-size: 1.2rem;
  display: block;
}
div.menu_insta div.m_insta_text p.m_title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  -webkit-mask-image: url("/img/svg/insta_no_yohaku.svg");
  mask-image: url("/img/svg/insta_no_yohaku.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.menu_insta div.m_insta_text p.arrow{
  color: #fff;
  position: relative;
  z-index: 3;
  padding-right: 2.5rem;
  display: table;
  margin: 0 auto;
}
div.menu_insta div.m_insta_text p.arrow::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
}
div.menu_insta a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-decoration: none;
  display: block;
}
div.menu_insta figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 150px;
}
div.menu_insta figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.menu_insta figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*footer*/
footer{
  position: relative;
  z-index: 1;
	background-color: #2fb2cf !important;
}
footer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #2fb2cf;
  width: 100vw;
  z-index: -1;
}
body[wc-view-type="sp"] footer::before{
  height: 16vw;
  -webkit-mask-image: url("/img/svg/sp_deco_right_down.svg?202311211850");
  mask-image: url("/img/svg/sp_deco_right_down.svg?202311211850");
  top: calc((15.6vw - 1px) * -1);
}
body[wc-view-type="tb"] footer::before,
body[wc-view-type="tb-l"] footer::before{
  -webkit-mask-image: url("/img/svg/tb_deco_right_down.svg?202311221714");
  mask-image: url("/img/svg/tb_deco_right_down.svg?202311221714");
}
body[wc-view-type="tb"] footer::before{
  height: 13vw;
  top: calc((13vw - 1px) * -1);
}
body[wc-view-type="tb-l"] footer::before{
  height: 141px;
  top: -132px;
}
body[wc-view-type="pc"] footer::before{
  -webkit-mask-image: url("/img/svg/pc_deco_right_down.svg?202311221836");
  mask-image: url("/img/svg/pc_deco_right_down.svg?202311221836");
  height: 128px;
  top: -127px;
}
footer div.f_contact{
  display: flex;
  box-sizing: border-box;
  margin: 0 auto !important;
  border-bottom: 1px solid #fff;
}
body[wc-view-type="sp"] footer div.f_contact{
  flex-direction: column;
  width: 86vw;
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb"] footer div.f_contact{
  flex-direction: column;
  width: 84vw;
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb-l"] footer div.f_contact{
  width: 84vw;
  padding-bottom: 1.5rem;
}
body[wc-view-type="pc"] footer div.f_contact{
  width: 1100px;
  padding-bottom: 2rem;
}
footer div.f_contact div.f_contact_tbox{
}
body[wc-view-type="tb-l"] footer div.f_contact div.f_contact_tbox{
  width: 35%;
}
body[wc-view-type="pc"] footer div.f_contact div.f_contact_tbox{
  width: 40%;
  padding-right: 4rem;
  align-items: flex-start;
}
footer div.f_contact div.f_contact_tbox p.f_contact_title{
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  text-align: left;
}
footer div.f_contact div.f_contact_tbox p.f_contact_title::before{
  content: "Contact";
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
}
footer div.f_contact div.f_contact_tbox p.f_contact_text{
  font-weight: 300;
  text-align: left;
  color: #fff;
}
footer div.f_contact div.f_c_box{
  display: flex;
  margin-top: 1rem;
}
body[wc-view-type="sp"] footer div.f_contact div.f_c_box{
  flex-direction: column;
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] footer div.f_contact div.f_c_box{
  width: 100%;
}
body[wc-view-type="tb-l"] footer div.f_contact div.f_c_box{
  width: 65%;
}
body[wc-view-type="pc"] footer div.f_contact div.f_c_box{
  width: 60%;
}
footer div.f_contact div.f_c_box div.f_c_btn{
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] footer div.f_contact div.f_c_box div.f_c_btn{
  height: 100%;
}
footer div.f_contact div.f_c_box div.f_c_btn a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
body[wc-view-type="sp"] footer div.f_contact div.f_c_box div.f_c_btn:nth-of-type(1){
  margin-bottom: 1rem;
}
body:not([wc-view-type="sp"]) footer div.f_contact div.f_c_box div.f_c_btn:nth-of-type(1){
  margin-right: 0.75rem;
  width: calc(50% - 0.75);
}
body:not([wc-view-type="sp"]) footer div.f_contact div.f_c_box div.f_c_btn:nth-of-type(2){
  margin-left: 0.75rem;
  width: calc(50% - 0.75);
}
footer div.f_contact div.f_c_box div.f_c_btn dl{
}
footer div.f_contact div.f_c_box div.f_c_btn dl dt{
  color: #2fb2cf !important;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}
footer div.f_contact div.f_c_box div.f_c_btn dl dt::before{
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 3rem;
  height: 3rem;
  background-color: #2fb2cf;
}
footer div.f_contact div.f_c_box div.f_c_btn dl dd{
  color: #fff !important;
}
footer div.f_contact div.f_c_box div.f_c_btn dl dd > p.tel_num{
  font-size: 2rem;
  line-height: 1em;
  margin-top: 0.5rem;
  color: #2fb2cf;
  font-weight: 700;
}
footer div.f_contact div.f_c_box div.f_c_btn dl dd span.m_contact{
  display: table;
  border: solid 1px #2fb2cf;
  box-sizing: border-box;
  padding: 0.75rem 2.9rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #2fb2cf;
  font-weight: 300;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.15rem;
  margin: 0.5rem auto 0;
}
span.m_contact::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2fb2cf;
}
div.footer_contents{
  box-sizing: border-box;
  margin: 0 auto !important;
}
body[wc-view-type="sp"] div.footer_contents{
  padding-top: 1rem;
  width: 86vw;
}
body[wc-view-type="tb"] div.footer_contents,
body[wc-view-type="tb-l"] div.footer_contents{
  padding-top: 1.5rem;
  width: 84vw;
}
body[wc-view-type="pc"] div.footer_contents{
  width: 1100px;
  margin-right: auto;
  display: flex;
  padding-top: 2rem;
}
div.footer_contents div.store_info{
}
body[wc-view-type="sp"] div.footer_contents div.store_info{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb"] div.footer_contents div.store_info,
body[wc-view-type="tb-l"] div.footer_contents div.store_info{
  width: calc(100% - 3rem);
  margin: 0 auto;
}
body[wc-view-type="pc"] div.footer_contents div.store_info{
  width: 280px;
}
div.footer_contents div.store_info div.logo{
  width: 250px;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] div.footer_contents div.store_info div.logo{
  width: 200px;
  margin: 0 auto 1rem auto;
}
div.footer_contents div.store_info div.logo > span{
  -webkit-mask-image:url("/img/svg/logo.svg?202402191739");
  mask-image:url("/img/svg/logo.svg?202402191739");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 250px;
  height: 91px;
  background-color: #fff;
  display: block;
}
body[wc-view-type="sp"] div.footer_contents div.store_info div.logo > span{
  width: 200px;
  height: 73px;
}
div.footer_contents div.store_info div.logo picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.footer_contents div.store_info div.logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.footer_contents div.store_info div.f_add{
  margin-bottom: 1rem;
}
div.footer_contents div.store_info div.f_add span.f_add_num{
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  text-align: left;
  margin-bottom: 0.15rem;
  color: #fff;
}
div.footer_contents div.store_info div.f_add span.f_add_num > span{
  display: inline-block;
  margin-right: 0.25rem;
  color: #fff;
}
div.footer_contents div.store_info div.f_add address{
  text-align: left;
  padding-left: 2rem;
  color: #fff;
}
div.footer_contents div.store_info div.f_add span.f_add_num::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  top: -0.15rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
}
div.footer_contents div.store_info div.f_add span.hosoku{
  padding-left: 2rem;
  color: #fff;
}
div.footer_contents div.store_time_block{
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 1rem;
}
body[wc-view-type="sp"] div.footer_contents div.store_time_block{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) div.footer_contents div.store_time_block{
  display: flex;
}
body[wc-view-type="tb"] div.footer_contents div.store_time_block,
body[wc-view-type="tb-l"] div.footer_contents div.store_time_block{
  width: calc(100% - 3rem);
  margin: 0 auto;
}
body[wc-view-type="pc"] div.footer_contents div.store_time_block{
  width: calc(100% - 280px);
}
div.footer_contents div.store_time_block dl.store_time_box{
}
body[wc-view-type="sp"] div.footer_contents div.store_time_block dl.store_time_box{
  margin-bottom: 1rem;
}
body:not([wc-view-type="sp"]) div.footer_contents div.store_time_block dl.store_time_box{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
div.footer_contents div.store_time_block dl.store_time_box > dt{
  margin-bottom: 0.75rem;
}
div.footer_contents div.store_time_block dl.store_time_box dt span{
  background-color: #fff;
  padding: 0.45rem 0.75rem 0.5rem 0.75rem;
  color: #2fb2cf;
  line-height: 1em;
  display: table;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
div.footer_contents div.store_time_block dl.store_time_box dt span::after{
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  left: 0.5rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.35rem;
  z-index: 2;
  transform: rotate(45deg)
}
div.footer_contents div.store_time_block dl.store_time_box dd{
}
body[wc-view-type="pc"] div.footer_contents div.store_time_block dl.store_time_box > dd{
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox{
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
}
body[wc-view-type="pc"] div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox:nth-of-type(1){
  margin-top: 0;
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dt{
  padding-left: 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fff;
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dt::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  top: -0.15rem;
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox.time dt::before{
  -webkit-mask-image: url("/img/svg/time.svg");
  mask-image: url("/img/svg/time.svg");
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox.close dt::before{
  -webkit-mask-image: url("/img/svg/close.svg");
  mask-image: url("/img/svg/close.svg");
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dd{
  text-align: left;
  padding-left: 2rem;
  box-sizing: border-box;
  color: #fff;
}
body[wc-view-type="sp"] div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dd{
  width: calc(100% - 6rem);
}
body[wc-view-type="pc"] div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dd{
  width: 100%;
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dd span.hosoku{
  color: #fff;
}
div.footer_contents div.store_time_block dl.store_time_box dd dl.f_s_inbox dd span.hosoku.nowrap{
  white-space: nowrap;
}
footer .footertextlinks{
  max-width: inherit !important;
  margin: 0 !important;
}
body[wc-view-type="tb"] footer .footertextlinks,
body[wc-view-type="tb-l"] footer .footertextlinks,
body[wc-view-type="pc"] footer .footertextlinks{
	width: 220px;
}
footer .footertextlinks > a{
	margin-right: 0.75rem;
}
footer .footertextlinks > a:last-of-type{
	margin-right: 0;
}
body[wc-view-type="sp"] footer .footertextlinks{
  margin-left: auto !important;
  margin-right: 0.75rem !important;
	justify-content: center;
	padding-top: 1.5rem;
}
footer .footertextlinks a{
  text-decoration: none !important;
}
footer .footerbottom{
  box-sizing: border-box;
}
body[wc-view-type="sp"] footer .footerbottom{
  padding: 0 7vw;
  border-top: 1px solid #fff;
  margin-top: 1.5rem !important;
}
body[wc-view-type="tb"] footer .footerbottom,
body[wc-view-type="tb-l"] footer .footerbottom{
  width: 84vw;
  margin: 1.5rem auto 0 auto !important;
}
body[wc-view-type="pc"] footer .footerbottom{
  margin: 0 auto !important;
}
footer .footertextlinks a{
  white-space: nowrap !important;
  font-weight: 500 !important;
}
#wcCopyright, #wcCopyright a{
  font-weight: 500 !important;
}
.footersnsarea{
  margin: 0 0 0 auto !important;
}
body[wc-view-type="sp"] .footersnsarea{
  margin-right: auto !important;
  margin-left: 0.75rem !important;
}
footer #wcCopyright{
  margin-right: 0 !important;
  margin-top: 0rem !important;
}
.footersnsarea > div[svg-color="true"] a{
  background-color: #2fb2cf !important;
  position: relative;
  z-index: 1;
  background-image: none !important;
}
.footersnsarea > div[svg-color="true"] a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  -webkit-mask-image: url("/img/svg/instagram.svg");
  mask-image: url("/img/svg/instagram.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: var(--headerBtnSize);
  height: var(--headerBtnSize);
  background-color: #fff;
}

/*スワイプメニュー*/

[swipemenu][menu-type="tab"]{
  padding-bottom: 0 !important;
  background-color: rgba(255,255,255,0) !important;
}
[swipemenu][menu-type="tab"]::after{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner{
  padding-right: 0.75rem !important;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) [swipemenu][menu-type="tab"] .swipemenuinner{
  padding-right: 1rem !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]{
  border-radius: 0 !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  padding: 0.35rem 1rem 0.4rem 1rem !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]{
  box-shadow: none !important;
	border: solid 1px #c3c3c3;
	background-color: #fff;
	position: relative !important;
	z-index: 2 !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]::before{
	content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50% !important;
	transform: translateX(-50%) rotate(45deg) !important;
  -webkit-mask-image: none!important;
  mask-image: none !important;
  -webkit-mask-position:0 0 !important;
  mask-position:0 0 !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 0 !important;
  mask-size:0 0 !important;
  height: 1.1rem !important;
  width: 1.1rem !important;
  bottom: -0.53rem !important;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	box-sizing: border-box;
}
[menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive::before{
	background-color: #2fb2cf !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]::before{
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]:not(.wcactive):not(.nonetarget){
  border: solid 1px #c3c3c3;
  box-sizing: border-box;
	background-color: #fff;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target] + [swipemenu-target]{
  margin-left: 0.75rem !important;
}
body:not([wc-view-type="sp"]) [swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target] + [swipemenu-target]{
  margin-left: 1rem !important;
}
[swipemenu][menu-type="tab"]::before{
  box-shadow: none!important;
}
[swipemenu][menu-type="tab"] .swipemenuinner{
  padding-bottom: 2rem;
}
body[wc-view-type="sp"] [swipemenu][menu-type="tab"] .swipemenuinner{
  padding-bottom: 1.25rem;
}
/*子ページ共通部品*/
div.open_time{
}
div.open_time{
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
div.open_time.wcvisible{
  opacity: 1;
}
body[wc-view-type="tb-l"] div.open_time{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
body[wc-view-type="tb"] div.open_time,
body[wc-view-type="pc"] div.open_time{
  width: fit-content;
  margin: 1rem auto 0 auto;
}
div.open_time dl{
  display: flex;
  border-top: 1px solid #2fb2cf;
}
div.open_time dl:last-of-type{
  border-bottom: 1px solid #2fb2cf;
}
div.open_time dl dt,
div.open_time dl dd{
  box-sizing: border-box;
}
div.open_time dl dt{
  width: 220px;
  padding: 1rem;
}
body[wc-view-type="sp"] div.open_time dl dt{
  width: 150px;
  padding: 1rem 0 1rem 0.5rem;
}
div.open_time dl dt > span{
  display: table;
  padding-left: 2.2rem;
  position: relative;
  z-index: 1;
}
div.open_time dl dt > span::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 2.1rem;
  height: 2.1rem;
  z-index: 1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #2fb2cf;
  top: -0.25rem;
}
div.open_time dl.o_time dt > span::before{
  -webkit-mask-image: url("/img/svg/time.svg");
  mask-image: url("/img/svg/time.svg");
}
div.open_time dl.o_holiday dt > span::before{
  -webkit-mask-image: url("/img/svg/close.svg");
  mask-image: url("/img/svg/close.svg");
}
div.open_time dl dd{
  width: calc(100% - 150px);
  padding: 1rem;
  font-weight: 300;
}
body[wc-view-type="sp"] div.open_time dl dd{
  width: calc(100% - 150px);
  padding: 1rem 0.5rem 1rem 0;
}
span.lo{
	display: block;
	font-weight: 300;
}
span.holi_hosoku{
	display: block;
	font-size: 0.9rem;
	font-weight: 300;
}
/*施設案内トップ共通*/
section.f_child_top{
  box-sizing: border-box;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body[wc-view-type="sp"] section.f_child_top{
  padding: var(--headerHeight) 7vw calc(15.6vw + 1.5rem) 7vw;
}
body[wc-view-type="sp"] section.f_child_top,
body[wc-view-type="tb"] section.f_child_top{
  flex-direction: column;
}
body[wc-view-type="tb"] section.f_child_top,
body[wc-view-type="tb-l"] section.f_child_top{
  padding: var(--headerHeight) 8vw calc(13vw + 1.5rem) 8vw;
}
body[wc-view-type="pc"] section.f_child_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(128px + 1.5rem) calc((100vw - 1100px) / 2);
}
section.f_child_top::after{
  content: "";
  position: absolute;
  width: 100vw;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  left: 0;
  right: 0;
}
body[wc-view-type="sp"] section.f_child_top::after{
  height: 15.6vw;
  bottom: -1px;
  -webkit-mask-image: url("/img/svg/sp_deco_left_down.svg?202311221707");
  mask-image: url("/img/svg/sp_deco_left_down.svg?202311221707");
}
body[wc-view-type="tb"] section.f_child_top::after{
  height: 13.5vw;
  bottom: -1px;
  -webkit-mask-image: url("/img/svg/tb_deco_left_down.svg?202311221718");
  mask-image: url("/img/svg/tb_deco_left_down.svg?202311221718");
}
body[wc-view-type="tb-l"] section.f_child_top::after{
  height: 141.5px;
  bottom: -1px;
  -webkit-mask-image: url("/img/svg/tb_deco_left_down.svg?202311221718");
  mask-image: url("/img/svg/tb_deco_left_down.svg?202311221718");
}
body[wc-view-type="pc"] section.f_child_top::after{
  height: 128px;
  bottom: -1px;
  -webkit-mask-image: url("/img/svg/pc_deco_left_down.svg?202311221840");
  mask-image: url("/img/svg/pc_deco_left_down.svg?202311221840");
}
section.f_child_top div.contents_title{
  padding-left: 0;
}
section.f_child_top div.f_child_left{
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.f_child_top div.f_child_left,
body[wc-view-type="pc"] section.f_child_top div.f_child_left{
  width: 50%;
}
body[wc-view-type="sp"] section.f_child_top div.f_child_left,
body[wc-view-type="tb"] section.f_child_top div.f_child_left{
  padding-bottom: 1.5rem;
  width: 100%;
}
body[wc-view-type="tb-l"] section.f_child_top div.f_child_left{
  padding-right: 3rem;
}
body[wc-view-type="pc"] section.f_child_top div.f_child_left{
  padding-right: 4rem;
}
section.f_child_top .f_child_middle_title{
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
body[wc-view-type="sp"] section.f_child_top .f_child_middle_title,
body[wc-view-type="tb"] section.f_child_top .f_child_middle_title{
  transition: opacity 1s 200ms ease;
  -webkit-transition: opacity 1s 200ms ease;
}
section.f_child_top .f_child_middle_title.wcvisible{
  opacity: 1;
}
section.f_child_top div.f_child_t_text p{
  font-weight: 300;
  line-height: 1.8rem;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
section.f_child_top div.f_child_t_text p.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] section.f_child_top div.f_child_right,
body[wc-view-type="tb"] section.f_child_top div.f_child_right{
  width: 100%;
}
body[wc-view-type="tb-l"] section.f_child_top div.f_child_right,
body[wc-view-type="pc"] section.f_child_top div.f_child_right{
  width: 50%;
}
section.f_child_top div.f_child_right{
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 0;
}
body[wc-view-type="tb"] section.f_child_top div.f_child_right{
  transition: opacity 1s 500ms ease;
  -webkit-transition: opacity 1s 500ms ease;
}
section.f_child_top div.f_child_right.wcvisible{
  opacity: 1;
}
section.f_child_top div.f_child_right figure{
}
section.f_child_top div.f_child_right figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.f_child_top div.f_child_right figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb"] section.f_child_top div.f_child_right figure img,
body[wc-view-type="tb-l"] section.f_child_top div.f_child_right figure img{
  height: 45vw;
}
section.f_child_top div.news_btn{
  display: table;
}
body[wc-view-type="sp"] section.f_child_top div.news_btn{
  margin: 1.5rem auto 0 auto;
}
body[wc-view-type="tb"] section.f_child_top div.news_btn,
body[wc-view-type="tb-l"] section.f_child_top div.news_btn{
  margin: 2rem auto 0 auto;
}
body[wc-view-type="pc"] section.f_child_top div.news_btn{
  width: 550px;
  margin: 3rem auto 0 auto;
}
section.f_child_top div.news_btn a{
  background-color: #2fb2cf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3.5rem;
  box-sizing: border-box;
  text-decoration: none;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] section.f_child_top div.news_btn a{
  padding: 2.5rem 3rem;
}
section.f_child_top div.news_btn a::before{
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: solid 1px #fff;
  z-index: 2;
}
section.f_child_top div.news_btn a > span.btn_title{
  color: #fff;
  font-size: 1.25rem;
  display: block;
  text-align: center;
}
section.f_child_top div.news_btn a > span.btn_text{
  color: #fff;
  font-size: 1.15rem;
  display: table;
  padding-right: 2.5rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
section.f_child_top div.news_btn a > span.btn_text::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
}
/*ロゴを貰ったら削除*/
p.sample_f_name{
}
p.sample_f_name{
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-left: 3rem;
}
p.sample_f_name span{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: url("/img/svg/h_f_logo.svg");
  mask-image: url("/img/svg/h_f_logo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
}
