@charset "UTF-8";
/* base
-----------------------------------*/
:root{
  --primary-font:"Noto Sans JP", sans-serif;
  --font-family01: "Montserrat", 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  --main-color: #002247;
  --bg-coloryellow: #fffce0;
  --primary-text-color: #272727;
  --point-color: #df683d;
  --button-cta-color: #df683d;
}
html {
  /* 1 */
  color: var(--primary-text-color);
}
a{
  text-decoration: unset;
}
img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}
section{
  width: 100%;
  padding: 100px 0;
  &:nth-child(even){
    background: #f4f4f4;
  }
}

body {
  background: none;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

.inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.inner02 {
  max-width: 962px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner03 {
  width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner04 {
  width: 852px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner_sm {
  width: 830px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

a {
  color: #A41300;
}
.bg_maincolor{
  background: var(--main-color);
}
.button{
    border-radius: 30px;
    border: 1px solid var(--main-color);
    padding: 20px;
    display: block;
    width: clamp(280px, 0.814rem + 0.76vw, 350px);
    color: var(--main-color);
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42;
    margin: auto;
    position: relative;
}
.button-more{
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 14px;
    height: 11px;
    background: var(--main-color);
    clip-path: polygon(0% 45%, 86% 45%, 55% 0%, 65% 0%, 100% 50%, 65% 100%, 55% 100%, 86% 55%, 0% 55%);
  }}
.container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.container02{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.container03{width: 840px;margin: 0 auto;}
.bg_oshigoto02{background: #fff;}
.bg-yellow{
  background: var(--bg-coloryellow);
}
.title-section{
  font-size: clamp(48px, 0.814rem + 0.76vw, 60px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 40px;
}
.lead-section{
  color: var(--primary-text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.75;
  margin-bottom: 40px;
}
.sub-lead-section{
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width:1240px) {
  .container02{
    padding: 0;
  }
}
/*header*/
#header {
  position: relative;
  overflow: hidden;
}
#header img.logo_mv{
  display: block;
  position: absolute;
  left: 33%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 40vw;
  max-width: 400px;
  height: auto;
  z-index: 2;
}
#header img.logo_mv{
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
}
.mv_note{
  color: var(--primary-text-color);
  font-size: clamp(20px, 0.814rem + 0.76vw, 28px);
  font-style: normal;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width:768px) {
#header img.logo_mv{
  left: 50%;
  width: 100%;
  max-width: 280px;
}
#header .swiper{
    width: 100%;
    height: 100%;
  }

#header .swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

#wrapper {
  width: 100%;
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul .slick-arrow {
  width: 50px;
  height: 50px;
  background: url('../../images/coworking/index/ic_prev.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  left: 30px;
  z-index: 1;
  border: none;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

#slider ul .slick-next {
  left: inherit;
  right: 30px;
  background: url('../../images/coworking/index/ic_next.png') center no-repeat;
  background-size: cover;
}

#slider ul .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

#slider .slide_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#slider .slick-dots li {
  position: relative;
  border: solid 2px rgba(51, 51, 51, 0.4);
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

#slider .slick-dots li.slick-active {
  border-color: rgba(255, 255, 255, 0.4);
}

#slider .slick-dots li button::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #e5e5e5;
}

#slider .slick-dots li.slick-active button::before {
  background: #333;
}

#gnavi {
  position: fixed;
  top: 60px;
  right: 60px;
  max-width: 380px;
  width: 100%;
  padding: 40px;
  transition: all ease 0.3s;
  border-radius: 20px;
  box-sizing: border-box;
  opacity: 1;
  z-index: 99;
  transition: .3s;
}

#gnavi.is-closed {
  opacity: 0;
  pointer-events: none;
}

#gnavi .inner {
  width: 920px;
}

