.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.header {
  overflow: visible;
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main {
  overflow: hidden;
  width: 100vw;
}

.main01 {
  overflow: hidden;
  width: auto;
  height: auto;
}

.main001 {
  position: static;
  overflow: hidden;
  width: 50vw;
  height: auto;
  float: left;
}

.div-block {
  width: 25%;
  height: 90vh;
  float: left;
}

.main002 {
  overflow: hidden;
  width: 25vw;
  height: auto;
  float: left;
}

.main003 {
  overflow: hidden;
  width: 25vw;
  height: auto;
  float: left;
}

.main02 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  float: left;
  background-image: url('../images/bnr_wnb_bg.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.main02:hover {
  opacity: 0.5;
}

.mainimg {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: none;
  border-width: 1px;
  border-color: #ececec;
  background-color: #b4b4b4;
}

.mainimg:hover {
  border-style: none;
  border-color: #fff;
  background-color: #fff;
}

.main03 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  float: left;
}

.image {
  width: 100%;
}

.main04 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  float: left;
}

.main05 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  float: left;
  background-color: #fff;
  text-align: left;
}

.main05:hover {
  opacity: 0.5;
}

.main2 {
  overflow: hidden;
  width: 100vw;
}

.main101 {
  overflow: hidden;
  width: 25vw;
  height: auto;
  float: left;
}

.main10 {
  display: block;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  text-align: center;
}

.main10:hover {
  opacity: 0.5;
}

.main11 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  background-image: url('../images/bnr_wnb_bg.png');
  background-position: 0px 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.main11:hover {
  opacity: 0.5;
}

.main102 {
  overflow: hidden;
  width: 50vw;
  height: 50vw;
  float: left;
}

.main103 {
  overflow: hidden;
  width: 25vw;
  height: auto;
  float: left;
}

.main13 {
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  background-image: url('../images/web_TOP_ol_06.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.main13:hover {
  opacity: 0.5;
}

.main14 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  background-image: url('../images/yoseido_cafe_bnr_bg.png');
  background-size: cover;
}

.main14:hover {
  opacity: 0.5;
}

.navbar {
  display: block;
  width: 100%;
  background-color: transparent;
}

