@charset "utf-8";

/*contents*/
/*top*/
.mainvisual {
  padding: 0;
  max-height: 900px;
  height: 80vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainvisual .slide-animation {
  /* animation: fadezoom 9s 0s forwards; */
  transform: translateX(-100%);
}

@keyframes fadezoom {
  0% {
    transform: translateX(-80%);
  }

  100% {
    transform: translateX(-24%);
  }
}

.mainvisual .mainlogo {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  filter: drop-shadow(0px 0px 0px #fff);
}

.mainvisual .mainlogo img {
  max-height: 245px;
  object-fit: cover;
  width: auto !important;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(1px 1px 1px #fff);
}

.mainvisual .head-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
  align-items: center;
  /* background: rgba(255,255,255,0.7); */
}
.head-nav a.logo {
  display: block;
  width: max-content;
  padding: 0.4rem 0 0 1rem;
}

.mainvisual .head-nav .logo img {
  max-width: 175px;
}

.mainvisual ul.sns {
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

.mainvisual ul.sns li {
  width: 28px;
  margin: 0 12px 0 0;
}

@media screen and (max-width: 1100px) {
  .mainvisual .global-nav__list {
    display: block !important;
  }

  .mainvisual .global-nav__list .head-nav1,
  .mainvisual .global-nav__list .head-nav4,
  .mainvisual .global-nav__list .head-nav5,
  .mainvisual .global-nav__list .head-nav7,
  .mainvisual .global-nav__list .head-nav8,
  .mainvisual .global-nav__list .head-nav9 {
    display: none;
  }
  .mainvisual .global-nav__list span {
    padding-top: 0.25rem;
  }
  .mainvisual .global-nav {
    padding: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .mainvisual ul.sns li {
    display: none;
  }
}
.mainvisual .head-nav .btn_contact {
  margin: 0;
  padding: 0;
}

.mainvisual .head-nav .btn_contact a {
  display: block;
  background: #fff;
  color: #2a2a2a;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 166px;
  box-sizing: border-box;
}

.mainvisual .head-nav .btn_contact a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual .head-nav .btn_login {
  margin: 0;
  padding: 0;
}

.mainvisual .head-nav .btn_login a {
  display: block;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 170px;
  box-sizing: border-box;
}

.mainvisual .head-nav .btn_login a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual .head-nav .btn_reserve {
  margin: 0;
  padding: 0;
}

.mainvisual .head-nav .btn_reserve a {
  display: block;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 27px 20px;
  width: 150px;
  box-sizing: border-box;
}

.mainvisual .head-nav .btn_reserve a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual .head-nav .btn_subscribe {
  margin: 0;
  padding: 0;
}

.mainvisual .head-nav .btn_subscribe a {
  display: block;
  background: #2a2a2a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 120px;
  box-sizing: border-box;
}

.mainvisual .head-nav .btn_subscribe a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual img {
  width: 100%;
  height: auto;
}

.mainvisual .slick-slide img {
  width: 100%;
  height: 1030px;
  object-fit: cover;
}

.mainvisual .global-nav__list li {
  position: relative;
  width: 33.3%;
}
.mainvisual .global-nav__list li + li {
  border-right: 1px solid #fff;
}
.mainvisual .global-nav__list li:first-child {
  border-right: 1px solid #fff;
}
.mainvisual .global-nav__list li:last-child {
  border: none;
}
.mainvisual .copybox {
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  /* background: #FFF; */
  right: 0;
  left: 0;
  margin: auto;
  top: 30vh;
}

.mainvisual .copybox h2 {
  text-align: center;
  font-size: 48px;
}

.mainvisual div p.copy {
  font-size: 28px;
  text-align: right;
  padding: 15px 50px 0;
  font-family: "Jost", sans-serif;
}

.mainvisual div p {
  font-size: 16px;
  text-align: right;
}

.mainvisual .global-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #f8e58c;
  left: 0;
  margin: 0;
  padding: 0.25rem 0;
  box-sizing: border-box;
}

.mainvisual .global-nav .global-nav__list {
  margin: 0 auto;
  width: max-content;
  display: flex !important;
  justify-content: space-around;
  width: 100%;
  max-width: 1400px;
  padding: 0.5rem 0;
}

.mainvisual .global-nav .global-nav__list a {
  color: #000;
  font-weight: normal;
  /* font-size: 0.3vw; */
}

@media screen and (max-width: 1000px) {
  .mainvisual .slick-slide img {
    width: 150%;
    height: 936px;
    object-fit: cover;
    margin: 0;
  }
}

/*top contents*/
.top_contents {
  width: 100%;
}

.top_contents .inner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0;
}

.top_contents .inner h2 {
  font-size: 16px;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .top_contents .inner h2 {
    font-size: 16px;
    padding: 0 0 15px 0;
    line-height: 1.4;
  }

  .top_contents .inner .read {
    font-size: 13px;
  }
}

/*top_menu*/
.top_menu {
  padding: 2rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_menu ul {
  display: flex;
  justify-content: space-around;
}

.top_menu ul li {
  width: 32%;
  position: relative;
  padding: 0;
  margin: 0;
}

.top_menu ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 160px;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  letter-spacing: 5px;
}

.top_menu ul li a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.top_menu ul li a p {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.top_menu ul li a h3 {
  font-weight: normal;
  font-size: 14px;
}

.top_menu ul li img {
  width: 100%;
  object-fit: cover;
  height: 160px;
}

@media screen and (max-width: 768px) {
  .top_menu ul {
    display: block;
    justify-content: space-around;
    /* width: 100%; */
    margin: 0 auto;
    padding: 0 0.5rem;
  }

  .top_menu ul li {
    width: 100%;

    position: relative;
    margin: 0 0 10px;
  }

  .top_menu ul li img {
  }
}

/*information*/
.top_information {
  width: 100%;
  margin: 0;
}

.top_information h2.cont_titile03 {
  font-size: 17px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-weight: normal;
  width: 90%;
  max-width: 810px;
  box-sizing: border-box;
  margin: 0 auto;
}

.top_information h2.cont_titile03 a {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #d1d7da;
  padding: 7px 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.4);
}

.information_list {
  display: block;
  margin: 10px auto;
  border: none !important;
  padding: 0 !important;
  width: 90%;
  max-width: 810px;
}

ul.information_list li {
  width: 100%;
  line-height: 1;
  margin: 0;
  list-style: none !important;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 28px 0;
  font-size: 13px;
  color: #666;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
}

ul.information_list li:first-child {
  border-top: 1px solid #ccc;
}

ul.information_list li a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 40px;
}

/*top_schedule*/
.top_schedule,
.top_therapist {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_schedule table.attmgr_guide_weekly {
  display: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4.2);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #666;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#hachioji:checked ~ #hachioji_content,
#kichijoji:checked ~ #kichijoji_content,
#ikebukuro:checked ~ #ikebukuro_content,
#ohmiya:checked ~ #ohmiya_content,
#funabashi:checked ~ #funabashi_content,
#all:checked ~ #all_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f8e58c;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .tab_item {
    width: calc(100% / 4.1);
  }
}