#gnavi ul.list_menu01 {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
#gnavi ul.list_menu01 li{
  position: relative;
  &::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  height: 20px;
  background: var(--point-color);
  border-radius: 20px;
  transform: translateY(-50%);
  }
}
#gnavi ul.list_menu01 li a {
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

#gnavi ul.list_menu01 li a.btn_menu {
  display: block;
  padding: 0 30px;
  position: relative;
  background: #820b00;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
  z-index: 1;
  margin-left: 20px;
}

#gnavi ul.list_menu01 li a.btn_menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #981100;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#gnavi ul li a.btn_menu span::after {
  right: 10px;
}

#gnavi ul li a:hover {
  opacity: 0.5;
}

#gnavi ul li.sub ul {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 150px;
  position: absolute;
  top: 150%;
  left: calc(50% - 75px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#gnavi ul li.sub:hover ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}

#gnavi ul li.sub ul li {
  width: 100%;
  border-bottom: 1px dotted #333;
}

#gnavi ul li.sub ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

#gnavi ul li.sub ul li a {
  font-size: 10px;
  color: #333;
  text-shadow: none;
  line-height: 1.5em;
  padding: 10px 0
}

#gnavi ul li.sub ul li a span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em
}

#gnavi ul li.sub ul li a:hover {
  background: #fff;
  opacity: 1;
}

#gnavi ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../../../coworking/images/common/icon/icon_w_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

#gnavi p.tell_txt{
  color: #fff;
  margin-left: -15px;
  font-size: 12px;
  text-align: right;
  text-shadow: 0 0px 5px rgb(0 0 0 / 80%), 0 0px 6px rgb(0 0 0 / 80%);
}
#gnavi p.tell_txt:last-child{
  font-size: 14px;
}
#gnavi .list_menu-policy{
  margin-bottom: 30px;
}
#gnavi .item-policy{
  & a{
    font-size: 14px;
    font-weight: 400;
    line-height: 2.28;
    color: var(--primary-text-color);
  }
}
.button_web-rsv{
  & a{
    background: var(--button-cta-color);
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 18px 0;
    position: relative;
  }
}
.button_web-rsv a:before{position: absolute;content: '→';font-size: 16px;right: 12px;top: calc(50% - 9px);color: #fff;line-height: 1em;}

.main_vs{
  line-height: 0;
  margin: 0;
}

.slide_oshigoto {
  position: absolute;
  bottom: 47px;
  right: 48px;
}
.btn_open{
    width: 40px;
    height: 40px;
    margin: 0;
    position: fixed;
    top: 61px;
    right: 61px;
    z-index: 99999;
  }
  .btn_side {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    position: absolute;
    border-radius: 30px;
    background: #fff;
  }

  .btn_side span {
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    background: #272727;
    opacity: 1;
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }

  .btn_side span:nth-child(even) {
    left: 50%;
  }

  .btn_side span:nth-child(odd) {
    left: calc(50% - 10px);
  }

  .btn_side span:nth-child(1),
  .btn_side span:nth-child(2) {
    top: 13px;
  }

  .btn_side span:nth-child(3),
  .btn_side span:nth-child(4) {
    top: 20px;
  }

  .btn_side span:nth-child(5),
  .btn_side span:nth-child(6) {
    top: 27px;
  }

  .btn_side.open {
    background: #fff;
  }

  .btn_side.open span {
    background: #272727;
  }

  .btn_side.open span:nth-child(1),
  .btn_side.open span:nth-child(6) {
    transform: rotate(45deg);
  }

  .btn_side.open span:nth-child(2),
  .btn_side.open span:nth-child(5) {
    transform: rotate(-45deg);
  }

  .btn_side.open span:nth-child(1) {
    left: calc(50% - 10px);
    top: 16px;
  }

  .btn_side.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 16px;
  }

  .btn_side.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .btn_side.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .btn_side.open span:nth-child(5) {
    left: calc(50% - 10px);
    top: 23px;
  }

  .btn_side.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 23px;
  }
