@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
.scrolldown2{
	display: none!important;
}
/*uh追加--------------------------------------------------*/
.header {
    height: 50px;
    width: 100%;
    background-color: #111;
    position: fixed;
    top: auto;
    z-index: 99999999999999999999999999999;
}
.ye{
	color: #FFBE00;
	font-size: 32px;
	font-weight: 500;
}
.uh{

	display: none;
}
.uh-del{
		display: none;
	height: 50px;
}
.uh li{
	list-style: none;
	width:40%;
	height: 50px;
}
.uh li a{
	display: flex;
	color: #FFF;
	text-decoration: none;
	justify-content: center;
	gap:5px;
	align-items: center;
	border-right: 1px solid #FFF;
	margin: 0 auto;
	height: 50px;
}
.uh_logo{
	width: 30px;
	height: 30px;
}
.uh-title{
	font-size: 14px;
}
.uh_sauna-logo{
	width: 30px;
	height: 30px;
}
/*uh追加--------------------------------------------------*/
.grecaptcha-badge {
	visibility: hidden !important;
}
body {
  color: #fff; /* RGB */
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.font10px{
	font-size: 10px;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
button:hover {
  opacity: 0.5;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.none {
  display: none;
}
.br_pc_none {
  display: none;
}
.accordion-area li a {
  color: #fff;
  text-decoration: none;
  padding: 0 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: a-otf-ryumin-pr6n, serif !important;
}
.accordion-area-all {
  display: flex;
  justify-content: start;
}
.accordion-area-right {
  padding-left: 150px;
}

.spot-template-default img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.spot-template-default a {
  text-decoration: none;
}

.spot-img-80-center {
  width: 80% !important;
  margin: 0 auto;
  display: block;
}
.spot-img-60-center {
  width: 60% !important;
  margin: 0 auto;
  display: block;
}

.spot-img-40-center {
  width: 40% !important;
  margin: 0 auto;
  display: block;
}

/*ふわっとするやつ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fadeInTrigger {
  opacity: 0;
}

.fadeInUpTrigger {
  opacity: 0;
}
.fadeInDownTrigger {
  opacity: 0;
}

@media (max-width: 599px) {
	.uh{
    display: flex;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 999999999999;
    background-color: #111;
    width: 100%;
}
	.home_button{
		display: none;
	}
	.header{
		display: none;
	}
  .br_sp_none {
    display: none;
  }
  .accordion-area-right {
    padding: 0;
  }
  .accordion-area li a {
    color: #fff;
    text-decoration: none;
    padding: 4px 2px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: a-otf-ryumin-pr6n, serif !important;
    font-size: 1.6rem !important;
  }
  .accordion-area-all {
    display: flex;
    justify-content: space-between;
  }
}
.wrapper,
.wrapper_concept,
.wrapper_contents,
.wrapper_bottom,
.wrapper_bottom_second,
.section_staff,
.footer {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.header_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 599px) {
  .header_wrapper,
  .wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 ;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wrapper,
  .wrapper_concept,
  .wrapper_contents,
  .wrapper_bottom,
  .wrapper_bottom_second,
  .staff_introduction__right,
  .footer {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .accordion-area li a {
    color: #fff;
    text-decoration: none;
    padding: 6px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: a-otf-ryumin-pr6n, serif !important;
    font-size: 1.6rem !important;
  }
}

/*=== スクロールアイコン-------------------------------------------------------------------------------------------------------------------------------------------- ====*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 99999999999;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}
/*MORE矢印-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.btnarrow__wrapp {
  text-align: right;
  margin-top: 20px;
}
.btnarrow__wrapp__left {
  padding-right: 30px;
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .btnarrow__wrapp__left {
    padding: 0px;
  }
  .br_pc_none {
    display: block;
  }
	.footer_wrpper ul li a {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5rem!important;
    font-size: 1.4rem;
    padding: 0 0 20px 0;
}
}
/*矢印が右に移動する*/
.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 0 0 20px;
  color: #fff;
  letter-spacing: 2rem;
  text-decoration: none;
  outline: none;
  margin: 0 0 0 auto;
}
/*矢印と下線の形状*/
.btnarrow4::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
  letter-spacing: 2rem;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.btnarrow4::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  letter-spacing: 2rem;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
/*hoverした際の移動*/
.btnarrow4:hover::before {
  left: 20%;
}
.btnarrow4:hover::after {
  right: -5%;
}
/* header ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.header {
  height: 50px;
  width: 100%;
  background-color: #111;
	position: fixed;
	z-index: 99999999999999999999999999999;
}
.home_button img {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (max-width: 599px) {
  .home_button img {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    margin-left: 16px;
  }
}
.header_navigation ul {
  display: flex;
  margin-left: 20px;
  padding: 15px 0;
}
.header nav li a {
  display: block;
  padding: 0 19px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.header_navigation ul li dd {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;

  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header_navigation {
  display: flex;
}
/*==2階層目以降の画像設定*/
.header nav ul li.has-child img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: bottom;
}
/*hoverしたら画像拡大*/
nav ul li.has-child img:hover {
  transform: scale(1.2);
}
nav ul li.has-child dt {
  overflow: hidden;
  height: 20vh;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  nav ul li.has-child dt {
    height: 12vh;
  }
}
/*== 2層目の設定 */
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  right: 5%;
  top: 70px;
  z-index: 4;
  /*子要素を横並びに*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*形状を指定*/
  background: #111;
  width: 90%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}