.top_instagram {
}

@media screen and (max-width: 860px) {
  .top_instagram {
  }
}

/*top staff*/
.top_staff {
  padding: 80px 0;
}

.top_staff .staff_list {
  max-width: 1200px;
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  border: none !important;
  padding: 0 !important;
}

.top_staff .staff_list li {
  width: 218px;
  margin: 0 42px 35px 0;
}

.top_staff .staff_list li:nth-of-type(4n) {
  margin: 0;
}

.top_staff .staff_list li .image {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  overflow: hidden;
}

.top_staff .staff_list li .image img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.top_staff .staff_list li h4 {
  text-align: center;
  font-size: 18px;
  padding: 15px 0px 5px;
}

.top_staff .staff_list li .sub {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px 0;
  background: #fff;
  color: #2a2a2a;
}

.top_staff .staff_list li .message {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 860px) {
  .top_staff .staff_list li {
    width: 208px;
    margin: 0 42px 35px 0;
  }

  .top_staff .staff_list li:nth-of-type(4n) {
    margin: 0 40px 35px 0;
  }
}

@media screen and (max-width: 640px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 85%;
  }

  .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
  }

  .top_staff .staff_list li:nth-of-type(4n) {
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 560px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 89%;
  }

  .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 480px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 83%;
  }

  .top_staff .staff_list li {
    width: 150px;
    margin: 0 0 35px 0;
  }

  .top_staff .staff_list li .image {
    width: 150px;
    height: 150px;
  }

  .top_staff .staff_list li .image img {
    height: 150px;
  }
}