.slide_oshigoto img {
  height: auto;
  width: 16vw;
}
.btn_open-rsv-sp{
  display: none;
}
/* qanda */
.qanda{
  padding: 100px 0;
}
.qa{
  margin-bottom: 40px;
}
.qa_item{
  display: flex;
  column-gap: 40px;
  padding: 40px 0;
  flex-wrap: wrap;
}
.qa_q,
.qa_a{
  display: flex;
  column-gap: 20px;
  align-items: center;
  width: min(100%, 600px);
}
.qa_q-label,
.qa_a-label{
  color: var(--primary-text-color);
  font-family: var(--font-family01);
  font-size: clamp(60px, 0.815rem + 2.17vw, 100px);
  font-weight: 600;
}
.qa_q-text{
  color: var(--primary-text-color);
  font-family: var(--primary-font);
  font-size: clamp(20px, 0.815rem + 2.17vw, 28px);
  font-weight: 900;
  line-height: 1.46;
}
.qa_a-text{
  font-size: clamp(14px, 0.815rem + 2.17vw, 16px);
}
@media screen and (min-width:1020px){
  .qa_item{
  border-top: 1px solid var(--primary-text-color);
  border-bottom: 1px solid var(--primary-text-color);
  flex-wrap: nowrap;
  }
}
/* reservations  */
.reservations{
padding: 113px 0;
}
.list-reservation{
  display: flex;
  justify-content: flex-start;
  gap: 30px 50px;
  flex-wrap: wrap;
}
.item-reservation{
  border-radius: 40px;
  background: var(--button-cta-color);
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 100%;
  max-width: 380px;
  & .name-shop{
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 0.815rem + 2.17vw, 16px);
    font-weight: 900;
    line-height: 1;
  }
  & .sub-name-shop{
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 14px;
    height: 11px;
    background: #fff;
    clip-path: polygon(0% 45%, 86% 45%, 55% 0%, 65% 0%, 100% 50%, 65% 100%, 55% 100%, 86% 55%, 0% 55%);
  }
}
@media screen and (min-width:1020px){
  .item-reservation{
    width: calc(100% / 3);
    & .name-shop{
      line-height: 1.25;
      margin-bottom: 6px;
      width: 100%;
    }
    & .sub-name-shop{
      line-height: 1.16;
    }
  }
}
/* service_work */
section.service_work{
  padding: 100px 30px;
  background: #fff;
}
.con-service_work{
  max-width: 1240px;
  margin: 0 auto;
}
.service_work_ttl{
  font-size: clamp(20px, 0.815rem + 2.17vw, 40px);
  font-weight: bold;
  font-family: var(--primary-font);
  line-height: 1.25;
  margin-bottom: 17px;
}
.wrap-service_work{
    display: flex;
    justify-content: center;
    column-gap: 60px;
    flex-wrap: wrap;
  }

.service_work_ls li{font-size: 14px;font-family: var(--primary-font);line-height: 28px;position: relative;padding-left: 15px;}
.service_work_ls li:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50px;
  top: calc(50% - 5px);
  left: 0;
}
@media screen and (min-width: 1024px){
  .wrap-service_work{
    column-gap: 60px;
  }
}
/*footer*/

#footer {
  background: #002249;
  padding: 268px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.footer-inner{
  width: fit-content;
  margin: auto;
}
.f_logo_txt{
  text-align: left;
  font-size: 14px;
  font-family: var(--primary-font);
  margin-bottom: 19px;
}
.f_logo {
  text-align: center;
  margin-bottom: 40px;
}
.footer_icons{
  column-gap: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer_flexBox {
  display: flex;
  justify-content: center;
}

.footer_flexBox p.f_logo_txt {
  display: inline-block;
}

.footer_flexBox p.f_logo_txt:first-child {
  margin-right: 20px;
}

.f_logo_txt {
  margin-bottom: 12px;
  font-size: 11px;
}

.copyright{
  background: #002249;
  color: #FFF;
  text-align: center;
  padding: 40px 0;
	font-family: "Montserrat", 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size: 10px;
}
.totop {
  border: none;
  bottom: 50px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  margin: 0;
  z-index: 9;
  display: none;
}

.totop:hover {
  opacity: 0.8;
}

#gnavi ul li.btn_menu a {
  display: block;
  padding: 10px 20px;
  position: relative;
  background: #820b00;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
  z-index: 1;
}

