@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("../fonts/Hiragino Kaku Gothic ProN.woff2"); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Medium.otf");
  font-style: normal;
  font-weight: 500;
}
html {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  html {
    min-width: 100%;
  }
}

.btsh {
  color: #111 !important;
}
.btsh__banner {
  height: auto;
}
.btsh__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10%;
}
@media screen and (max-width: 980px) {
  .btsh__about {
    margin-top: -5%;
  }
}
.btsh__about-heading {
  height: 82px;
}
@media screen and (max-width: 980px) {
  .btsh__about-heading {
    height: 51px;
  }
}
@media screen and (max-width: 980px) {
  .btsh__about-content {
    padding: 0 4%;
  }
}
.btsh__about-text {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .btsh__about-text {
    margin-top: 50px;
  }
}
.btsh__about-para {
  font-family: "Source Han Code JP", sans-serif;
  font-size: 2.2rem !important;
  font-weight: 500;
  line-height: 1.8181818182em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .btsh__about-para {
    font-size: 16px !important;
    line-height: 1.8125em;
  }
}
.btsh__about-para:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .btsh__about-para:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.btsh__about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 60px;
  background-color: #FF800D;
}
@media screen and (max-width: 980px) {
  .btsh__about-grid {
    margin-top: 85px;
    padding: 0 4% 42px;
  }
}
.btsh__grid-images {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: 20px;
  width: 600px;
  margin-top: -50px;
}
@media screen and (max-width: 980px) {
  .btsh__grid-images {
    gap: 10px;
    width: 100%;
    margin-top: -35px;
  }
}
.btsh__grid-image {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.btsh__grid-heading {
  height: 73px;
  margin: 50px 0;
}
@media screen and (max-width: 980px) {
  .btsh__grid-heading {
    height: 53px;
    margin: 0 25px;
  }
}
.btsh__grid-arrow {
  height: 35px;
}
@media screen and (max-width: 980px) {
  .btsh__grid-arrow {
    height: 23px;
  }
}
.btsh__directory {
	background-image: url("../img/btsh_directory_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.btsh__directory-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  width: 100%;
  padding: 16px 0;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btsh__directory-list {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 1100px) {
  .btsh__directory-list {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .btsh__directory-list {
    grid-template-columns: 1fr;
    gap: unset;
    padding: 0;
  }
}
.btsh__directory-link {
    position: relative;
    width: 100%;
    height: 95px;
    background-color: #fff;
    font-family: "游明朝", "游明朝体", "Yu Mincho", serif !important;
    color: #0e9db7 !important;
    font-size: 2rem !important;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #0e9db7;
}

.btsh__directory-link:hover {
	text-decoration: none!important;
	opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .btsh__directory-link {
    height: 80px;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 980px) {
	.btsh__directory-link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		height: 65px;
		padding: 0 4%;
		border-bottom: 1px solid #fff;
		text-align: left;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		background-color: #0e9db7;
		color: #fff!important;
		position: relative;
  }
	.btsh__directory-link:before {
	  content: "»";
	  left: unset;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  width: auto;
	  height: auto;
	  padding-right: 4%;
	  border: none;
	  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif !important;
	  font-size: 20px !important;
	  font-weight: 400;
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  -webkit-transform: translate(3px, -50%);
	  transform: translate(3px, -50%);
		position: absolute;
		top: 70px;
  }
	.btsh__directory-link:first-child {
		border-top: 1px solid #fff;
	}
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #803AD8;
}

.primary-bg {
  background: #803AD8;
}

.overflow {
  overflow: hidden;
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
}

.pc-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.mainBlock_nolink{
	color: #333!important;
}
@media screen and (max-width: 980px) {
  .mainBlock_nolink{
	color: #333!important;
}
}

@media screen and (max-width: 768px)  {
	html {
        font-size: 2.6666666667vw;
    }
}

@media screen and (min-width: 769px) {
.p-hotel {
    padding: 8rem 0;
}
.p-hotel__inner {
    margin: 0 auto;
    max-width: 155.6rem;
    padding: 0 4.8rem;
    width: 100%;
}
.p-hotel__heading {
    -moz-column-gap: 0.8rem;
    align-items: center;
    column-gap: 0.8rem;
    display: flex;
}
.p-hotel__list {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
    row-gap: 2rem;
}
.p-hotel__item {
    width: calc(33.3% - 2rem)!important;
	background-color: transparent !important;
	margin: 0 !important;
}
.p-hotel__item-link {
    -moz-column-gap: 1.2rem;
    align-items: center;
    background: #fff;
    border: 0.1rem solid #0E9DB7!important;
    border-radius: 100rem;
    column-gap: 1.2rem;
    display: block;
    display: flex!important;
    height: 9.2rem;
    padding: 1.4rem 2.5rem 1.4rem 4rem!important;
    position: relative;
    width: 100%;
	transition: all 0.3s 0s ease-in-out;
	color: #0E9DB7!important;
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 500;
	box-shadow: none!important;
}
.p-hotel__item-link:hover{
	opacity: 0.7;
	background: #fff!important;
}

.p-hotel__item-link .--text {
    flex-grow: 1;
    font-size: 2.8rem;
    line-height: 100%;
    text-align: center;
}

.u-font--700 {
    font-weight: 700;
}
.p-hotel__item-link .--arrow {
    display: grid;
    place-content: center;
    width: 0.9rem;
}

.p-hotel:first-of-type{
	background-image: url("../img/btsh_directory_bg.png");
	background-size: cover;
	background-position: center;
}
.p-hotel__item-link .--arrow .--arrow-shape{
    border: 0.2rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    content: "";
    display: inline-block;
    height: 0.9rem;
    line-height: 1;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 0.9rem;
}

.p-hotel__heading-text {
    font-size: 2.7rem;
    line-height: 140%;
    color: #0E9DB7;
}
.--sp-only{
	display: none;
}
.p-hotel__item-link .--text .--small {
    font-size: 2rem;
}
.p-hotel__heading-icon{
	flex-shrink: 0;
    width: 2.97rem;
}
.p-hotel__heading-icon img{
	width: 100%;
}
html {
    font-size: 62.5%;
}
}

.p-hotel_sp {
    padding: 5rem 0;
}
.p-hotel__inner_sp {
    margin: 0 auto;
    max-width: 155.6rem;
    padding: 0 2.4rem;
    width: 100%;
}
.p-hotel__heading_sp {
    -moz-column-gap: 0.8rem;
    align-items: center;
    column-gap: 0.8rem;
    display: block!important;
	text-align: center;
}
.p-hotel__list_sp {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    display: flex;
	flex-direction: column;
    margin-top: 2.8rem;
    padding: 0 2.4rem;
    row-gap: 1.2rem;
}
.p-hotel__item_sp {
    width: 100%!important;
	background-color: transparent !important;
	margin: 0 !important;
}
.p-hotel__item-link_sp {
    -moz-column-gap: 1.2rem;
    align-items: center;
    background: #fff;
    border: 0.1rem solid #0E9DB7!important;
    border-radius: 100rem;
    column-gap: 1.2rem;
    display: block;
    display: flex!important;
    height: 7rem;
    padding: 0.7rem 2.8rem 0.5rem!important!important;
    position: relative;
    width: 100%;
	transition: all 0.3s 0s ease-in-out;
	color: #0E9DB7!important;
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 500;
	box-shadow: none!important;
}
.p-hotel__item-link_sp:hover{
	opacity: 0.7;
	background: #fff!important;
}

.p-hotel__item-link_sp .--text {
    flex-grow: 1;
    font-size: 2.8rem;
    line-height: 100%;
    text-align: center;
}

.p-hotel__item-link_sp .--arrow {
    display: grid;
    place-content: center;
    width: 1.9rem;
}

.p-hotel_sp:first-of-type{
	background-image: url("../img/btsh_directory_bg.png");
	background-size: cover;
	background-position: center;
}
.p-hotel__item-link_sp .--arrow .--arrow-shape{
    border: 1.2rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    content: "";
    display: inline-block;
    height: 0.9rem;
    line-height: 1;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 1.9rem;
}

.p-hotel__heading-text_sp {
    font-size: 2.7rem;
    line-height: 140%;
    color: #0E9DB7;
}

.p-hotel__item-link_sp .--text .--small {
    font-size: 1.6rem;
}
.p-hotel__heading-icon_sp{
	flex-shrink: 0;
    width: 2.97rem;
}

	.p-hotel__item-link_sp .--sp-only {
        display: flex;
    }
	.p-hotel__item-link_sp .--text {
        font-size: 1.6rem;
    }
.p-hotel__item-link_sp .--text {
    flex-grow: 1;
    font-size: 2rem;
    line-height: 100%;
    text-align: center;
}
	.p-hotel__item-link_sp:hover{
	opacity: 0.7;
	background: #fff!important;
}
.p-hotel__item-link_sp .--arrow {
    display: grid;
    place-content: center;
    width: 0.9rem;
}
.p-hotel__item-link_sp .--arrow .--arrow-shape{
    border: 0.3rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    content: "";
    display: inline-block;
    height: 1.2rem;
    line-height: 1;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 1.2rem;
}