@charset "utf-8";

html {}

:root {
  /*htmlに書いてもOK*/
}

body {
  position: relative;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

header {
  width:100%;
}

.default-header {}

.default-header.under {}

main {
  width: 100%;
  background: rgba(255,255,255,0.45);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body::before{
  content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/bg.jpg);
    background-size: 100%;
    background-position: right top;
    background-repeat: repeat;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width:801px) {
body::before {
    content: "";
    display: block;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/bg.jpg);
    background-size: 400%;
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
}
section{
  width:100%;
}
.pc_view {
  display: inherit;
}

.tab_view {
  display: none;
}

.sp_view {
  display: none;
}

/*<!-- Start ロゴとナビケーション Area -->  ********************/
.pc_nav {
  margin: 0;
  padding: 0;
  width: calc(100% - 123px);
  display: flex;
  justify-content: flex-end;
  height: 20px;
  margin-top: 10px;
}

.pc_nav>li>a {
  color: #fff;
  display: block;
  line-height: 20px;
  padding: 0 20px;
  text-decoration: none;
  font-size: 12px;
}

.pc_nav>li:hover {
  background-color: #8AD1D3;
}

.pc_nav>li:hover>a {
  color: #fff;
}

.pc_nav.base>li>a {
  color: #494F62;
}

/*  <!-- end ロゴとナビケーション Area --> ********************/
/*<!--     スクロールで追従するグローバルナビ -->*/
.fix-header {
  top: -66px;
  /* 上に隠す鷹さ */
  left: 0;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
  /*	opacity: 0; */
  background: #FFF;
  width: 100%;
}

.nav_follow {}

.nav_follow div {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_follow div a.logo {
  display: block;
  width: max-content;
  padding: 0.4rem 0 0 1rem;

}

.nav_follow div a.logo img {
  width: 100%;
  max-width: 110px;
  height: auto;
  filter: drop-shadow(1px 1px 1px #fff);
      margin-left: -1rem;
}

.global-nav {
  /* margin: 0 auto 0 40px; */
  padding: 0;
  width: 60%;
}

.global-nav.front {
  height: 160px;
}

.global-nav.front .global-nav__list li a {
  padding: 40px 0;
}

.global-nav__list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.global-nav__list li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  position: relative;

}

.global-nav .global-nav__list li {
  padding: 0 3.5%;
  white-space: nowrap;
}

.global-nav__list li:last-child {
  border-right: none;
}

.global-nav__list li a {
     display: flex;
    text-decoration: none;
    font-size: 10px;
    transition: all .5s ease;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.global-nav__list li a span {
  display: block;
  opacity: 0.6;
  font-size: 11px;
  font-weight: normal;
  font-family: 'Jost', sans-serif;
}

@media screen and (max-width: 1370px) {
.nav_follow .global-nav{
    display: none;
}
}

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

.nav_follow .btn_contact a span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}

.nav_follow .btn_login a {
  display: block;
  background: #2a2a2a;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 135px;
  box-sizing: border-box;
}

.nav_follow .btn_login a span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}

.nav_follow .btn_reserve a {
  display: block;
  background: #2a2a2a;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 120px;
  box-sizing: border-box;
}

.nav_follow .btn_reserve a span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}

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

.nav_follow .btn_subscribe a span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}

p.btn01 a {
  width:100%!important;
  background: #f8e58c;
  padding: 5px 25px 10px;
  width: max-content;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 14px;
  border-radius: 2px;
}

p.btn01 a span {
  color: #FFF;
  line-height: 1;
  font-size: 16px;
  margin: 4px 0 0 0;
}

p.btn02 a {
  border: 1px solid #CCC;
  padding: 10px 10px 10px 20px;
  width: fit-content;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.btn02 a span {
  color: #666;
  font-size: 15px;
}

p.btn01.right {
  margin: 0 0 0 auto;
  width: max-content;
}

/*hamburgermenuハンバーガー*
**************************************/

.toggle {
  position: fixed;
  right: 1rem;
  top: 1rem;
  display: block;
  width: 45px;
  height: 39px;
  cursor: pointer;
  z-index: 1002;

}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 1px #2a2a2a;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 13px;
}

.toggle span:nth-child(3) {
  top: 26px;
}

.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}

/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*クリックされていないときのグローバルメニュー*/
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  z-index: 1001;
  /*  padding-top: 75px;*/
  text-align: center;
  color: #2a2a2a;
  transition: all 0.8s;
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
  padding: 0 0 10px 0;

}

.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
  box-sizing: border-box;
}

.global_nav .nav_li a {
  display: block;
  color: #2a2a2a;
}