#gnavi ul li.btn_menu a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #981100;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#gnavi ul li.btn_menu a:hover {
  opacity: 0.8;
}

.sns .inner {
  background: #aa8e68;
  padding: 80px 0;
  box-sizing: border-box;
}

.sns_box {
  display: flex;
  justify-content: center;
  align-content: center;
}

.sns_box_it {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

.sns_box_it:last-child {
  margin-right: 0;
}

.sns_box_it img {
  width: 100%;
}

.h1_ttl {
  text-align: center;
}

.h1_ttl span {
  font-size: 48px;
  color: #a41300;
}

.h1_ttl02 {
  text-align: center;
  font-size: 30px;
}

.box_eticket {
  width: 100%;
}

.box_eticket img {
  display: block;
  margin: 0 auto;
}

.twitter-widget-wrapper iframe {
  width: 740px !important;
}

.cw_red {
  color: #A41300;
}

.f_logo_txt a {
  text-decoration: none;
  color: #FFF;
}

.link_container {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.link_box {
}
.link-service_work{
  width: fit-content;
  display: block;
  margin: auto;
}

.link_box .bnr-service_work {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

/*eチケット*/
.f14 {
  font-size: 14px;
}

/*breadcrumbs*/
#breadcrumbs ol {
  max-width: 1000px;
}

#breadcrumbs ol li {
  font-size: 12px;
}

#breadcrumbs.white a {
  color: #A41300;
}

#breadcrumbs.white a:hover {
  color: #A41300;
}


/* pc専用の記述
-----------------------------------*/
@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .box_sp {
    display: none;
  }

  .box_pc {
    display: block;
  }
  #header picture img {
    height: 770px;
    object-fit: cover;
    width: 100%;
  }

  .store_ic_phone {
    display: none;
  }

  .slick-slider {
    width: 100% !important;
  }

  #slider ul.sp {
    display: none;
  }

  #wrapper {
    min-width: 1080px;
    overflow: hidden;
  }

  .kowakuwa_it a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) {
  #header{
    width: 100%;
  }
  #player{
    width: 800px;
    height: 450px;
  }
  #youtube_thmb{
    width: calc(100vw - 20px);
    height: auto;
  }
}