.hdlogo {
  width: 180px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  width: 100%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container {
  display: block;
  text-align: center;
}

.main_banner {
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
}

.bnr_bs {
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.news_area {
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_wrap {
  width: 800px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: center;
}

.image-2 {
  margin-right: auto;
  margin-left: auto;
}

.news_ttl {
  margin: 20px auto;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.news_line {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc8c8;
  color: #000;
}

.news_date {
  width: 30%;
  height: 3em;
  padding-right: 20px;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 26px;
  text-align: right;
  letter-spacing: 1px;
}

.news_index {
  position: static;
  width: 60%;
  height: auto;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 26px;
  text-align: left;
}

.footer_upper {
  width: 100vw;
  min-height: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #e5e6e6;
}

.company_ttl {
  width: 100%;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.company_menu_wrap {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.cmenu01 {
  width: 220px;
  height: 50px;
  margin-right: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #727171;
  color: #000;
  line-height: 50px;
  letter-spacing: 3px;
}

.company_link {
  width: 220px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
}

.footer {
  position: relative;
  min-height: 50px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #3e3a39;
  text-align: center;
}

.footer_logo_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block-2 {
  min-height: 50px;
  text-align: center;
}

.footer_menu_wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  float: none;
  text-align: center;
}

.footer_menu_item {
  display: inline-block;
  width: auto;
  min-height: auto;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  font-family: Baskervville, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.item_text {
  font-family: Baskervville, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.footer_copy {
  width: 100%;
  min-height: 3em;
  margin-right: auto;
  margin-left: auto;
  color: #a3a3a4;
  font-size: 11px;
  letter-spacing: 1px;
}

.more_link {
  width: 80px;
  margin-top: 40px;
  padding-top: 20px;
  float: right;
}

.nav-menu {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: left;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.nav-link {
  display: inline;
}

.nav-link-2 {
  display: inline;
}

.nav-link-3 {
  display: inline;
}

.header_nav_link {
  padding: 10px 13px 0px;
  font-size: 12px;
}

.header_nav_link:hover {
  opacity: 0.5;
}

.header_nav_link.w--current {
  color: #000;
}

.header_nav_link.dlink {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 13px;
  padding-left: 13px;
  float: none;
  cursor: pointer;
}

.header_nav_link.dlink:hover {
  opacity: 1;
}

.white_main {
  width: 100vw;
}

.white_main_wrap {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.concept_ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
}

.concept_t1 {
  width: 55%;
  margin: 10px auto 20px;
  border-bottom: 1px solid #000;
  font-family: Baskervville, sans-serif;
  font-size: 36px;
  line-height: 88px;
  font-weight: 400;
  text-align: center;
}

.white_t2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 3px;
}

.white_detail {
  padding-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.white_detail.pcview {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
}

.white_detail.spview {
  display: none;
}

.white_detail.spview.jst {
  display: none;
}

.white_bnr_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.white_bnr {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-left: 20px;
}

.white_ginza {
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
}

.bnr_to_koive {
  padding-right: 10px;
}

.bnr_to_vs {
  padding-left: 10px;
}

.ph_bnr_wrap {
  position: relative;
  display: block;
  padding-top: 0px;
  text-align: center;
}

.phbnr_01 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 600px;
}

.phbnr_02 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 300px;
  height: auto;
  margin-top: 156px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-3 {
  margin-top: 268px;
  margin-left: 40px;
}

.floor_ttl_h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.floor_num {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 4px;
}

.floor_guide_wrap {
  width: 960px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.floor_name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Baskervville, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 3px;
}

.text-span {
  position: static;
  font-family: Baskervville, sans-serif;
  font-size: 28px;
}

.floor_imgs {
  position: relative;
  display: block;
  width: 1049px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.floor_imgs_wrap {
  position: relative;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.text-span-2 {
  color: rgba(255, 0, 98, 0.92);
}

.floor_information {
  position: fixed;
  left: 0%;
  top: 160px;
  right: auto;
  bottom: auto;
  width: 35px;
  float: left;
}

.dropdown-list {
  z-index: 99999;
}

.wellness_t1 {
  margin-bottom: 15px;
  font-family: Baskervville, sans-serif;
  font-size: 42px;
  line-height: 88px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.wellness_main_txt {
  padding-top: 40px;
  padding-bottom: 35px;
}

.heading-2 {
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.text-block {
  text-align: center;
}

.wellness_detail {
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 2px;
}

.shirakaba_set_icon {
  position: absolute;
  left: auto;
  top: 220px;
  right: 132px;
  bottom: auto;
  display: none;
  width: 180px;
}

.wellness_left_img_wrap {
  display: inline-block;
  width: 50%;
  min-height: 10em;
  float: left;
}

.wellness_content_right {
  display: inline-block;
  width: 50%;
  min-height: 10em;
  padding: 20px 40px;
}

.wellness_content_t3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.wellness_content_t3.spview {
  display: none;
}

.wellness_content_txt {
  padding-top: 8px;
  padding-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.wellness_content_ectxt {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #8c8d8d;
  font-family: Lato, sans-serif;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wellness_ec_button {
  position: static;
  left: 60px;
  top: auto;
  right: auto;
  bottom: -40px;
  width: 220px;
  height: 40px;
  margin-top: 10px;
  float: none;
  background-color: #8f9090;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.text-block-2 {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.welness_content_line {
  background-color: transparent;
}

.welness_content_line.dn {
  display: none;
}

.wellness_right_img_wrap {
  width: 50%;
  float: right;
}

.wellness_right_img_wrap.spview {
  display: none;
}

.wellness_right_img_wrap.spviewe {
  display: none;
}

.wellness_content_left {
  width: 50%;
  padding: 15px 40px 15px 80px;
  float: left;
}

.header_nav_dd {
  z-index: 999;
  display: none;
}

.wellness_footer_upper {
  position: relative;
  display: none;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('https://yoseidojp.com/images/アセット-3footer_upper_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wellness_upper_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.wellness_upper_ttl {
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 37px;
}

.wellness_upper_wrap {
  position: relative;
  display: none;
  width: 60%;
  margin-top: 20px;
  padding-left: 80px;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.wllness_upper_sub {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 21px;
}

.wellness_upper_price {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 10px;
  right: auto;
  bottom: -44px;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.web_limit_bnr {
  position: absolute;
  left: 250px;
  top: -80px;
  right: auto;
  bottom: auto;
  width: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.welness_upper_right_wrap {
  position: relative;
  width: 40%;
  min-height: 3em;
  padding: 20px 80px 20px 40px;
  float: left;
  text-align: left;
}

.shirakaba_set {
  display: inline-block;
  width: auto;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

._50vwimg {
  width: 50vw;
  height: 50vw;
}

._25vwimg {
  width: 25vw;
  height: 25vw;
}

.white_detail_pc {
  padding-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.white_detail_sp {
  display: none;
  padding-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
}

.company {
  position: relative;
  bottom: 0px;
  display: block;
  height: auto;
  min-height: 68vh;
  padding-bottom: 40px;
}

.companyttl {
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.companttlh1 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.companyjttlh2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 15px;
}

.cinfowrap {
  position: relative;
  width: 60%;
  height: auto;
  margin: 40px auto;
  padding-bottom: 65px;
  letter-spacing: 1px;
}

.cinfoline {
  width: 90%;
  height: auto;
  min-height: 3em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e5e6e6 #e5e6e6 #e5e6e6;
  text-align: center;
}

.cinfoline.cinfolast {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom-style: none;
}

.cinfoline.m80 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  width: 20%;
}

.cinfol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 3em;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 3em;
  text-align: left;
  letter-spacing: 1px;
}

.cinfol.jst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cinfor {
  width: 75%;
  min-height: 3em;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 3em;
  text-align: left;
  letter-spacing: 1px;
}

.accesswrap {
  margin-bottom: 60px;
}

.accessmap {
  overflow: hidden;
  width: 610px;
  height: 340px;
  margin: 40px auto;
  padding-bottom: 0px;
}

.accessaddress {
  width: 610px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 25px;
  text-align: left;
}

.snss {
  position: absolute;
  left: auto;
  top: 21%;
  right: 15%;
  bottom: 0%;
  float: right;
}

.snslink {
  width: 25px;
  margin-left: 10px;
}

.ppttl {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  letter-spacing: 1px;
}

.ppcontent {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.contact_wrap {
  display: block;
  width: 60%;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.contact_form_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.contact_form_text.center {
  text-align: center;
}

.koive_contact_form1 {
  margin-top: 40px;
}

.link {
  color: #585757;
  text-decoration: none;
}

.submit-button {
  background-color: #989797;
}

.submit-button.contact_send {
  display: block;
  width: 180px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.fnavwrap {
  position: fixed;
  left: auto;
  top: 125px;
  right: 29px;
  bottom: auto;
  z-index: 99;
  width: auto;
  min-height: 3em;
}

._1flink {
  width: 120px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  float: none;
  border-bottom: 1px solid #555;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

._1flink:hover {
  opacity: 0.5;
}

._1flink.w--current {
  width: 120px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-color: #555;
  color: #333;
  text-decoration: none;
}

.newsdate {
  width: 20%;
  min-height: 3em;
  padding-right: 20px;
  float: left;
  font-family: Lato, sans-serif;
  line-height: 3em;
  text-align: right;
  letter-spacing: 1px;
}

.cinfline {
  display: block;
  width: 960px;
  color: #0c0c0c;
}

.newsmainimg {
  width: 780px;
  margin: 0px auto 60px;
}

.newstxt {
  width: 780px;
  margin: 20px auto;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}

.newscontent {
  width: 780px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.newsimg {
  width: 100%;
  margin: 20px auto;
}

.news_box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid #929494;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}

.ginzamap {
  width: 100%;
}

.link-block {
  display: block;
  color: #000;
  text-decoration: none;
}

.submenu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 190px;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.submenu:hover {
  opacity: 1;
}

.sublink {
  width: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 10px 15px;
  border-top: 1px solid #fff;
  background-color: #ccc;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.sublink:hover {
  opacity: 0.8;
}

.sublink.w--current {
  background-color: #ccc;
  opacity: 1;
}

.submenutxt {
  font-size: 12px;
}

.footlogo {
  width: 140px;
}

.link-block-2 {
  display: inline-block;
  width: 48%;
  float: none;
}

.totop_nav {
  position: absolute;
  left: auto;
  top: -25px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #919292;
  border-radius: 25px;
  background-color: #fff;
  color: #919292;
  font-size: 11px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.text-block-5 {
  padding-left: 5px;
  text-decoration: none;
}

.medialine {
  margin-bottom: 40px;
}

.medialine:hover {
  background-color: #f7f7f7;
}

.mediathum {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: left;
}

.mediattl {
  width: 80%;
  max-height: 3em;
  min-height: 3em;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.mimg {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: left;
}

.mediadate {
  width: 80%;
  float: left;
  font-family: Lato, sans-serif;
}

.footeruppersp {
  display: none;
  padding-bottom: 20px;
  background-color: #e5e6e6;
}

.companymenu {
  text-align: center;
}

.companymi {
  display: inline-block;
  width: 20%;
  min-height: 1em;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.companymi2 {
  display: inline-block;
  width: 20%;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  text-decoration: none;
}

.text-block-6 {
  color: #000;
  text-decoration: none;
}

.floor_nav_txt {
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  letter-spacing: 3px;
  text-decoration: none;
}

.div-block-4 {
  position: absolute;
  right: 165px;
}

.link-block-3 {
  text-align: center;
}

._25vwsvg {
  width: 25vw;
  height: 25vw;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

._25vwsvgk {
  width: 25vw;
  height: 25vw;
  margin-top: 0px;
  margin-left: 0px;
}

._25vwsvgg {
  width: 25vw;
  height: 25vw;
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block-5 {
  width: 48%;
}

.mediadetail {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.media_detail_date {
  float: right;
  font-family: Lato, sans-serif;
}

.media_source {
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  color: #989797;
  font-size: 12px;
}

.media_detail_img {
  width: 22%;
  float: left;
}

.media_detail_text_wrap {
  width: 78%;
  min-height: 3em;
  padding-left: 20px;
  float: left;
}

.media_detail_text {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.image-6 {
  display: inline-block;
}

.more_img {
  width: 100%;
}

.media_lunk {
  width: 100%;
  color: #000;
}

.media_link {
  color: #000;
}

.wellness_line {
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #8c8d8d;
  border-bottom: 1.5px solid #8c8d8d;
}

.koivecafe_obi {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25vw;
}

.floor_img_wrap_sp {
  display: none;
}

.wideimg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.floor_imgs_wrap_sp {
  display: none;
}

.div-block-5 {
  left: auto;
  top: 160px;
  right: 0%;
  bottom: auto;
  width: 120px;
}

.bnr_vs_wrap {
  position: relative;
  width: 300px;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.bnr_campaing_wrap {
  position: relative;
  width: 300px;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.bnr_media_wrap {
  position: relative;
  width: 300px;
  height: 110px;
  margin-left: 10px;
  text-decoration: none;
}

.bnr_vs_img {
  width: 300px;
  height: 110px;
  background-image: url('../images/bnr_vs.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.top_bnr_svg {
  position: static;
  left: 25px;
  top: 40px;
  right: 25px;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.top_bnr_svg.csvg {
  display: inline-block;
  height: auto;
  max-width: none;
}

.top_bnr_txt {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.bnr_campain_img {
  width: 300px;
  height: 110px;
  background-image: url('../images/bnr_campaign.png');
  background-position: 0px 0px;
  background-size: cover;
}

.bnr_media_img {
  width: 300px;
  height: 110px;
  background-image: url('../images/bnr_media.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap {
  margin-top: 10px;
}

.media_wide_img {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #ececec;
}

.link-block-8 {
  width: 25vw;
  height: 25vw;
}

.concept_mainimg {
  width: 100%;
}

.link-block-9 {
  width: 100%;
  text-align: center;
}

.link-block-10 {
  display: block;
}

.top_news_link {
  display: block;
  padding-bottom: 0px;
  color: #000;
  text-decoration: none;
}

.info_atten {
  font-family: 'Noto Sans JP', sans-serif;
  color: #da82a9;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.header_concept_txt {
  opacity: 1;
}

.header_concept_txt:hover {
  opacity: 0.5;
}

.div-block-6 {
  width: 30%;
  min-height: 100px;
}

.cinfo_pphoto {
  width: 210px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  float: left;
}

.cinfo_message {
  width: 66%;
  min-height: 100px;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 15px;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 31px;
}

.cinfo_psign {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 2em;
  min-width: 5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.message_txt {
  text-align: left;
}

.message_txt_sp {
  display: none;
}

.message_txt_pc {
  font-size: 15px;
  line-height: 34px;
}

.wellness_ec_button_footer {
  width: 250px;
  margin-top: 20px;
  background-color: #8f9090;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-decoration: none;
}

.contact_tel {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.back_button {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  background-color: #828282;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.cwl2020_wrap {
  position: relative;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 5px 7px 13px -4px #9a9898;
}

.cwl2020_wrap:hover {
  box-shadow: 5px 7px 13px -4px #fff;
}

.main_tether {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: center;
}

.link-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 53px;
  width: 60%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.cwl_btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 95%;
  height: 85%;
  margin-right: auto;
  margin-left: auto;
}

.cwl_btn:hover {
  opacity: 0.7;
}

.batsu {
  position: absolute;
  left: auto;
  top: 22px;
  right: 35px;
  bottom: auto;
  width: 20px;
  height: 20px;
}

.cwl_main {
  width: 100vw;
  background-color: #0c1533;
}

.cwl_content {
  position: relative;
  width: auto;
  height: 100vh;
  min-height: auto;
  margin-top: 0px;
  padding: 80px 60px 60px;
  background-image: url('../images/cwl2020_bg.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-8 {
  display: inline-block;
}

.cwl2020_maintxt {
  position: absolute;
  right: 50%;
  display: inline-block;
  width: auto;
  height: 80%;
  max-width: none;
}

.cwl_content2 {
  position: relative;
  height: 100vh;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #0c1533;
  text-align: center;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 60px 40px;
}

.event_btn_img {
  width: 176px;
  height: 30px;
}

.link-block-12 {
  width: 300px;
  height: 200px;
}

.cwl2020_maplink {
  position: absolute;
  left: 0px;
  top: 390px;
  right: 0px;
  display: block;
  width: 300px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.molkky_in_mail {
  height: 100vh;
  text-align: center;
}

.image-10 {
  margin-right: auto;
  margin-left: auto;
}

.molkky_in_img {
  width: auto;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
}

.backbttn {
  width: 60%;
  height: 80px;
  margin: 40px auto;
  border-radius: 40px;
  background-color: #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 3em;
  text-decoration: none;
}

.howto_molkky {
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  border-radius: 175px;
  background-color: #ececec;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  line-height: 250px;
  font-weight: 700;
  letter-spacing: 6px;
}

.how_to_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.image-11 {
  background-color: #fffbcc;
}

.image-12 {
  width: 100%;
}

.wellness_new {
  width: 90px;
  margin-top: 8px;
}

.spview {
  display: none;
}

.cafe_menu {
  text-align: center;
}

.menu_link {
  display: inline-block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu_link:hover {
  opacity: 0.8;
}

.main_tether-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: center;
}

.cwl_btn-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 95%;
  height: 95%;
  margin-right: auto;
  margin-left: auto;
}

.cwl_btn-2:hover {
  border-width: 1px;
  border-color: #fff;
  opacity: 1;
}

.batsu-2 {
  position: absolute;
  left: auto;
  top: 22px;
  right: 16px;
  bottom: auto;
  width: 25px;
  height: 25px;
}

.columncontent {
  width: 780px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.note_red {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  border-width: 1px;
  border-color: #000;
  border-radius: 6px;
  background-color: #be0101;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.new_circle {
  position: absolute;
  left: -10px;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.bc {
  display: block;
  width: 60%;
  min-height: 50px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.pf_link_wrap {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}

.pf_link {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
}

.pf_link_img {
  height: 50px;
}

.organizer {
  width: 780px;
  min-width: 0px;
  margin: 60px auto;
  border-style: solid;
  border-width: 6px;
  border-color: #f3f3f3;
  border-radius: 5px;
  background-color: #fff;
}

.organizer_photo {
  width: 180px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 20px;
  float: left;
  border-radius: 122px;
}

.organizer_info {
  width: 440px;
  min-height: 3em;
  padding: 20px;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.organizer_ttl {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.organizer_left {
  width: 200px;
  float: left;
}

.text-span-3 {
  font-size: 18px;
  letter-spacing: 2px;
}

.bold-text {
  font-weight: 400;
}

.bnr_moomin {
  position: relative;
  width: 300px;
  margin-right: 10px;
  text-decoration: none;
}

.bnr_moomin_img {
  background-image: url('../images/tove_yoseido.png');
  background-position: 0px 0px;
  background-size: auto;
}

.column_lower_banner {
  margin-bottom: 60px;
}

.column_lower_ttl {
  width: 100%;
  min-height: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}

.column_lower_ttl_txt {
  position: static;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
}

.column_lower_banner_wrap {
  width: 780px;
  height: 330px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.column_lower_banner_item {
  display: block;
  width: 260px;
  float: left;
  text-decoration: none;
}

.colum_banner_img {
  width: auto;
}

.column_lower_banner_item_name {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .body {
    margin-top: 0px;
  }

  .header {
    overflow: visible;
    height: 170px;
    padding-bottom: 15px;
  }

  .main02 {
    background-size: cover;
  }

  .mainimg {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .main101 {
    height: auto;
  }

  .main10 {
    height: 25vw;
  }

  .main102 {
    height: auto;
  }

  .main103 {
    height: auto;
  }

  .navbar {
    overflow: visible;
  }

  .container {
    display: inline;
  }

  .news_area {
    padding-bottom: 40px;
  }

  .news_ttl {
    position: static;
    font-family: Baskervville, sans-serif;
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
  }

  .news_line {
    font-size: 16px;
  }

  .news_index {
    width: 70%;
  }

  .company_ttl {
    font-size: 20px;
    line-height: 24px;
  }

  .cmenu01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }

  .item_text {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 14px;
  }

  .footer_copy {
    font-family: 'Noto Sans JP', sans-serif;
  }

  .nav-menu {
    display: block;
  }

  .header_nav_link {
    z-index: 90;
    display: inline-block;
    font-size: 14px;
  }

  .header_nav_link:hover {
    opacity: 1;
  }

  .header_nav_link.dlink {
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
  }

  .white_main {
    padding-bottom: 40px;
  }

  .concept_ttl {
    font-size: 20px;
  }

  .concept_t1 {
    width: 45%;
    margin-bottom: 40px;
    font-size: 52px;
  }

  .white_t2 {
    font-size: 38px;
    letter-spacing: 6px;
  }

  .white_detail {
    padding-top: 15px;
    font-size: 18px;
    line-height: 39px;
    font-weight: 400;
    letter-spacing: 4px;
  }

  .white_detail.pcview {
    font-size: 18px;
  }

  .bnr {
    min-height: 200px;
    padding-top: 40px;
  }

  .white_bnr_wrap {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .white_bnr {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    float: none;
  }

  .ph_bnr_wrap {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .phbnr_01 {
    margin-right: 0px;
  }

  .phbnr_02 {
    margin-top: 164px;
  }

  .heading {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .floor_ttl_h1 {
    margin-bottom: 20px;
    font-family: Baskervville, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
  }

  .floor_num {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
  }

  .floor_guide_wrap {
    width: 960px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .floor_name {
    position: static;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Baskervville, sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
  }

  .text-span {
    font-size: 38px;
  }

  .floor_imgs {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }

  .floor_imgs_wrap {
    position: static;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .floor_img_01 {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .floor_img_02 {
    width: 50%;
    height: 400px;
    padding-left: 140px;
    float: left;
    text-align: right;
  }

  .floor_information {
    top: 193px;
  }

  .dropdown-list {
    z-index: 9999;
    background-color: #6b5757;
  }

  .dropdown-list.w--open {
    background-color: #efefef;
  }

  .dropdown-link {
    font-family: 'Libre Baskerville', sans-serif;
  }

  .dropdown-link-2 {
    font-family: 'Libre Baskerville', sans-serif;
  }

  .wellness_ec_button {
    position: static;
    left: 60px;
    top: auto;
    right: auto;
    bottom: -30px;
    text-align: left;
  }

  .welness_content_line.dn {
    display: none;
  }

  .header_nav_dd {
    display: none;
  }

  .web_limit_bnr {
    position: absolute;
    left: 250px;
    top: -80px;
    right: auto;
    bottom: auto;
  }

  .welness_upper_right_wrap {
    position: relative;
    text-align: left;
  }

  .shirakaba_set {
    position: static;
    float: none;
    text-align: center;
  }

  .white_detail_pc {
    font-size: 18px;
    line-height: 38px;
  }

  .companyttl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .companttlh1 {
    font-size: 20px;
  }

  .companyjttlh2 {
    font-size: 22px;
  }

  .cinfol.jst {
    font-size: 16px;
  }

  .cinfor {
    font-size: 16px;
  }

  .accessaddress {
    font-size: 16px;
    line-height: 28px;
  }

  .submit-button.contact_send {
    width: 180px;
    height: 3em;
  }

  .newsdate {
    font-size: 16px;
  }

  .cinfline {
    width: 100%;
  }

  .submenu {
    position: absolute;
    left: 0%;
    top: 28px;
    right: auto;
    bottom: auto;
    z-index: 99999;
    display: none;
    width: 220px;
    min-height: 3em;
    padding: 10px 0px 0px;
    float: left;
    background-color: transparent;
    font-family: 'Libre Baskerville', sans-serif;
  }

  .sublink {
    position: static;
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    color: #000;
    text-decoration: none;
  }

  .sublink:hover {
    opacity: 0.8;
  }

  .text-block-3 {
    text-decoration: none;
  }

  .text-block-4 {
    text-decoration: none;
  }

  .submenutxt {
    text-decoration: none;
  }

  .mediadate {
    letter-spacing: 1px;
  }

  .companymi2 {
    letter-spacing: 1px;
  }

  .div-block-4 {
    top: 190px;
    right: 0px;
  }

  .link-block-6 {
    width: 100%;
  }

  .link-block-7 {
    width: 100%;
  }

  .media_lunk {
    width: 100%;
    color: #010101;
  }

  .media_link {
    color: #000;
  }

  .floor_imgs_wrap_sp {
    display: none;
  }

  .top_bnr_txt {
    font-size: 14px;
  }

  .media_wide_img {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #f1f1f1;
  }

  .wellness_ec_button_footer {
    position: absolute;
    left: 60px;
    top: auto;
    right: auto;
    bottom: -40px;
    width: 250px;
    background-color: #8f9090;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    text-decoration: none;
  }

  .cwl2020_wrap:hover {
    opacity: 1;
  }

  .cwl_btn {
    bottom: 70px;
    width: 95%;
    height: 95%;
  }

  .cwl_btn:hover {
    background-color: transparent;
    opacity: 1;
  }

  .batsu {
    top: 22px;
    right: 37px;
  }

  .cwl_content2 {
    height: auto;
  }

  .image-9 {
    top: 0px;
    padding-top: 47px;
    background-color: #0c1533;
  }

  .event_btn_img {
    width: 235px;
    height: 40px;
  }

  .cwl_btn-2 {
    bottom: 70px;
    width: 95%;
    height: 95%;
  }

  .cwl_btn-2:hover {
    background-color: transparent;
    opacity: 1;
  }

  .batsu-2 {
    top: 22px;
    right: 37px;
  }

  .pf_link-wrap {
    max-height: 20px;
  }

  .pf_link_wrap {
    max-height: none;
  }

  .pf_link_img {
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-image: none;
  }

  .header {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100px;
  }

  .main101 {
    height: 100%;
  }

  .main10 {
    height: 25vw;
  }

  .main102 {
    height: 100%;
  }

  .main103 {
    height: 100%;
  }

  .navbar {
    z-index: 90;
  }

  .container {
    position: relative;
    display: block;
    overflow: visible;
    float: none;
  }

  .main_banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bnr_bs {
    width: 80%;
  }

  .news_wrap {
    width: 80%;
  }

  .news_ttl {
    font-size: 18px;
  }

  .news_date {
    width: 20%;
  }

  .news_index {
    width: 80%;
  }

  .company_link {
    width: 200px;
  }

  .nav-menu {
    position: relative;
    left: auto;
    top: 99%;
    right: 0%;
    bottom: 0%;
    z-index: 990;
    display: block;
    overflow: visible;
    width: 200px;
    float: right;
    background-color: #f5f5f5;
  }

  .header_nav_link.dlink {
    z-index: 999;
    display: block;
    width: auto;
    padding-bottom: 10px;
    text-align: left;
  }

  .menu-button.w--open {
    background-color: #f3f3f3;
  }

  .concept_ttl {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .concept_t1 {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .white_t2 {
    padding-top: 10px;
    padding-bottom: 40px;
    line-height: 36px;
  }

  .white_detail {
    padding-right: 40px;
    padding-left: 40px;
  }

  .white_detail.pcview {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bnr_to_koive {
    width: 45vw;
    margin-right: 10px;
    padding-right: 0px;
  }

  .bnr_to_vs {
    width: 45vw;
    margin-left: 10px;
    padding-left: 0px;
  }

  .floor_guide_wrap {
    position: relative;
    width: auto;
    margin-top: 0px;
  }

  .floor_imgs {
    width: auto;
    padding: 60px 10px;
  }

  .floor_information {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 35px;
    margin-top: 10px;
  }

  .heading-2.pcview {
    display: none;
  }

  .heading-2.spview {
    display: block;
  }

  .wellness_detail.pcview {
    display: none;
  }

  .shirakaba_set_icon {
    right: 10px;
    width: 150px;
  }

  .wellness_left_img_wrap {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .wellness_left_img_wrap.pcview {
    display: none;
  }

  .wellness_content_right {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .wellness_content_t3 {
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.5px;
  }

  .wellness_content_t3.pcview {
    display: none;
  }

  .wellness_content_t3.spview {
    display: block;
  }

  .wellness_content_txt {
    font-size: 13px;
    line-height: 20px;
  }

  .wellness_content_txt.jst {
    padding-top: 10px;
    font-size: 13px;
    line-height: 26px;
  }

  .wellness_content_txt.jst.pcview {
    display: none;
  }

  .wellness_content_txt.pcview {
    display: none;
  }

  .wellness_content_ectxt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .wellness_ec_button {
    left: 40px;
    width: 250px;
  }

  .welness_content_line {
    position: relative;
    overflow: hidden;
  }

  .wellness_right_img_wrap.spview {
    display: block;
    width: 100%;
  }

  .wellness_right_img_wrap.pcview {
    display: none;
  }

  .wellness_right_img_wrap.spviewe {
    display: block;
    width: 100%;
  }

  .wellness_content_left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 50px;
  }

  .wellness_footer_upper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wellness_upper_wrap {
    z-index: auto;
    width: 55%;
    margin-top: 40px;
    padding-left: 40px;
  }

  .web_limit_bnr {
    left: auto;
    top: -80px;
    right: 0px;
    bottom: auto;
  }

  .welness_upper_right_wrap {
    width: 45%;
  }

  .cinfowrap {
    width: 85%;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .cinfoline.cinfolast {
    margin-bottom: 20px;
  }

  .cinfol.jst {
    padding-right: 20px;
  }

  .snss {
    right: 2%;
  }

  .contact_wrap {
    width: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .fnavwrap {
    position: absolute;
    z-index: 99;
    width: auto;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  ._1flink {
    width: auto;
    margin-right: 20px;
    margin-left: 26px;
    border-bottom-style: none;
    font-family: 'Libre Baskerville', sans-serif;
  }

  ._1flink.w--current {
    width: auto;
    border-bottom-style: none;
    font-family: 'Libre Baskerville', sans-serif;
  }

  .newsmainimg {
    width: auto;
  }

  .newstxt {
    width: auto;
  }

  .newscontent {
    padding-right: 40px;
    padding-left: 40px;
  }

  .submenu {
    position: static;
    top: 50px;
    z-index: 99999;
    display: none;
    width: 200px;
    margin-top: 10px;
    margin-left: -15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .sublink {
    position: relative;
    z-index: 9999;
    width: 100vw;
    margin-top: 0px;
    background-color: #bebebe;
  }

  .sublink:active {
    opacity: 1;
  }

  .sublink.w--current {
    margin-top: 0px;
  }

  .text-block-5 {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .medialine {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-4 {
    position: static;
    top: 161px;
    right: 0px;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  ._25vwsvg {
    width: 25vw;
    height: 25vw;
  }

  .bnr_vs_wrap {
    width: 44vw;
    height: auto;
    margin-right: 0px;
  }

  .bnr_campaing_wrap {
    width: 44vw;
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .bnr_media_wrap {
    width: 44vw;
    height: auto;
    margin-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .bnr_vs_img {
    width: auto;
    height: auto;
    background-image: url('../images/bnr_vs.png');
  }

  .top_bnr_svg {
    top: 30px;
    height: auto;
  }

  .bnr_campain_img {
    width: auto;
    height: auto;
  }

  .bnr_media_img {
    width: auto;
    height: auto;
  }

  .concept_mainimg {
    height: 100%;
  }

  .cinfo_pphoto {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
  }

  .cinfo_message {
    width: 100%;
    padding: 40px 70px;
    text-align: center;
  }

  .cinfo_psign {
    margin-right: 60px;
  }

  .message_txt_pc {
    text-align: left;
  }

  .cwl2020_wrap {
    width: 60%;
  }

  .cwl_btn {
    bottom: 16%;
  }

  .batsu {
    top: 18px;
    right: 29px;
  }

  .cwl_content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-9 {
    top: 0px;
    height: auto;
    padding-top: 60px;
  }

  .cwl2020_maplink {
    top: 197px;
    bottom: 0px;
    width: 170px;
    height: 180px;
  }

  .backbttn {
    height: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-7 {
    line-height: 60px;
  }

  .wellness_new {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pcviw {
    display: none;
  }

  .spview {
    display: block;
  }

  .cwl_btn-2 {
    bottom: 16%;
  }

  .batsu-2 {
    top: 15px;
    right: 15px;
  }

  .columncontent {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bc {
    width: 85%;
  }

  .organizer {
    width: 85%;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .bnr_moomin {
    position: relative;
    width: 44vw;
    height: auto;
    margin-right: 0px;
    text-decoration: none;
  }

  .bnr_moomin_img {
    width: auto;
    height: auto;
    background-image: url('../images/tove_yoseido.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .column_lower_banner_wrap {
    width: auto;
  }

  .column_lower_banner_item {
    width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    overflow: visible;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main {
    overflow: visible;
  }

  .main001 {
    overflow: hidden;
  }

  .mainimg {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    float: none;
  }

  .main10 {
    background-color: #fff;
    text-align: center;
  }

  .main11 {
    background-image: url('../images/bnr_wnb_bg.png');
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }

  .hdlogo {
    width: 220px;
    margin-top: 24px;
  }

  .news_area {
    padding-top: 0px;
  }

  .news_line {
    height: auto;
  }

  .news_date {
    height: auto;
    padding-top: 10px;
    line-height: 3px;
  }

  .news_index {
    height: auto;
    line-height: 2em;
    text-align: left;
  }

  .footer_menu_item {
    margin-left: 10px;
  }

  .item_text {
    letter-spacing: 2px;
  }

  .more_link {
    width: 75px;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 99;
    display: block;
    overflow: visible;
    width: 200px;
    margin-top: 0px;
    background-color: #f4f4f4;
    opacity: 1;
  }

  .header_nav_link {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 16px;
  }

  .header_nav_link:hover {
    opacity: 1;
  }

  .header_nav_link.w--current {
    display: block;
  }

  .menu-button {
    margin-top: -60px;
  }

  .menu-button.w--open {
    display: block;
  }

  .white_main_wrap {
    overflow: hidden;
    width: auto;
  }

  .concept_t1 {
    width: 80%;
  }

  .white_t2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .white_detail {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 0px;
  }

  .white_bnr {
    width: 33%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .white_ginza {
    padding-top: 40px;
  }

  .bnr_to_koive {
    padding-right: 0px;
  }

  .bnr_to_vs {
    padding-left: 0px;
  }

  .ph_bnr_wrap {
    display: block;
    height: auto;
    margin-top: 40px;
    padding-top: 0px;
  }

  .phbnr_01 {
    width: 300px;
  }

  .phbnr_02 {
    width: 200px;
    height: auto;
    max-width: none;
    margin-top: 34px;
  }

  .floor_num {
    font-size: 38px;
  }

  .floor_guide_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .floor_name {
    margin-top: 0px;
    font-size: 38px;
    line-height: 70px;
  }

  .text-span {
    font-size: 26px;
  }

  .floor_imgs_wrap {
    display: none;
  }

  .floor_information {
    display: none;
  }

  .wellness_detail {
    padding-right: 10px;
    padding-left: 10px;
  }

  .shirakaba_set_icon {
    left: auto;
    top: 18%;
    right: 0%;
    bottom: auto;
    width: 120px;
  }

  .wellness_left_img_wrap {
    width: 100%;
  }

  .wellness_content_right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wellness_content_txt {
    line-height: 24px;
  }

  .wellness_ec_button {
    position: static;
    width: 100%;
  }

  .wellness_right_img_wrap {
    width: 100%;
  }

  .wellness_right_img_wrap.spview {
    display: block;
  }

  .wellness_right_img_wrap.pcview {
    display: none;
  }

  .wellness_content_left {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .header_nav_dd {
    display: block;
    height: 3em;
    margin-top: -12px;
    margin-left: 3px;
  }

  .wellness_footer_upper {
    height: auto;
    padding-bottom: 30px;
    text-align: left;
  }

  .wellness_upper_wrap {
    width: 100%;
    margin-top: 0px;
    padding: 20px 30px;
  }

  .web_limit_bnr {
    top: -93px;
  }

  .welness_upper_right_wrap {
    width: 100%;
    float: none;
    text-align: center;
  }

  .shirakaba_set {
    float: none;
  }

  .white_detail_pc {
    display: none;
  }

  .white_detail_sp {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }

  .cinfowrap {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .cinfoline {
    padding-left: 20px;
  }

  .cinfol {
    width: 30%;
  }

  .cinfol.jst {
    min-height: 3em;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5em;
  }

  .cinfor {
    width: 80%;
    padding-left: 10px;
    line-height: 1.5em;
  }

  .accessmap {
    width: auto;
  }

  .accessaddress {
    width: auto;
  }

  .snss {
    top: 19%;
    right: 4%;
  }

  .contact_wrap {
    padding-right: 60px;
    padding-left: 60px;
  }

  .fnavwrap {
    z-index: 99;
    width: 60px;
  }

  ._1flink {
    width: auto;
    margin-right: 18px;
    margin-left: 28px;
    border-bottom-style: none;
  }

  ._1flink.w--current {
    width: auto;
    border-bottom-style: none;
  }

  .newsdate {
    line-height: 1.5em;
  }

  .cinfline {
    padding-bottom: 5px;
  }

  .newscontent {
    width: auto;
  }

  .submenu {
    position: static;
    display: none;
    margin-top: 10px;
  }

  .submenu:hover {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .sublink {
    overflow: visible;
    margin-top: 0px;
    background-color: #ccc;
    opacity: 1;
  }

  .sublink:hover {
    background-color: #333;
    opacity: 1;
  }

  .sublink.w--current {
    margin-top: 0px;
  }

  .mediattl {
    padding-left: 10px;
  }

  .mediadate {
    padding-left: 10px;
  }

  .image-5 {
    width: 75px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._25vwsvg {
    margin-top: 0px;
  }

  .floor_img_wrap_sp {
    display: block;
  }

  .wideimg {
    margin-bottom: 10px;
  }

  .floor_imgs_wrap_sp {
    display: block;
  }

  .div-block-5 {
    position: static;
    top: 90px;
    display: block;
    width: 270px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .bnr_vs_wrap {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .bnr_campaing_wrap {
    width: auto;
    margin-bottom: 20px;
  }

  .bnr_media_wrap {
    width: auto;
  }

  .bnr_vs_img {
    width: 330px;
    height: 121px;
  }

  .top_bnr_svg {
    top: 49px;
    height: auto;
  }

  .top_bnr_txt {
    margin-top: 5px;
  }

  .bnr_campain_img {
    width: 330px;
    height: 121px;
  }

  .bnr_media_img {
    width: 330px;
    height: 121px;
  }

  .concept_mainimg {
    width: 120%;
    height: auto;
    max-width: none;
    margin-left: -10%;
  }

  .link-block-9 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cinfo_pphoto {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cinfo_message {
    padding-right: 40px;
    padding-left: 40px;
  }

  .message_txt_sp {
    display: block;
    font-size: 14px;
    text-align: left;
  }

  .message_txt_pc {
    display: none;
  }

  .cwl_btn {
    width: 95%;
    height: 95%;
  }

  .batsu {
    right: 22px;
  }

  .cwl_content {
    padding: 10% 40px 40px;
    background-color: #0c1533;
    text-align: center;
  }

  .cwl2020_maintxt {
    position: static;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .cwl_content2 {
    height: auto;
  }

  .image-9 {
    padding: 60px 20px 40px;
    background-color: #0c1533;
  }

  .event_btn_img {
    width: 147px;
    height: 25px;
  }

  .cwl2020_maplink {
    top: 145px;
    bottom: 0px;
    width: 120px;
    height: 120px;
  }

  .molkky_in_img {
    height: auto;
  }

  .backbttn {
    height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-7 {
    line-height: 50px;
  }

  .cwl_btn-2 {
    width: 95%;
    height: 95%;
  }

  .batsu-2 {
    right: 22px;
  }

  .columncontent {
    width: auto;
  }

  .bc {
    font-size: 12px;
  }

  .pf_link_wrap {
    padding-top: 60px;
  }

  .pf_link {
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pf_link_img {
    height: 40px;
  }

  .organizer_photo {
    display: inline-block;
    width: 30%;
    margin-right: auto;
    margin-left: 20px;
  }

  .organizer_info {
    width: auto;
  }

  .organizer_ttl {
    display: inline-block;
    width: 45%;
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 40px;
    float: left;
  }

  .organizer_left {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bnr_moomin {
    width: auto;
    margin-bottom: 20px;
  }

  .bnr_moomin_img {
    width: 330px;
  }

  .column_lower_banner {
    margin-bottom: 140px;
  }

  .column_lower_banner_wrap {
    width: 100%;
    height: 33.3vw;
  }

  .column_lower_banner_item {
    display: block;
    width: 33.3%;
    float: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column_lower_banner_item_name {
    height: 4em;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100%;
  }

  .header {
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main {
    overflow: visible;
    float: none;
  }

  .main001 {
    width: 100vw;
  }

  .main002 {
    width: 100vw;
  }

  .main003 {
    width: 100vw;
  }

  .main02 {
    width: 50vw;
    height: 50vw;
  }

  .mainimg {
    width: 100%;
    height: 100%;
    float: none;
  }

  .main03 {
    width: 50vw;
    height: 50vw;
  }

  .main04 {
    width: 50vw;
    height: 50vw;
  }

  .main05 {
    width: 50vw;
    height: 50vw;
  }

  .main101 {
    width: 100%;
  }

  .main10 {
    position: relative;
    width: 50vw;
    height: 50vw;
    float: left;
    text-align: left;
  }

  .main11 {
    width: 50%;
    height: 50vw;
    float: left;
    background-position: -10px 0%;
  }

  .main102 {
    width: 100%;
    float: right;
  }

  .main103 {
    width: 100%;
    float: left;
  }

  .main13 {
    width: 50vw;
    height: 50vw;
    float: left;
  }

  .main14 {
    width: 50vw;
    height: 50vw;
    float: left;
  }

  .navbar {
    z-index: 9999;
    display: block;
    height: auto;
  }

  .hdlogo {
    width: 130px;
    margin-top: 20px;
  }

  .brand {
    height: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    display: inline-block;
    overflow: visible;
    width: 100vw;
    height: 60px;
    float: left;
  }

  .main_banner {
    overflow: hidden;
  }

  .news_area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news_wrap {
    width: 95%;
  }

  .news_ttl {
    font-size: 14px;
  }

  .news_date {
    width: 30%;
    padding-right: 10px;
    letter-spacing: 0px;
  }

  .news_index {
    width: 70%;
    padding-bottom: 20px;
    line-height: 1.5em;
  }

  .footer_upper {
    display: none;
  }

  .company_ttl {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .company_menu_wrap {
    display: block;
    text-align: center;
  }

  .cmenu01 {
    width: 100%;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .company_link {
    width: 33%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-top: 20px;
  }

  .footer_logo_wrap {
    padding-top: 37px;
  }

  .footer_menu_wrap {
    width: 90%;
  }

  .footer_menu_item {
    margin-left: 0px;
  }

  .item_text {
    font-size: 12px;
  }

  .footer_copy {
    width: 95%;
    font-size: 9px;
  }

  .more_link {
    width: 70px;
  }

  .nav-menu {
    position: relative;
    z-index: 90;
    display: inline-block;
    overflow: visible;
    width: 200px;
    padding-bottom: 10px;
    float: right;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .header_nav_link {
    z-index: 9;
    display: block;
    height: 3em;
    float: none;
    background-color: transparent;
    font-size: 12px;
    line-height: 1em;
  }

  .header_nav_link:hover {
    display: block;
    opacity: 1;
  }

  .header_nav_link.w--current {
    z-index: 90;
    display: block;
    background-color: transparent;
  }

  .header_nav_link.dlink {
    background-color: #f5f5f5;
  }

  .header_nav_link.dlink:hover {
    opacity: 1;
  }

  .menu-button {
    top: -52px;
    display: inline-block;
    margin-top: 0px;
    padding: 10px;
    float: right;
  }

  .white_main_wrap {
    width: auto;
    height: auto;
  }

  .concept_ttl {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .concept_t1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 1px;
  }

  .white_t2 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
  }

  .white_detail {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 32px;
  }

  .white_detail.pcview {
    display: none;
  }

  .white_detail.spview {
    display: block;
  }

  .white_detail.spview.jst {
    display: block;
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 34px;
  }

  .white_bnr_wrap {
    overflow: hidden;
  }

  .white_bnr {
    display: inline-block;
    overflow: hidden;
    width: 32%;
    float: none;
  }

  .white_ginza {
    padding-top: 40px;
  }

  .bnr_to_koive {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .bnr_to_vs {
    width: 90vw;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .phbnr_02 {
    width: 300px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu-button-2 {
    margin-top: -46px;
  }

  .floor_ttl_h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .floor_num {
    font-size: 36px;
  }

  .floor_guide_wrap {
    margin-top: 10px;
  }

  .floor_name {
    font-size: 26px;
    line-height: 36px;
  }

  .text-span {
    font-size: 24px;
  }

  .floor_information {
    top: 11%;
    display: none;
    width: 30px;
  }

  .wellness_t1 {
    font-size: 38px;
    line-height: 50px;
  }

  .wellness_main_txt {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 38px;
  }

  .wellness_detail {
    font-size: 16px;
    line-height: 28px;
  }

  .shirakaba_set_icon {
    left: auto;
    top: 177px;
    right: 0%;
    bottom: auto;
    width: 80px;
  }

  .wellness_left_img_wrap {
    width: 100%;
  }

  .wellness_content_right {
    width: 100%;
    padding: 20px 30px 60px;
  }

  .wellness_content_t3 {
    margin-bottom: 0px;
    line-height: 32px;
  }

  .wellness_content_txt {
    padding-top: 10px;
  }

  .wellness_content_txt.jst {
    line-height: 24px;
  }

  .wellness_content_ectxt {
    padding-bottom: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .wellness_ec_button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wellness_right_img_wrap {
    width: 100%;
    float: right;
  }

  .wellness_right_img_wrap.spviewe {
    display: block;
  }

  .wellness_content_left {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .header_nav_dd {
    display: block;
    height: 30px;
    margin-top: -10px;
    margin-left: 5px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 14px;
  }

  .wellness_footer_upper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 73px;
  }

  .wellness_upper_txt {
    font-size: 14px;
  }

  .wellness_upper_wrap {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .web_limit_bnr {
    left: auto;
    top: -60px;
  }

  .welness_upper_right_wrap {
    width: auto;
    padding-right: 40px;
    text-align: center;
  }

  ._50vwimg {
    width: 100vw;
    height: 100vw;
  }

  ._25vwimg {
    width: 50vw;
    height: 50vw;
  }

  .white_detail_sp {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }

  .companyttl {
    width: 90%;
  }

  .companttlh1 {
    line-height: 20px;
  }

  .companyjttlh2 {
    font-size: 18px;
    line-height: 26px;
  }

  .cinfowrap {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cinfoline {
    width: 95%;
    padding-right: 10px;
    padding-left: 0px;
  }

  .cinfoline.cinfolast {
    width: 95%;
    margin-bottom: 0px;
    padding-right: 5px;
  }

  .cinfol.jst {
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .cinfor {
    width: 75%;
    min-height: 3em;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0px;
  }

  .accessaddress {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .snss {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 55%;
  }

  .snslink {
    width: 20px;
  }

  .contact_wrap {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact_form_text {
    font-size: 14px;
  }

  .contact_textfield {
    margin-bottom: 20px;
    border-radius: 3px;
  }

  .contact_textarea {
    height: 10em;
    margin-bottom: 20px;
    border-radius: 3px;
  }

  .submit-button.contact_send {
    margin-top: 20px;
  }

  .fnavwrap {
    top: 105px;
    z-index: 99;
  }

  ._1flink {
    width: auto;
    margin-right: 10px;
    margin-left: 15px;
  }

  ._1flink.w--current {
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .newsdate {
    width: 22%;
    line-height: 1.5em;
  }

  .cinfline {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newstxt {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newscontent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .news_box {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
  }

  .submenu {
    position: static;
    left: 0px;
    top: 10px;
    display: none;
    width: 200px;
    margin-left: -15px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    opacity: 1;
    font-family: Baskervville, sans-serif;
    font-size: 12px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .submenu:hover {
    display: none;
  }

  .sublink {
    display: block;
    border-radius: 0px;
    background-color: #dadada;
    opacity: 1;
  }

  .sublink:hover {
    opacity: 1;
  }

  .sublink.w--current {
    background-color: #dadada;
    opacity: 1;
  }

  .sublink.w--current:hover {
    border-radius: 0px;
    opacity: 1;
  }

  .submenutxt {
    opacity: 1;
  }

  .footlogo {
    width: 130px;
  }

  .totop_nav {
    position: absolute;
    top: -20px;
    right: 3%;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    font-family: Lato, sans-serif;
    font-size: 10px;
    line-height: 35px;
  }

  .text-block-5 {
    font-size: 11px;
  }

  .medialine {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f8f8;
  }

  .mediathum {
    width: 30%;
  }

  .mediattl {
    width: 70%;
    height: auto;
    max-height: none;
    font-size: 12px;
  }

  .mediadate {
    width: 70%;
  }

  .footeruppersp {
    display: block;
    padding-top: 10px;
  }

  .companymi {
    width: 30%;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .companymi2 {
    width: 30%;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .image-5 {
    width: 70px;
    padding-right: 10px;
  }

  .div-block-4 {
    top: 80px;
    display: block;
    width: 200px;
    text-align: center;
  }

  ._25vwsvg {
    width: 50vw;
    height: 50vw;
    margin-top: 0px;
    padding-left: 0px;
  }

  ._25vwsvg.left_slip {
    margin-left: -17px;
  }

  ._25vwsvgk {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 50vw;
    height: 50vw;
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }

  ._25vwsvgg {
    width: 50vw;
    height: 50vw;
  }

  .link-block-4 {
    position: relative;
  }

  .link-block-5 {
    height: auto;
  }

  .media_source {
    overflow: hidden;
    width: auto;
    padding-top: 5px;
    font-size: 10px;
    line-height: 18px;
  }

  .media_detail_img {
    display: block;
    width: 100%;
  }

  .media_detail_text_wrap {
    width: 100%;
    padding-left: 0px;
  }

  .koivecafe_obi {
    width: 50vw;
  }

  .wideimg {
    width: 100%;
    margin-bottom: 10px;
  }

  .bnr_vs_wrap {
    width: auto;
  }

  .bnr_vs_img {
    width: 300px;
    height: 110px;
  }

  .bnr_campain_img {
    width: 300px;
    height: 110px;
  }

  .bnr_media_img {
    width: 300px;
    height: 110px;
  }

  .link-block-8 {
    width: 50vw;
    height: 50vw;
  }

  .concept_mainimg {
    width: 180%;
    margin-left: -40%;
  }

  .info_atten {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cinfo_message {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cinfo_psign {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    font-size: 14px;
  }

  .message_txt {
    line-height: 26px;
    letter-spacing: 0px;
  }

  .message_txt_sp {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .message_txt_pc {
    display: none;
  }

  .cwl2020_wrap {
    width: 70%;
  }

  .main_tether {
    padding-top: 25%;
  }

  .cwl_btn {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 95%;
    height: 85%;
  }

  .batsu {
    top: 7px;
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .cwl_main {
    width: auto;
    height: 100%;
  }

  .cwl_content {
    overflow: hidden;
    height: 100vh;
    padding: 20px 10px;
    background-position: 100% 50%;
    background-size: 500vw;
    background-repeat: no-repeat;
  }

  .cwl2020_maintxt {
    position: static;
    width: 100%;
  }

  .cwl_content2 {
    display: block;
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-9 {
    padding: 0px;
  }

  .event_btn_img {
    width: 118px;
    height: 20px;
  }

  .cwl2020_maplink {
    top: 24px;
    bottom: 0px;
    width: 90px;
    height: 200px;
  }

  .molkky_in_mail {
    padding-bottom: 40px;
  }

  .backbttn {
    height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .howto_molkky {
    width: 150px;
    height: 150px;
    margin-top: 42px;
    border-radius: 125px;
    font-size: 25px;
    line-height: 150px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .wellness_new {
    width: 70px;
    margin-bottom: 15px;
  }

  .cwl_btn-2 {
    bottom: 14%;
    width: 95%;
    height: 95%;
  }

  .batsu-2 {
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
  }

  .columncontent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bc {
    display: block;
    width: 90%;
    height: auto;
    font-size: 11px;
  }

  .pf_link {
    height: 25px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .pf_link_img {
    height: 25px;
  }

  .organizer {
    width: 90%;
  }

  .organizer_photo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .organizer_info {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 12px;
  }

  .organizer_ttl {
    width: auto;
    margin-left: 0px;
    padding-top: 10px;
    float: none;
    font-size: 12px;
    line-height: 26px;
  }

  .organizer_left {
    text-align: center;
  }

  .bnr_moomin_img {
    width: 300px;
  }

  .column_lower_ttl_txt {
    font-size: 12px;
  }

  .column_lower_banner_wrap {
    height: auto;
  }

  .column_lower_banner_item {
    display: inline-block;
    width: 100%;
    float: none;
  }

  .column_lower_banner_item_name {
    font-size: 12px;
  }
}