/*top blog*/

.blog_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  padding: 0 !important;
}

ul.blog_list li {
  width: 100%;
  display: flex;
  line-height: 1;
  list-style: none !important;
}
ul.blog_list li + li {
  margin-top: 0.75rem;
}

ul.blog_list li .image {
  width: 40%;
}
ul.blog_list li .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul.blog_list li .disc {
  width: 60%;
  line-height: 1.4;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

ul.blog_list li .disc p {
  margin: 0 !important;
  font-family: "Jost", sans-serif;
}

ul.blog_list li .disc h4 {
  margin: 0 !important;
  font-size: 16px;
  border-bottom: none;
  padding: 0 !important;
  line-height: 1.3;
}

ul.blog_list li .disc .text {
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  ul.blog_list li {
    width: 30%;
    line-height: 1;
    list-style: none !important;
  }

  ul.blog_list li .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*top access*/
.top_access .flex_b {
  width: 100%;
}

.top_access .logo {
  width: 297px;
  display: block;
  margin: 0 auto 30px;
}

.top_access .slider_shop {
  width: 46%;
  margin-bottom: 0 !important;
}

.top_access .slider_shop li img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.top_access dl {
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 0 1rem;
}

.top_access dl dt {
  width: 100%;
  font-size: 15px;
}

.top_access dl dt .tel {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.top_access dl dt .tel span {
}

.top_access dl dd {
  width: 400px;
  border: 1px solid #2a2a2a;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
}

.top_access dl dd p {
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #2a2a2a000;
}

.top_access dl dd .tel {
  font-size: 26px;
}

.top_access dl dd p img {
  height: 40px;
}

.top_access dl dd .btn01 a {
  margin: 15px auto 0;
}

/*column*/
.mainvisual02 {
  margin: 0 0 20px 0;
}

.mainvisual02 img {
  width: 100%;
  height: auto;
}

div#toc_container {
  margin: 50px 0;
  padding: 35px;
}

div#toc_container ul {
  border: 0;
}

.maincol.post h2 {
  margin: 45px 0 20px 0;
  border-left: 4px solid #ccc;
  padding: 0 0 0 20px;
  line-height: 1.4;
  font-size: 24px;
}

.maincol.post h3 {
  margin: 60px 0 20px 0;
  padding: 15px;
  line-height: 1.4;
  font-size: 18px;
  background: #efefef;
}

.maincol.post h4 {
  margin: 35px 0 20px 0;
  padding: 15px 0;
  line-height: 1.4;
  font-size: 18px;
  border-bottom: 1px dashed #ccc;
}

.maincol.post ul {
  margin: 20px 0 50px 0;
  border: 1px solid #ccc;
  padding: 27px;
}

.maincol.post ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.maincol.post p {
  margin: 0 0 20px 0;
  line-height: 1.8;
}

.maincol.post p img {
  width: 100%;
  height: auto;
}

.maincol.post .pickup {
  border: 1px solid #ccc;
  padding: 23px 30px 0;
  margin: 0 0 50px 0;
}

.maincol.post .table_news {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 30px 0;
  font-size: 14px;
  width: max-content;
}

.maincol.post .table_news th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #efefef;
  padding: 5px;
  width: 90px;
}

.maincol.post .table_news td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
}

.maincol.post .table_news img {
  vertical-align: bottom;
}

.table_news.no01 {
  width: 100% !important;
}

.table_news.no01 .image {
  width: 23%;
}

.maincol.post .table_news td strong {
  display: block;
  font-size: 16px;
}

.maincol.post .table_news02 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 30px 0;
  font-size: 14px;
}

.maincol.post .table_news02 th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #efefef;
  padding: 5px;
}

.maincol.post .table_news02 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
}

.maincol.post .table_simple {
  font-size: 14px;
}

.maincol.post .table_simple td {
  padding: 10px;
}