/* sp専用の記述
-----------------------------------*/
@media screen and (max-width: 768px) {
  #header{
    width: 100%;
    height:calc(100vw * 1.9)!important;
  }
  #header picture img{
    /* height:calc(100vw * 0.875)!important; */
  }
  #panorama_photo iframe{
    width: 100%!important;
  }
  #youtube_thmb{
    width: 100%;
    height:calc(100vw * 0.553);
  }
  .infor_las dt img{
    width: 100%;
    height: auto;
  }
  #fac_spaces .slider_img img,
  #fac_meeting .slider_img img,
  #fac_privateroom .slider_img img,
  .fac_model_img{
    height:auto;
  }
  .svr_it_img img{
    height: 100%;
  }
  .service_ttl01_img img{
    width: 10px;
    height: 16px;
  }
  .box_dropin_notice {
    font-size: 12px;
  }

  .box_dropin {
    width: 95%;
  }

  .bnr_dropin {
    width: 100%;
  }

  .logo_gnavi {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    box-sizing: border-box;
  }

  .logo_sp_txt {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #wrapper {
    width: 100%;
    margin-left: 0;
  }

  #slider .slick-dots {
    margin: 10px 0;
  }

  #slider ul .slick-arrow {
    display: none !important;
  }

  .sns .inner {
    padding: 30px 0;
    box-sizing: border-box;
  }

  .inner_md {
    width: 100%;
  }

  .contact {
    margin: 20px auto 10px auto !important;
  }

  .contact a {
    position: relative;
  }

  .contact a::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: no-repeat center/contain url(/images/coworking/common/ico_01.png);
    top: 50%;
    transform: translateY(-50%);
    right: 25%;
  }
  #gnavi{
    top: 20px;
    right: 20px;
    max-width: 320px;
  }
  #gnavi ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0;
  }
  .btn_open{
    top: 21px;
    right: 20px;
  }
  .btn_open-rsv-sp{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: fixed;
    top: 62px;
    right: 21px;
    z-index: 1;
  }
  #slider .slide_txt img {
    width: 50vw;
    height: auto;
  }

  .inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .inner02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner03 {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner04 {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .sns_box {
    display: block;
  }

  .sns_box_it {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #slider ul.pc {
    display: none;
  }

  .arrow {
    position: relative
  }

  .arrow:after {
    position: absolute;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    padding: 4px;
    left: 18vw;
    top: 30%;
  }

  #header {
    width: 100%;
  }

  .store_ic_phone {
    display: block;
  }

  .totop {
    right: 1.5em !important;
    bottom: 1.5em !important;
  }

  .box_info {
    max-width: 94%;
    min-height: 100px;
    background-color: #FFF;
    margin: 20px auto;
    font-size: 1em;
    text-align: left;
  }

  .box_info p {
    padding: 15px 0 10px 5px;
  }

  .bnr_oshigoto_gnav {
    width: 90%;
    margin: 5px auto;
    display: block;
  }

  .logo_sp img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
  }
  .add_info {
    padding: 25px;
  }

  .link_box {
    width: 100%;
  }

  .link_box img{
  width: 100%;
  display: block;
}

  #breadcrumbs ol {
    padding-left: 0;
  }
  .h1_ttl {
    font-size: 18px;
  }

  .h1_ttl span {
    font-size: 30px;
  }

  .h1_ttl02 {
    font-size: 24px;
  }

  .valuable_list_it_txt_sub {
    font-size: 3.2vw;
  }

.external{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
}

