@charset "utf-8";

* {
}

.header {
  position: absolute !important;
}

body > .container:not(.footer_container) {
  width: 100%;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body > .container:not(.footer_container) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body:not(.home) > .container:not(.footer_container) .content {
  padding-bottom: 0;
}
.singular-slider {
  display: none;
}

#header_menu {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  position: relative;
}

.hamburger_menu {
  width: 80px;
  height: 80px;
  margin-left: 40px;
}
.menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  cursor: pointer;
  background-color: #635e59;
}

.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.4s ease;
}
.menu_btn span:before {
  bottom: 14px;
}
.menu_btn span:after {
  top: 14px;
}

.open_menu .menu_btn span {
  background-color: #635e59;
  transition: all 0.1s ease;
}
.open_menu .menu_btn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
.open_menu .menu_btn span:after {
  top: 0;
  transform: rotate(-45deg);
}

#header_menu_wrap {
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  background-color: #635e59;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 1s;
  z-index: 10;
}
.open_menu #header_menu_wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
#header_menu_wrap ul {
  list-style: none;
}
#header_menu_wrap li {
  border-bottom: 1px solid #fff;
}
#header_menu_wrap li:last-of-type {
  border-bottom: none;
}
#header_menu_wrap a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#header_menu_wrap a:hover {
  opacity: 0.8;
}
.first_experience {
  margin-top: -35px;
  position: relative;
}

.reservation {
  text-align: center;
  padding: 37px 10% 0;
}
.reservation a img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.reservation a:hover img {
  opacity: 0.9;
  transform: translateY(-5px);
}

.section_footer {
  background-color: #635e59;
  padding-bottom: 50px;
  margin-top: 45px;
  background-image: url(../img/page/mens-remove/02/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.section_footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 50%);
}
.section_footer > section {
  position: relative;
  z-index: 1;
}
.section_footer_logo {
  text-align: center;
  padding: 47px 10% 38px;
}

.googlemap_wrap {
  max-width: 325px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.address_wrap {
  margin: auto;
  padding: 30px 20px 0;
}
.line_tel {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin: 16px 0 10px;
}
.lp_tel {
  margin: 0 6px 0 8px;
}

.line_tel a img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.line_tel a:hover img {
  opacity: 0.9;
  transform: translateY(-5px);
}

.footer_container {
  display: none;
}

@media screen and (min-width: 769px) {
  .section_footer_address {
    display: flex;
    align-items: center;
    padding: 0 50px;
  }
  .googlemap_wrap {
    margin-left: 0;
    padding: 0;
  }
  .address_wrap {
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #header_menu {
    padding-left: 20px;
  }
  .address_wrap > div {
    text-align: center;
    justify-content: center;
  }
}

/*コンタクトフォーム用*/
#reservation {
  background-color: #fff;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  #reservation {
    background-color: #fff;
    padding: 0 20px;
  }
}

.wpcf7 {
  margin-bottom: 80px;
  padding: 60px 0;
  /*background: #93d1cc;*/
}
.wpcf7 table {
  width: 100%;
}
.wpcf7 th,
.wpcf7 td {
  border: 1px solid #ccc;
  padding: 0.75em;
  line-height: 1.6;
  background: #fff;
}
.wpcf7 th span {
  color: #c00;
}
.wpcf7 th {
  width: 25%;
  vertical-align: top;
  color: white;
  background-color: #00a896;
}

.wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0 1em 0 0;
}
.wpcf7 span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 5px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5em;
}
.wpcf7 textarea {
  height: 180px;
  margin-top: 10px;
}
.wpcf7 input[name="your-age"] {
  margin-right: 10px;
}
.wpcf7 select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  margin-right: 5px;
}
.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-submit {
  padding: 0.5em 3em;
  background: #00a896;
  font-weight: bold;
  color: #fff;
  border: solid 2px #00a896;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 5px;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 20px auto;
}
body div.wpcf7 .wpcf7-form[data-status="submitting"] .ajax-loader {
  display: inline-block !important;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:active {
  background: #fff;
  color: #00a896;
}
@media (max-width: 768px) {
  .wpcf7 th,
  .wpcf7 td {
    display: block;
    width: 100%;
  }
  .wpcf7 th {
    border-bottom: none;
    text-align: left;
  }
}

.wpcf7 p {
  line-height: 1.6;
}
.wpcf7 p a {
  color: #000;
  text-decoration: underline;
}

.cta_btn {
  display: none !important;
}

.header {
  display: none !important;
}

body:not(.home) .content .lp_reservation h2:not(.not_img) {
  color: #00a896;
  text-align: center;
  padding: 15px 0;
  margin: 80px 0 -40px;
  font-weight: 900;
  font-size: 36px;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  body:not(.home) .content .lp_reservation h2:not(.not_img) {
    font-size: 28px;
    margin: 60px 0 -50px;
  }
}
body:not(.home) .content .lp_reservation h2:not(.not_img)::after {
  display: none !important;
}

/* 2021.11.4 add by MI */
.section_lp01 {
  position: relative;
  z-index: 0;
}
.section_lp02 {
  position: relative;
}

.open_orange {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .open_orange {
    width: 90%;
  }
}
.open_white {
  margin-bottom: 47px;
}

.blog_list_wrap{
	font-size: 15.5px;
	color:#635e59;
	padding: 40px 94px;
}
body:not(.home) .content .blog_list_wrap h2:not(.not_img) {
	width: fit-content;
	text-indent: 0 !important;
	font-weight: bold;
}
body:not(.home) .content .blog_list_wrap  h2:not(.not_img)::after {
	width: 100%;
	left: 0;
}
.blog_list_wrap a{
	color:#635e59
}

.blog_list_wrap dl{
	display: flex;
	align-items: flex-start;
	margin-bottom: 1px;
	line-height: 1.8;
}
.blog_list_wrap dl:last-of-type{
	margin-bottom: 0;
}
.blog_list_wrap dt{
	margin-right: 38px;
}

@media (max-width:768px){
	.blog_list_wrap{
		margin-left: 0;
		padding: 20px 25px;
	}

	.blog_list_wrap dl{
		margin-bottom: 12px;
	}

	.blog_list_wrap dt{
		margin-right: 10px;
	}
}

/* 2021.11.4 add by MI */