/*hoverしたら表示*/
nav li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}
/*各ナビゲーション横幅*/
nav li.has-child ul li {
  width: 20%;
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
}
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #ffbe00;
}
@media (max-width: 599px) {
  .header_navigation,
  .header button {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .header_navigation,
  .header button {
    display: none;
  }
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
.gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}
.gnavi li.current a,
.gnavi li a:hover {
  color: #fff;
}
.gnavi li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
/*ハンバーガーボタン--------------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #111;
  /*動き*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 55%;
  left: 60%;
  transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  right: 0px;
  cursor: pointer;
  width: 80px;
  height: 80px;
	    z-index: 99999999999;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 13px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 33px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media (max-width: 599px) {
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    right: 3px;
    height: 3px;
    width: 70px;
    display: block;
    content: "";
    text-align: right;
	bottom: 45px;
	z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
  }
  .g-navlist__sns_icon {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .openbtn {
    position: fixed;
    z-index: 999999999999999999999999999999999999999; /*ボタンを最前面に*/
    top: 2px;
    right: 25px;
    height: 3px;
    width: 75px;
    display: block;
    content: "";
    text-align: right;
  }

  .g-navlist__sns_icon {
    display: none !important;
  }
}
/*ボタンカラーチェンジ---------------------------------------------------------------------------------------*/
/* ボタン共通設定 */
.btn04 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 10px 30px;
  color: #ffbe00;
  border: 1px solid #fff;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}
/*hoverした際のボタンの形状*/
.btn04:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}
/*線の設定*/
.btn04 span {
  display: block;
  z-index: 2;
}
/*== 線から塗に変化（左から右） */
/*線の設定*/
.borderleft span::before,
.borderleft span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 1px;
  /*線の形状*/
  background: #ffbe00;
  /*アニメーションの設定*/
  transition: all 0.3s;
}
/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}
/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}
/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}
/*背景の設定*/
.borderleft::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  background: #ffbe00;
  /*アニメーションの設定*/
  transition: all 0.3s;
}
/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: 0.4s;
}
/*アコーディオン------------------------------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 50%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;

  font-family: futura-pt, sans-serif;
  font-style: normal;

  letter-spacing: 1rem;
  border-bottom: solid 1px #fff;
}
/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}
@media (max-width: 599px) {
  .box {
    display: none; /*はじめは非表示*/
    margin: 0;
    padding: 0;
  }
  .box img {
    width: 50% !important;
    margin: 0 auto !important;
  }
  .box p {
    margin: 10px 0 !important;
    text-align: left;
  }
}
.box p {
  margin: 15px 0;
  text-align: left;
}
.g-navlist__left button {
  width: 150px;
  height: 40px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  padding: 5px 10px 5px 10px;
  outline: none;
  background-color: #111;
  border: solid 1px #fff;
  font-weight: 600;
  letter-spacing: 0.2rem;

  font-family: futura-pt, sans-serif;

  font-style: normal;
  margin: 60px auto 0 auto;
  cursor: pointer;
}
.g-navlist__left img {
  width: 50%;
}
.g-navlist__left {
  margin: 250px 0 0 8%;
}
#g-nav-list {
  display: flex;
}
.g-navlist__sns_icon {
  display: flex !important ;
  justify-content: flex-end;

  position: relative !important;
  margin: 0;
  cursor: pointer;
  height: 50px;

  z-index: 9999999 !important;
  left: 50% !important;

  top: 12% !important;
}
.g-navlist__sns_icon img {
  width: 30px;
}
@media (max-width: 599px) {
  .g-navlist__left img {
    display: none;
  }
  .g-navlist__sns_icon {
    display: none !important ;
  }
  #g-nav-list {
    display: block;
  }
  .g-navlist__left button {
    display: none;
  }
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .accordion-area {
    list-style: none;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .g-navlist__left img {
    display: none;
  }
  .g-navlist__sns_icon {
    display: none !important ;
  }
  .g-navlist__sns_icon img {
    width: 30px;
  }

  .g-navlist__left button {
    display: none;
  }
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .accordion-area {
    list-style: none;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
}

/*ページトップ--------------------------------------------------------------------------------------------------------------------------------*/
/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}

/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