.global_nav .logo {
  width: 35%;
}
.global_nav .sns{
  display: none!important;
}
/*クリックされた時のグローバルメニュー*/
/* .global_navに.activeが追加 */
.global_nav.active {
  width:100%;
  transform: translateX(0%);
}
.global_nav.active .sns{
 display:flex!important ;
}
/*hamburgermenuハンバーガー***************************************/
header.contents_header {
  background: none!important;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  color: #2a2a2a;
  padding: 1.5rem 0 0.5rem;
  margin: 0;
  position: relative;
}

header.contents_header p {
  font-weight: normal;
  font-size: 14px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 2px;
  color: #2a2a2a!important;
}

header.contents_header h1, header.contents_header p.title {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #2a2a2a!important;
}

header.contents_header nav {
  background: rgba(0, 0, 0, 0.6);
  margin: auto 0 0 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

header.contents_header nav ul {
  width: auto;
  display: flex;
  margin: 0px auto;
  justify-content: center;
  padding: 25px 0;
}

header.contents_header nav ul li a {
  color: #FFF;
  font-size: 14px;
  padding: 4px 26px;
  border-right: 1px solid #CCC;
  line-height: 1;
}

/*mainnavi*/
.main_nav ul {
  display: flex;
  flex-wrap: wrap;
}

.main_nav ul li {
  padding: 5px;
  background: #EFEFEF;
  width: 230px;
  margin: 5px;
}

.main_nav ul li a {
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #FFF;
}

.main_nav ul li a span {
  color: #64777E;
}

/*sidebar*/
.sidecol div {
  margin: 0 auto 30px auto;
  width: 86%;
}

.sidecol .cont_titile02 {
  margin: 0;
  font-size: 16px;
  padding: 14px 20px;
}

.sidecol .category {
  border-bottom: 2px solid #FFF;
  padding: 0 23px 15px 23px;
  display: flex;
  flex-wrap: wrap;
}

.sidecol .category li a {
  background: #FFFFFF;
  display: block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
}

.side_column li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  line-height: 1;
}

.side_column li .infoimage {
  width: 70px;
  margin: 0 10px 0 0;
}

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

.side_column li div {
  width: 70%;
  margin: 0;
}

.side_column .date {
  font-size: 12px;
  line-height: 1;
  padding: 0 0 6px 0;
  margin: 0;
  display: block;
}

.side_column h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/*footer*/
footer {
  background: #2a2a2a;
  border-top: 1px solid #bbb;
  z-index: 0;
    position: relative;
}

footer.under {
  margin: 0;
}

footer .inner {
  padding: 80px 0 0 0;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}

footer .logo {
  width: 300px;
  margin: 0 auto;
}

footer .logo img {
  width: 100%;
}

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

footer ul.sns li {
  width: 28px;
  /* margin: 0 12px 0 0; */
}
footer ul.sns li:first-child {
  /* margin: 0 12px 0 0; */
  margin-left: 23px;
}
footer ul.sns li +li {
  /* margin: 0 12px 0 0; */
  margin-left: 6px;
}
footer small {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  width: 100%;
  display: block;
  padding: 50px 0;
}

.foot_navi {
  display: none;
}

.breadcrumb {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb span:first-child {
  margin: 0 6px 0 0;
}

.breadcrumb ol li {
  display: inline;
  margin: 0 15px 0 0;
}

.breadcrumb ol li::after {
  content: '>';
  margin: 0 0 0 15px;
}

.breadcrumb ol li:last-child::after {
  content: '';
}

.undercontents {
  margin: 0 auto;
  width: 1200px;
}

.ggmap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 22.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap02 {
  position: relative;
  padding-bottom: 55.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 35px 0;
}

.ggmap02 iframe,
.ggmap02 object,
.ggmap02 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_meta {
  padding: 0;
  margin: 0 0 70px 0;
  display: flex;
  align-items: center;
}

.post_cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 10px;
}

.post_cat a {
  background: #EFEFEF;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  font-size: 12px;
}

.info_title {
  font-size: 28px;
  padding: 0 0 20px 0;
}

.navibtnarea {
  border-top: 1px solid #CCC;
  padding: 40px 0 0 0;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}

p.btn_prev {
  width: 45%;
}

p.btn_next {
  width: 45%;
}

.navibtnarea .btn_prev a, .navibtnarea .btn_next a {
  padding: 10px;
}

.navibtnarea .btn_prev a::before {
  content: '<';
  padding: 0 10px 0 0;
  color: #666;
}

.navibtnarea .btn_next a::after {
  content: '>';
  padding: 0 10px 0 0;
  color: #666;
}

.profile {
  display: flex;
  align-items: flex-start;
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 7px;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}

.cform th {
  font-size: 14px;
  width: 32%;
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 5px;
}