@media screen and (min-width: 769px){
  .inner_md{
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
  #gnavi ul.list_menu01 li a{
    /* font-size: 13px; */
  }
  #gnavi ul.list_menu01{
    flex-wrap: wrap;
  }
  #gnavi ul.list_menu02{
    flex: 1;
  }
}
/* point */
.item-point{
  position: relative;
  padding-left: 2%;
  &:nth-child(even){
    top: 70px;
  }
}
.num_point{
  font-family: var(--font-family01);
  font-size: 28px;
  font-weight: 600;
  line-height: 2.14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
  & .num{
    font-size: clamp(80px, 0.814rem + 0.76vw, 100px);;
    font-weight: 600;
    line-height: 0.8;
  }
}
.item-point figure{
  position: relative;
  z-index: 0;
  margin: 0;
  & .thumb_point{
    object-fit: cover;
  }
  & figcaption{
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
}
.item-point .desc_point{
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
}
@media screen and (min-width: 750px){
  .list-point{
    display: flex;
    gap: 70px;
  }
}
@media screen and (min-width: 1200px){
.item-point{
  visibility: hidden;
  transition: opacity 0.7s, visibility 0.7s, transform 0.7s;
  transform: translateY(110px);
  opacity: 0;
}
.item-point.js-scrollUp{
	visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
}

@media screen and (max-width: 768px){
.item-point{
  padding-left: unset;
  &:nth-child(even){
    top: 40px;
  }
  .num_point{
    left: -20px;
  }
}
.item-point.is-active{
  animation-name:pointUpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes pointUpDown{
0%{
transform: translateY(-20px);
}
100%{
transform: translateY(0);
}
}
.item-point figure{
  & .thumb_point{
    width: 180px;
    height: 440px;
  }
}
}
@media screen and (max-width: 500px){
.list-point.is-slider{
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 55px;
  height: 600px;
  overflow-y: clip;
}
.scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar::-webkit-scrollbar {
    display: none;
}
.item-point{
  flex: 0 0 74%;
  scroll-snap-align: center;
}
}
/* price */
#oshigoto_price .lead-section{
  margin-bottom: 15px;
}
#oshigoto_price .lead-note{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 15px;
}
#oshigoto_price .annotation{
  padding-left: 10px;
}
#oshigoto_price .annotation li{
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  &::before{
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
  }
}
.price-table_title{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 10px;
}
.price-table_row.price-table_row-head{
    background: #4D4D4D;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
}
.price-table_row th,
.price-table_row td{
  border: 1px solid var(--primary-text-color);
  padding: 16px 0;
}
.price-table_cell-time{
  width: 25.5%;
}
.price-table_row-head .price-table_cell-fee{
    width: calc(100% - 25.5%);
    font-size: 16px;
}
.price-table_cell-fee{
  text-align: center;
  font-family: var(--font-family01);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  & .sm-fee{
    font-size: 16px;
  }
}
.wrap-price{
  display: flex;
  gap: 60px;
}
.wrap-price-1{
  max-width: 320px;
}
.wrap-price-2{
  width: 100%;
}
.price-table_table{
  width: 100%;
}
@media screen and (max-width: 768px){
.wrap-price{
  flex-wrap: wrap;
}
.price-table_table{
  margin-bottom: 15px;
}
}
/* oshigoto_news */
/*記事一覧 */
.cont_sec {
  padding-top: 0;
  max-width: 860px;
  margin: auto;
}
.arc_inner{
  width: 100%;
  border-top: solid 2px #272727;
}
.arc_info_list{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap:10px;
  text-decoration: none;
  color:#62410B;
  border-bottom: solid 2px #272727;
      padding: 25px 0;
  & h2{
    font-size: 16px;
    color:#272727;
    font-weight: normal;
  }
  & img{
    max-width: 100%;
  }
}
.arc_info_date{
  font-size: 14px;
  font-weight: 800;
  color: #272727;
}
.btn_back {
    border-radius: 30px;
    border: 1px solid;
    box-sizing: border-box;
    padding: 20px;
    display: block;
    width: 100%;
    max-width: 350px;
    color: var(--main-color);
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42;
    margin: 50px auto 0;
    position: relative;
    background: var(--main-color);
    color: #fff;
    position: relative;
    &:after{
    position: absolute;
    content: "→";
    font-size: 16px;
    right: 12px;
    top: calc(50% - 8px);
    color: #fff;
    line-height: 1em;
    transition: 0.8s;
    }
}
@media screen and (max-width: 768px){
  .arc_info_list{
    grid-template-columns: 100px 1fr;
    align-items: center;
    & .arc_info_date{
      font-size: 12px;
    }
    & h2{
      font-size: 14px;
    }
  }

}
/*記事一覧end */
/* End oshigoto_news */
/* hikaku */
section#oshigoto_hikaku {
  padding: 60px 0;
}
.wrap_hikaku_tbl01 {
  margin: 0 auto;
  border: 1px solid #272727;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
section#oshigoto_hikaku .oshigoto_ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
}
.hikaku_tbl01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.hikaku_tbl01 tr:last-child td{
  border-bottom: unset;
}
.hikaku_tbl01 th.hikaku_bold,
.hikaku_tbl01 td.hikaku_bold {
  background: #fffce0;
  color: #df683d;
}
.hikaku_tbl01 th {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #272727;
  font-weight: 500;
  background: #F4F4F4;
  padding: 15px 0;
}
.hikaku_tbl01 th.bg_maincolor{
  background: var(--main-color);
}
.hikaku_tbl01 th.ttl_img img {
  background: var(--main-color);
  display: inline-block;
  padding: 8px 10px;
  vertical-align: middle;
}
.hikaku_tbl01 th:nth-child(1) {
  border-top-left-radius: 10px;
  width: 10em;
  position: relative;
  border: unset;
}
.hikaku_tbl01 th {
  border: 1px solid #272727;
  border-top: none;
}
.hikaku_tbl01 th:last-child {
  border-top-right-radius: 10px;
  position: relative;
  border: unset;
}
.hikaku_tbl01 td {
  color: #272727;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #272727;
  background: #fff;
  line-height: 1.2em;
  white-space: break-spaces;
  &:first-child{
    border-left: unset;
  }
  &:last-child{
    border-right: unset;
  }
}
.hikaku_tbl01 td > span {
  display: block;
  font-size: 12px;
}
.hikaku_tbl01 td > span.sub_text {
  font-size: 10px;
}
@media screen and (max-width: 749px){
section#oshigoto_hikaku {
  padding: 60px 15px;
}
.wrap_hikaku_tbl01 {
  overflow-x: scroll;
  white-space: nowrap;
  width: 95vw;
}
section#oshigoto_hikaku .oshigoto_ttl04 {
  margin: 0 auto 15px;
  letter-spacing: -1px;
}
section#oshigoto_hikaku .oshigoto_ttl04:before{
  width: 40px;
  height: 56px;
  bottom: -16px;
  left: -32px;
  z-index: -1;
}
section#oshigoto_hikaku .oshigoto_ttl04::after{
  width: 40px;
  height: 56px;
  bottom: -16px;
  right: -32px;
  z-index: -1;
}
.hikaku_tbl01 th {
  min-width: 180px;
  width: 180px;
}
.hikaku_tbl01 td {
  min-width: 180px;
  width: 180px;
}
.hikaku_tbl01 th:nth-child(1) {
  width: 7em;
}
}
/* swiper-gallery */
.swiper-gallery .swiper-slide figure{
  margin: 0;
}
.swiper.swiper-gallery-thumbnail{
  max-width: 340px;
  margin-top: 40px;
}
/* modal（店舗選択） --------------------------------------------------- */
.modal{display: none;position: fixed;top:0;right: 0;width:100%;height: 100vh;z-index: 999999;}
.modal .bg{position: absolute;background: rgba(0,0,0,0.5);height:100%;width: 100%;}
.modal .inner{overflow:auto;left: 50%;position: absolute;top: 50%;transform: translate(-50%,-50%);padding:30px;width:760px;max-height:90%;background:#f8f8f8;border-radius:10px;z-index: 2;}

.modal h3{margin-bottom:15px;color:#002249;text-align: center;}
.modal p.description{margin-bottom:30px;text-align: center;font-size: 13px;}
.modal ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 20px;
  gap: 10px;
}

.modal li{
  display: flex;
  align-items: center;
  width: calc((100% - 20px ) / 2);
}
.modal li:hover{opacity:0.9;}
.modal li a{
  border-radius: 40px;
  background: var(--button-cta-color);
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 100%;
  max-width: 380px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.modal li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 11px;
  background: #fff;
  clip-path: polygon(0% 45%, 86% 45%, 55% 0%, 65% 0%, 100% 50%, 65% 100%, 55% 100%, 86% 55%, 0% 55%);
}
.modal li span{font-size:11px;}

.modal a.button.negative{display: block;margin:0 auto;padding: 10px;background:#ddd;border-radius:6px;color:#999;text-align: center;width: 100px;}
.modal a.button.negative:hover{opacity:0.9;}

a.shopModalOpen,
a.shopModalClose{cursor:pointer;}

@media only screen and (max-width: 800px) {
	.modal .inner{width:90%;}
	.modal li{width: 100%;}
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
}