/*スクロールリンクの形状*/

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #666;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
  right: -11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
  right: 0;
}
@media (max-width: 599px) {
  .scroll-top {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .scroll-top {
    display: none;
  }
}

/*footer--------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  margin-top: 100px;
}
.footer_wrpper {
  display: flex;
  text-align: left;
  justify-content: space-around;
}
.sns_icon {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 300px;
  text-align: right;
  margin: 60px 0 0 auto;
}
.footer_wrpper ul li a {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 1.4rem;
  padding: 0 0 20px 0;
}
.footer_wrpper ul li {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 1.4rem;
  margin-top: 10px;
}
.sns_icon img {
  width: 30%;
}
.footer_wrpper__title {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 2rem;
}
.copyrights {
  margin: 40px 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
	text-align: center;
}
.footer_wrpper dl {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 1.4rem;
  padding: 0 0 20px 0;
}
.footer_wrpper dt {
  font-weight: 900;
  margin: 10px 0 20px 0;
  font-size: 1.4rem;
}
.footer_wrpper dd {
  letter-spacing: 0.2rem;
  padding-bottom: 20px;
  margin-top: 10px;
}
.footer_wrpper span {
  letter-spacing: 0.5rem;
}
.contact_us_sp {
  display: none;
}
@media (max-width: 599px) {
  .footer_wrpper dl {
    display: none;
  }
  .sns_icon {
    width: 250px;
  }
  .footer_wrpper ul li {
    letter-spacing: 0.5rem;
  }
  .contact_us_sp {
    display: block;
  }
  .contact_us_sp p {
    font-family: futura-pt, sans-serif;

    font-style: normal;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5rem;
    font-size: 1.4rem;
    margin-top: 30px;
    text-align: left;
    font-weight: 900;
  }
  .footer_wrpper {
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
  .contact_us_sp a {
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5rem;
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .footer_wrpper dl {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    padding: 0 0 20px 0;
  }
  .footer_wrpper ul li {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .footer_wrpper dd {
    letter-spacing: 0rem;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

/*アニメーション--------------------------------------------------------*/
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*表示するテキストが切り替わる--------------------------------------------------------------------------------*/
.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #fff;
  min-width: 210px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s;
}

/*hoverした際の変化*/
.btntextchange:hover {
  background: #ffbe00;
  color: #fff;
}

.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all 0.5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2) {
  opacity: 0; /*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
}

/*== ルーム紹介予約ボタン変形ーーーーーーーーーーーーーーーーーーーーーーー */
/*--- 線から塗り（共通設定） ---*/

.btn05 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  background: 111;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transition-delay: 0.7s; /*0.7秒遅れてアニメーション*/
  border: solid 1px #fff;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover {
  background: #ffbe00;
  color: #fff;
}

/*線の設定*/
.btn05 span {
  display: block;
}

/*横線の設定*/
.btn05::before,
.btn05::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 0;
  height: 1px;
  background: #ffbe00;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 1px;
  height: 0;
  background: #ffbe00;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after {
  width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after {
  height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */

/*横線が0.2秒送れて出現*/

.bordercircle1::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.bordercircle1::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle1 span::before {
  left: 0;
  top: 0;
}
.bordercircle1 span::after {
  right: 0;
  bottom: 0;
}
/*== 押し込むボタン============================================================= */
.pushcircle_03 {
  /*周囲の線の起点とするためrelativeを指定*/
  position: absolute;
  top: -12px;
  right: 150px;
  /*円の形状*/
  width: 115px;
  height: 35px;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: 111;
  color: #ffbe00;
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 auto;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-family: futura-pt, sans-serif;

  font-style: normal;
  cursor: pointer;
}



.pushcircle_04 {
  /*周囲の線の起点とするためrelativeを指定*/
  position: absolute;
  top: -12px;
  right: 85px;
  /*円の形状*/
  width: 115px;
  height: 35px;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: 111;
  color: #0293AD;
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 auto;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-family: futura-pt, sans-serif;

  font-style: normal;
  cursor: pointer;
}
.pushcircle_02 {
  /*周囲の線の起点とするためrelativeを指定*/
  position: absolute;
  top: -12px;
  right: 210px;
  /*円の形状*/
  width: 115px;
  height: 35px;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: 111;
  color: #ffbe00;
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 auto;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-family: futura-pt, sans-serif;

  font-style: normal;
  cursor: pointer;
}

/*内側の線*/
.pushcircle_02:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 1px solid #febe00;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}
.pushcircle_03:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 1px solid #febe00;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}
/*内側の線*/
.pushcircle_04:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 1px solid #0293AD;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}

/*hoverをしたら枠線が小さくなる*/
.pushcircle_02:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #ffbe00;
}
.pushcircle_03:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #ffbe00;
}
/*hoverをしたら枠線が小さくなる*/
.pushcircle_04:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #0293AD;
}
@media (max-width: 599px) {
  .pushcircle_02,.pushcircle_03,.pushcircle_04  {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .pushcircle_02,.pushcircle_03,.pushcircle_04  {
    display: none;
  }
}

/* reCAPTCHAを左に */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