.cform {
  width: 100%;
  margin: auto;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 7px;
  font-size: 16px;
  box-sizing: border-box;
}

.required-srt {
  font-size: 8pt;
  padding: 5px;
  background: #ce0000;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}

input.short {
  width: 50% !important;
}

.submit-btn input {
  background: #8ad1d3;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  border: 1px #8ad1d3 solid;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 5px;
  font-size: 4vw;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}

/*********pageナビ*********/
.pagenavi {
  color: #f8e58c;
  margin: 2px auto;
  line-height: 2em;
  text-align: center;
  clear: both;
  width:100%;
}

.pagenavi a {
  text-decoration: none;
}

.pagenavi a.page-numbers, .pagenavi .current {
  padding: 8px 10px;
  border: solid 1px #ccc;
  text-decoration: none;
  font-size: 12px;
}

.pagenavi a.page-numbers:hover {
  color: #fff;
  background: #f8e58c;
}

.pagenavi .current {
  color: white;
  background: #f8e58c;
  border-color: #f8e58c;
  font-weight: bold:
}

.pagenavi .next, .pagenavi .prev {
  border: 0 none;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

dl.company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
}

dl.company dt {
  width: 30%;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}

dl.company dd {
  width: 70%;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  margin-bottom: 0;
}

.privacy h3 {
  padding: 30px 0 10px;
}

.privacy ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  padding: 4px 0;
}

.submit-btn input {
  background: #8ad1d3;
  width: 60%;
  max-width: 300px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  border: 1px #8ad1d3 solid;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 5px;
  font-size: 18px;
}

/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1024px) {
  .nav_follow div a.logo {
    display: block;
    width: auto;
  }

  .global-nav__list li a {
    line-height: 15px;
    text-decoration: none;
    /* font-size: 0.9vw; */
    transition: all .5s ease;
    font-weight: 500;
  }

  .nav_follow .btn_contact a {
    display: block;
    background: #64777E;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 9px 5px 10px;
    width: 136px;
    box-sizing: border-box;
  }

  .nav_follow .btn_login a, .nav_follow .btn_reserve a, .nav_follow .btn_subscribe a {
    display: block;
    background: #2a2a2a;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 9px 4px;
    width: 108px;
    box-sizing: border-box;
  }
}

/********************************************/
/************ max-width: 990px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 1024px) {
  .toggle.sp {
    display: block !important;
  }

/*
  .btn_reserve {
    display: none;
  }
*/
}

.global_nav.sp {
  display: block !important;
  padding: 4rem 0 0 0;
}


p.btn_contact {
  margin: 0 0 0 auto;
}

p.btn_login {
  margin: 0 76px 0 0;
}

.nav_follow .btn_contact a {
  display: block;
  background: #64777E;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 25px 5px 14px;
  width: 136px;
  box-sizing: border-box;
}

.nav_follow .btn_login a, .nav_follow .btn_reserve a, .nav_follow .btn_subscribe a {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 13px 4px;
  width: 122px;
  box-sizing: border-box;
}

.global_nav {
  padding: 14px 0 10px 0;
}

nav.global_nav a {
  padding: 10px 0;
  display: block;
}

nav.global_nav a span {
  display: block;
  font-size: 12px;
  color: #ccc;
}

.nav_follow div {
  width: 100%;
}

.nav_follow div {
  height: 85px;
  /* position: fixed; */
  z-index: 100;
  top: 0;
  background: #FFF;
}


nav.global_nav ul.sns {
  display: flex;
  margin: 5px auto 10px;
  justify-content: center;
}

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