/*recommend*/
.maincol.post .recommend_list {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maincol.post .recommend_list li {
  list-style: none;
  margin: 0;
  width: 48%;
}

.maincol.post .recommend_list li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.maincol.post .recommend_list li h4 {
  margin: 0 0 0 0;
  padding: 7px 0;
  line-height: 1.4;
  font-size: 16px;
  border-bottom: none;
}

.bg_gray li {
  width: 330px;
}

.bg_gray li h3 {
  font-weight: normal;
  font-size: 26px;
  padding: 10px 0;
}

.bg_gray li p {
  padding: 0 0 10px 0;
}

.top_other {
  width: 48%;
  position: relative;
  padding: 0;
  background: #fff;
}

.top_other a {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
}

.top_other a p span {
  font-size: 14px;
  color: #999999;
  display: block;
}

.top_other span.material-icons {
  position: absolute;
  right: 24px;
}

/*list*/
ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.list li {
  width: 48%;
  margin: 0 0 40px 0;
}

ul.list li img {
  width: 100%;
  height: auto;
}

/*page*/
.inner_page h2 {
  font-size: 30px;
  padding: 10px 0 30px 0;
  line-height: 1;
  font-weight: 400;
  /* margin: 0 0 50px 0; */
}

.inner_page h3 {
  font-size: 18px;
  background: #f8e58c;
  padding: 10px 15px;
  margin: 40px 0 20px 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.inner_page h4 {
  font-size: 16px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #ccc;
  margin: 20px 0 12px 0;
}

.members {
  border: 1px solid #ccc;
  margin: 40px auto;
  width: 90%;
  max-width: 580px;
  padding: 40px 40px 20px;
  box-sizing: border-box;
  text-align: center;
}

/*contact*/
.contact_list li a {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  padding: 15px;
  margin: 20px auto;
}

.contact_form {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
}

.contact_form p.attention {
  padding: 20px 0;
  text-align: left;
}

.contact_form table {
  border-top: 1px solid #b4b4b5;
  width: 100%;
}

.contact_form th {
  width: 200px;
  text-align: left;
  border-bottom: 1px solid #b4b4b5;
  padding: 15px;
  font-weight: normal;
  background: #eceff0;
  box-sizing: border-box;
  font-size: 14px;
}

.contact_form td {
  text-align: left;
  border-bottom: 1px solid #b4b4b5;
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
}

.mailform-tbl input[type="text"],
.mailform-tbl textarea {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #999;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.mailform-tbl input[type="text"] {
  width: 300px;
}

.mailform-tbl .w100 input[type="text"] {
  width: 100%;
}

.mailform-tbl input[type="email"] {
  width: 80%;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
  -webkit-appearance: none;
  appearance: none;
}

.mailform-tbl select {
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
}

.mailform-tbl td textarea {
  width: 100%;
}

.mailform-tbl td .birth input {
  width: 100px !important;
}

.mailform-tbl .address {
  display: flex;
  flex-wrap: wrap;
}

.mailform-tbl .address dt {
  width: 20%;
  padding: 0 0 15px;
}

.mailform-tbl .address dd {
  width: 80%;
  padding: 0 0 15px;
}

span.attention {
  font-size: 11px;
  color: red;
  margin: 0 0 0 10px;
}

p#submit-button input {
  background: #64777e;
  color: #fff;
  border: 0;
  padding: 15px;
  width: 300px;
  margin: 80px auto;
  display: block;
  font-size: 16px;
}

ul.sitemap li {
  list-style: disc;
  padding: 0 0 5px 20px;
  list-style-position: inside;
}

p.attention {
  text-align: center;
  padding: 50px 0 0 0;
}

.um-field.um-field-block.um-field-type_block .um-field-block {
  display: none;
}

.member_login_copy02 {
  max-width: 700px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  font-size: 14px;
}

.member_login_copy02 .att {
  color: red;
}

.eventorganiser-event-meta hr {
  display: none;
}

ul.eo-event-meta li:last-child {
  display: none;
}

/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1024px) {
  ul.column_list li {
    width: 30%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
  }
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 768px) {
  .mainvisual .copybox {
    top: 14vh;
  }

  .mainvisual .copybox h2 {
    text-align: center;
    font-size: 30px;
  }

  ul.column_list li {
    width: 29%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
  }

  ul.column_list li .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}