/********************************************/
/************ max-width: 768px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 768px) {
  .tab_view {
    display: inherit;
  }
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*モバイル*/
@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }

  .tab_view {
    display: none;
  }

  .sp_view {
    display: inherit;
  }

  .fix-header {
    top: 0;
    /* 上に隠す鷹さ */
    left: 0;
    position: fixed;
    opacity: 1;
    /* 	最初読み込んだときは透過 */
    z-index: 1000;
    /*　他のアイテムに対して最上位のレイヤーになるように */
    /*	opacity: 0; */
    background: #FFF;
    width: 100%;
  }

  .toggle span {
    display: block;
    position: absolute;
    width: 88%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 0;
  }

  header.default-header.under .toggle span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 3px #2a2a2a;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }

  .global-nav__list {
    display: none;
  }

  .nav_follow div {
    position: fixed;
  }

  .global-nav h1 {
    font-size: 3.5vw;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }

  .global_nav {
    padding: 14px 0 10px 0;
  }

  nav.global_nav a {
    padding: 10px 0;
    display: block;
   line-height: 1.4;
  }

  nav.global_nav a span {
    display: block;
    font-size: 12px;
    color: #ccc;
  }

  .nav_follow div {
    width: 100%;
  }

  .nav_follow div {
    height: 70px;
    /* position: fixed; */
    z-index: 100;
    top: 0;
    background: #FFF;

  }

  .nav_follow div a.logo {
    display: block;
    /* position: absolute; */
    width: 40%;
    /* top: 0; */
    /* left: 0; */
    right: auto;
    margin: auto;
    padding: 0.5rem 0 0 0.5rem;
          text-align: center;
  }

  nav.global_nav ul.sns {
    display: flex;
    margin: 5px auto 10px;
    justify-content: center;
  }

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



  .btn_contact {
    display: none;
  }

  .btn_login, .btn_subscribe, .btn_reserve {
    display: none;
  }

  .nav_follow div .tel {
    display: none;
  }

  p.btn01 a span {
    color: #FFF;
    line-height: 1;
    font-size: 16px;
    margin: 4px 0 0 0;
  }

  /*footer*/
  footer {
    padding: 0 0 45px 0;
  }

  footer .logo {
    width: 240px;
    margin: 15px auto 0 auto;
  }

  footer .inner {
    padding: 30px 0 0 0;
  }

  footer .inner dl {
    display: block;
    padding: 10px 0;
  }

  footer .inner dl dd h3 {
    color: #FFF;
    font-size: 14px;
    margin: 20px 0 0 0;
  }

  footer .inner dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }

  footer small {
    text-align: center;
    width: 84%;
    display: block;
    padding: 1rem 0 3.5rem 0;
    box-sizing: border-box;
    color: #CCC;
    margin: 0 auto;
  }

  #wpfront-scroll-top-container {
    display: none !important;
  }

  .foot_navi {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    z-index: 999;
    background: #fff;
  }

  .foot_navi .btn_contact, .foot_navi .btn_login, .foot_navi .btn_reserve, .foot_navi .btn_subscribe {
    display: block;
  }

  .foot_navi p {
    width: 29%;
    margin: 0;
  }

  .foot_navi p.btn_totop {
    width: 18%;
    background: #FFF;
  }

  .foot_navi p a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 10px;
    font-size: 11px;
    justify-content: center;
    height: 45px;
    line-height: 1.2;
    text-align: center;
  }

  .foot_navi p.btn_line {
    background: #00A75B;
  }

  .foot_navi p.btn_line img {
    width: 23px;
  }

  .foot_navi p.btn_line a {
    color: #FFF;
  }

  .breadcrumb {
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    box-sizing: border-box;
  }

  .breadcrumb ol li {
    display: inline;
    margin: 0 10px 0 0;
  }

  .side_column li div {
    width: 75%;
    margin: 0;
  }

  .recommend .image {
    width: 100%;
  }

  .recommend .image img {
    width: 270px;
    height: 186px;
    transform: none;
    object-fit: cover;
    margin: 0 auto 10px auto;
    display: block;
  }

  .recommend .read {
    width: 100%;
  }

  dl.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
  }

  dl.company dt {
    width: 100%;
    border-bottom: none;
    padding: 8px;
    background: #EFEFEF;
  }

  dl.company dd {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .global-nav div .logo img {
    width: 35vw;
    margin: 0 15px 0 18px;
  }

  p.btn01 a {
    padding: 6px 23px 6px 20px;
  }

  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}

.post-type-archive-member .layer1_wrap {
  display: flex;
  justify-content: space-between;
}

.post-type-archive-member .layer1_cont {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
}

.post-type-archive-member .layer1_btn {
  width: 12%;
  text-align: center;
  background: #EFEFEF;
  padding: 10px 0;
}

.post-type-archive-member .layer2_btn {
  width: 10%;
  text-align: center;
  margin-bottom: 4px;
}

.post-type-archive-member .layer1_btn.active {
  background: gray;
  color: white !important;
}

.post-type-archive-member .layer2_btn.active {
  background: lightgray;
  color: white !important;
}

.post-type-archive-member .layer1_cont.show {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .post-type-archive-member .layer1_wrap {
    flex-wrap: wrap;
  }

  .post-type-archive-member .layer1_btn {
    width: 24%;
    font-size: 14px;
    margin: 6px 0;
  }

  .post-type-archive-member .layer2_btn {
    width: 25%;
  }
}

.post-type-archive-member .showAll {
  text-align: center;
  margin-bottom: 40px;
}

.post-type-archive-member .showAll a {
  border: 1px solid #CCC;
  padding: 15px;
  margin: 40px 0 40px auto;
  display: flex;
  width: max-content;
}

.post-type-archive-member .memberListItem {
  /* display: none; */
}

.um-page-loggedin #acf-form {
  max-width: 700px;
  margin: 0 auto;
}