@media screen and (min-width: 640px) {
  .nav_follow {
    /* padding: 0.75rem 0; */
  }
}
/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*モバイル*/
@media screen and (max-width: 640px) {
  /*contents*/
  /*top*/
  .mainvisual {
    padding: 0;
    padding-bottom: 3rem;
    height: 534px;
    margin: 3.8rem 0 0 0;
  }
  .mainvisual.line {
    margin: 0 !important;
  }
  .mainvisual .head-nav {
    display: none;
  }

  .mainvisual img {
    width: 100%;
    order: 1;
  }

  .mainvisual .slick-slide img {
    height: auto;
    object-fit: cover;
  }
  .mainvisual .slick-track li img {
    width: 245% !important;
    margin: 0 0 0 100%;
    transform: translate(-30%, 0%);
  }
  .mainvisual .mainlogo {
    position: absolute;
    width: 78%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mainvisual .mainlogo img {
    width: 100% !important;
    height: auto;
  }
  .mainvisual .head-nav6 {
    border: none !important;
  }
  .section-wrap {
    padding: 0 0.5rem;
  }

  ul.blog_list li {
    width: 100%;
    margin: 0 auto;
  }

  .maincol.post h1 {
    text-align: left;
  }

  div#toc_container {
    margin: 50px 0;
    padding: 22px;
  }

  .post_meta {
    display: block;
  }

  .post_cat {
    margin: 0;
  }

  .cont_titile {
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0 15px;
  }

  .maincol.post .recommend_list li {
    list-style: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .maincol.post .recommend_list li:last-child {
    margin: 0;
  }

  .top_information {
    width: 100%;
    margin: 0 auto;
  }

  .top_information h2.cont_titile03 a {
    font-size: 12px;
    letter-spacing: 0;
  }

  ul.information_list li {
    padding: 20px 0;
    display: block;
  }

  ul.information_list li .disc p {
    font-size: 12px;
  }

  ul.information_list li a {
    margin: 0;
  }

  .information_list p.date {
    padding: 0 0 10px 0;
  }

  .top_staff {
    padding: 40px 0;
  }

  .top_access {
    padding: 0 0.5rem;
  }

  .top_access .flex_b {
    margin: 40px auto 20px auto;
  }

  .top_access ul.slider_shop {
    width: 90%;
    margin-bottom: 30px !important;
    margin: 0 auto;
  }

  .top_access .slider_shop li img {
    height: 250px;
  }

  .top_access dl {
    display: block;
    width: 100%;
    margin: 0 auto 40px auto;
    justify-content: space-between;
    align-items: center;
  }

  .top_access dl dt {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .top_access dl dd {
    width: 100%;
  }

  .top_access dl dd p {
    padding: 0 0 7px 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }

  .top_access dl dt .tel {
    justify-content: center;
  }

  .bg_gray li {
    width: 93vw;
    margin: 0 auto;
  }

  .bg_gray li img {
    width: 100%;
    height: auto;
  }

  .inner_page h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 16px 0 0 0;
    line-height: 1.2;
    /* margin: 0 0 20px 0; */
  }
  .cont_titile04 {
    font-size: 15px !important;
    margin-top: 2rem;
  }
  .inner_page .credit p {
    padding: 1rem 0 1rem;
  }
  dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    font-size: 16px;
  }

  .company_view dt {
    width: 100%;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border-bottom: none;
  }

  .company_view dd {
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }

  .contact_form {
    width: 93vw;
    margin: 10px auto;
  }

  .contact_form th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 7px 5px 7px 5px;
    font-weight: normal;
    float: left;
    margin: 0 0 16px 0;
  }

  .contact_form td {
    text-align: left;
    border-bottom: 1px solid #b4b4b5;
    padding: 0 5px 18px 5px;
    font-weight: normal;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .mailform-tbl input[type="text"] {
    width: 70%;
  }

  .mailform-tbl textarea {
    width: 100%;
    display: block;
  }

  .maincol.post .table_news {
    font-size: 12px;
    width: max-content;
  }

  .maincol.post .table_news th {
    width: 43px;
  }

  .inner_page h3 {
    font-size: 15px;
    background: #f8e58c;
    padding: 7px 15px;
    margin: 25px 0 20px 0;
    font-weight: 400;
  }
}

@media screen and (min-width: 640px) {
  .mainvisual {
    height: 86vh;
  }
  .mainvisual .slide-animation {
    transform: translateX(0%);
    /* animation: fadezoom2 9s 0s forwards; */
  }
}
@keyframes fadezoom2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-5%);
  }
}
.funabashi {
  background: #d7cc14;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
.ikebukuro {
  /* background: #0067b1; */
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
.ohmiya {
  background: #dd5293;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
.slider-nav3 .slick-slide img,
.slider-nav2 .slick-slide img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
