@charset "UTF-8";
@keyframes logoRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gRsvBox {
    top: 50%;
    margin-top: -103px;
}
.gMenuButton {
    top: 42%;
    /* transform: translateY(-50px); */
}
.pageBody {
    overflow: hidden;
}
.pageFooter {
    margin-top: 0;
}
.p-inner {
    max-width: 1600px;
}
.p-button01 {
    line-height: 76px;
}
.p-readmore {
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
}
.p-headline01 {
    font-weight: normal;
    font-size: 0px;
    line-height: 1.4;
}
.p-headline01 > b {
    font-size: 44px;
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}
.p-headline01 > small {
    font-size: 16px;
    vertical-align: baseline;
    display: inline-block;
}
.p-headline01 > small:before {
    content: "/";
    margin-right: 10px;
}
.coop {
    background: url(/img/bg-coop.jpg) center center no-repeat;
    height: 450px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 130px;
}
.coop_inner {}
.coop_title {
    line-height: 1;
    font-weight: normal;
    margin-bottom: 40px;
}
.coop_title > b {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 18px;
}
.coop_title > small {
    font-size: 14px;
}
.coop_text {}
.news {
    padding: 104px 0 89px;
}
.news_inner {
    max-width: 1540px;
}
.news_cols {
    display: table;
    width: 100%;
}
.news_cols:after {
    content: "";
    display: block;
    clear: both;
}
.news_col {
    display: table-cell;
    vertical-align: top;
}
.news_col-no1 {
    padding-right: 50px;
    padding-top: 31px;
}
.news_title {
    display: block;
    margin-bottom: 33px;
}
.news_title > b {
    display: block;
    margin: 0 0 0px;
}
.news_title > small {
    display: block;
    margin-top: 6px;
}
.news_link {}
.news_link > a {
    text-decoration: none;
}
.news_link > a:before {
    content: "";
}
.news_link > a:after {
    content: "";
}
.news_link > a > .icon {
    font-size: 180%;
    margin-right: 10px;
}
.news_col-no2 {}
.news_list {
    list-style: none;
}
.news_list:after {
    content: "";
    display: block;
    clear: both;
}
.news_list > li {
    width: 23.5%;
    margin-left: 2%;
    float: left;
}
.news_list > li:first-child {
    margin-left: 0;
}
.news_list > li:nth-child(2n+1) {}
.news_list > li > a {
    display: block;
    text-decoration: none;
}
.news_list > li > a:before {
    content: "";
}
.news_list > li > a:after {
    content: "";
}
.news_item {
    line-height: 1.8;
    max-width: 260px;
}
.news_image {
    margin-bottom: 26px;
}
.news_image > img {
    max-width: 100%;
    height: auto;
}
.news_headline {
    font-size: 18px;
    font-weight: normal;
}
.news_text {
    font-size: 14px;
    margin-top: 5px;
}
.room {
    padding-bottom: 94px;
}
.room_bg {
    background: url(/img/bg-room.jpg) center center no-repeat;
    padding-bottom: 480px;
    background-size: cover;
    margin-bottom: 76px;
}
.room_inner {}
.room_title {
    text-align: center;
}
.room_title > b {
    font-size: 64px;
    margin-right: 20px;
}
.room_title > small {}
.room_text {
    text-align: center;
    margin: 15px 0 0;
}
.room_link {
    margin-top: 38px;
}
.room_link > a {}
.room_link > a:before {
    content: "";
}
.room_link > a:after {
    content: "";
}
.facility {
    background: #D9D9D9;
    padding: 88px 0 162px;
}
.facility_inner {}
.facility_title {
    text-align: center;
    margin-bottom: 58px;
}
.facility_title > b {
    font-size: 66px;
    margin-right: 20px;
}
.facility_title > small {}
.facility_lists {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1%;
}
.facility_lists:after {
    content: "";
    display: block;
    clear: both;
}
.facility_lists > li {
    width: calc(95% / 6);
    transform: translateX(-280px);
}
.facility_lists > li[data-animation="after"] {
    transition-property: opacity, transform;
    transform: translateX(0px);
}
.facility_lists > li:first-child {
    margin-left: 0;
}
.facility_lists > li:nth-child(2n+1) {}
.facility_lists > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    max-width: 280px;
}
.facility_lists > li > a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    transition: opacity .3s, transform .3s;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: center top;
}
.facility_lists > li > a:after {
    content: "";
}
.facility_lists > li > a > img {
    max-width: 100%;
    height: auto;
    display: block;
}
.facility_tbl {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.facility_cell {
    padding-top: 42%;
}
.facility_caution {
    text-align: center;
    color: #fff;
    transition: opacity .3s;
    opacity: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.6;
}
.more {
    line-height: 70px;
    width: 51%;
    position: absolute;
    z-index: 2;
    bottom: -33px;
    right: 0;
}
.areaSpot {
    padding: 105px 0;
}
.areaSpot_inner {}
.spot {}
.spot:first-of-type {
    margin-bottom: 80px;
}
.spot_cols {
    position: relative;
    z-index: 1;
}
.spot_cols:after {
    content: "";
    display: block;
    clear: both;
}
.spot_col {}
.spot_col-right {
    right: 0;
}
.spot_col-txt {
    width: 55%;
    position: relative;
    z-index: 2;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
}
.spot_areaText {
    padding: 81px 0;
    max-width: 630px;
    margin: 0 auto;
}
.spot_subTitle {
    font-size: 18px;
    margin-bottom: 4px;
}
.spot_title {}
.spot_title > b {}
.spot_title > small {}
.spot_text {
    margin-top: 30px;
}
.spot_link {
    margin-left: 0;
    margin-top: 24px;
}
.spot_link > a {}
.spot_link > a:before {
    content: "";
}
.spot_link > a:after {
    content: "";
}
.spot_col-left {
    left: 0;
}
.spot_col-img {}
.spot_image {
    width: 960px;
}
.spot_image-left {}
.spot_image-right {
    margin-left: auto;
}
.spot_image > img {}
.spot_tbl {
    display: table;
    height: 680px;
    width: 100%;
}
.spot_tbl-no2 {
    height: 636px;
}
.spot_cell {
    display: table-cell;
    vertical-align: middle;
}
.spot_cell_in {
    background: #fff;
    padding: 0 20px;
}
.concept {
    position: relative;
    z-index: 1;
    min-height: 800px;
    padding: 175px 0;
}
.concept:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
.concept_inner {
    z-index: 2;
    padding-top: 425px;
    max-width: 1500px;
}
.concept_title {
    font-size: 100px;
    font-weight: normal;
    line-height: 1.4;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 34px;
}
.concept_headline {
    font-size: 43px;
    line-height: 1.8;
    font-weight: normal;
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 227px;
    letter-spacing: 0px;
    white-space: nowrap;
}
.concept_headline-white {
    z-index: 3;
    color: #fff;
    left: 610px;
    overflow: hidden;
}
.concept_overflow {
    display: block;
    position: relative;
    z-index: 1;
    left: -600px;
}
.concept_text {
    max-width: 550px;
    position: relative;
    z-index: 2;
}
.concept_link {
    margin-left: 0;
    margin-top: 66px;
    position: relative;
    z-index: 2;
}
.concept_link > a {}
.concept_link > a:before {
    content: "";
}
.concept_link > a:after {
    content: "";
}
.concept_image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 610px;
}
.concept_image > img {}
.concept_box {}
.slide {
    position: relative;
    z-index: 1;
    height: 85vh;
}
@media screen and (min-width:1000px) {
  .slide {
    aspect-ratio: 1920 / 1000;
    width: 100%;
    height: auto;
    max-height: 95vh;
  }
}
.slide_title {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 66px;
    bottom: 0;
    margin: auto;
    left: 139px;
}
.slide_title > img {
    display: block;
}
.slide_images {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}
.slide_images > li {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
}
.slide_images > li.isCurrent {
    opacity: 1;
    transition: opacity 1.5s;
}
.slide_images > li:first-child {}
.slide_images > li:nth-child(2n+1) {}
.slide_images > li > img {
    display: none;
}
.slide_buttons {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 1;
}
.slide_buttons > li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 7px;
}
.slide_buttons > li:first-child {}
.slide_buttons > li:nth-child(2n+1) {}
.slide_buttons > li > button {
    transition: background-color .3s;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.slide_buttons > li > button.isCurrent {
    background: rgba(255, 255, 255, 1);
}
.logoSVGWrap {
    position: absolute;
    z-index: 10;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    margin-left: -100px;
    animation-name: logoRotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
    transition-property: width, height, margin-left, left;
    transition-duration: 1.5s;
}
.logoSVGWrap.isLoaded {
    width: 68px;
    height: 68px;
    margin-left: 0;
    left: 139px;
}
.logoSVGWrap.isWhite {
    animation-play-state: paused;
    transition: none;
}
.logoSVG {
    width: 100%;
    height: auto;
    display: block;
}
.logoSVG_group01 {
    fill: #A6BFA2;
    transition: fill 1s;
}
.logoSVG_group02 {
    fill: #739E76;
    transition: fill 1s;
}
.isWhite .logoSVG_group01 {
    fill: #fff;
}
.isWhite .logoSVG_group02 {
    fill: #fff;
}
.titleSVGWrap {
    width: 400px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 225px;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 2.3s;
    opacity: 0;
    transform: translateY(-50px);
}
.titleSVGWrap.isLoaded {
    opacity: 1;
    transform: translateY(0px);
}
.titleSVG {
    display: block;
    width: 100%;
    height: auto;
}
.titleSVG_gruop {
    fill: #fff;
}


.kyuusi{
    text-align: center;
    padding: 54px 3%;
    background: #dedede;
}
.kyuusi a{
        background: #fff;
    /* border: solid 2px; */
    padding: 13px 31px;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
}

.topBannerArea {
    padding: 60px 0;
}
.topBannerArea_inner{
  display: flex;
  justify-content: space-around;
}
.topBannerArea_item{
	width: 100%;
    max-width: 600px;
    margin: 0 1rem;
}
.topBannerArea_item img{
	width: 100%;
	height: auto;
}
.topBannerArea_item a{
	opacity: 1;
	transition: all 0.3s;
}
.topBannerArea_item a:hover{
	opacity: 0.7;
}

.topRecruit {
	position: relative;
	z-index: 0;
	padding-bottom: 240px;
	margin-bottom: -142px;
}
.topRecruit_bg {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100vw;
	right: 50%;
	top: -370px;
	background-color: #f1f1f1;
	height: calc(100% + 370px);
	margin-right: -825px;
}
.topRecruit_inner {}
.topRecruit_cols {
	display: flex;
	background-color: #fff;
	margin-top: 50px;
  margin-bottom: 200px;
}
.topRecruit_col {
	width: calc((100% - 500px) / 2);
	order: 0;
}
.topRecruit_col-no1 {}
.topRecruit_image {
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.topRecruit_image-no1 {
	background-image: url(/img/pt-recruit01@2x.jpg);
	background-color: #e9edef;
}
.topRecruit_image-no2 {
	background-image: url(/img/pt-recruit02@2x-ver2.jpg);
	background-color: #402e24;
}
.topRecruit_col-no2 {
	order: 2;
}
.topRecruit_col-no3 {
	width: 500px;
	order: 1;
}
.topRecruit_pikcup {
	background-color: #698b69;
	color: #fff;
	text-align: center;
	padding: 17px 20px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topRecruit_pikcup_svg {
	display: block;
	fill: #fff;
	opacity: 0.1;
	position: absolute;
	z-index: 0;
	width: 400px;
	height: 400px;
	top: -210px;
	left: -160px;
}
.topRecruit_title {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 1;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.topRecruit_title > b {
	font-weight: normal;
}
.topRecruit_title > small {
	font-size: 60%;
	margin-bottom: 5px;
	font-weight: 500;
}
.topRecruit_list {
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	max-width: 364px;
	margin: 8px auto 5px;
	font-size: 16px;
}
.topRecruit_list > li {
	height: 34px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 48.5%;
	margin-left: 3%;
	line-height: 1.2;
	text-align: center;
}
.topRecruit_list > li:first-child {
	margin-left: 0;
}
.topRecruit_list > li:last-child {}
.topRecruit_list > li:nth-child(2n + 1) {}
.topRecruit_list > li:nth-child(n + 3) {}
.topRecruit_text {
	font-size: 17px;
	position: relative;
	z-index: 1;
}
.topRecruit_cont {
	text-align: center;
	padding: 14px 20px 11px;
	border-bottom: 1px solid #000;
}
.topRecruit_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.topRecruit_dList > dt {
	font-size: 18px;
	margin-bottom: 6px;
	width: 100%;
}
.topRecruit_dList > dd {
	margin-top: 2px;
}
.topRecruit_dList > dd.u-en{
	margin-right: 2%;
}
.topRecruit_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topRecruit_dList > dd > a[href^="tel:"] {
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.04em;
}
.topRecruit_dList > dd > a[href^="mailto:"] {
	text-decoration: underline;
	font-size: 16px;
}
.topRecruit_dList > dd > a::before {
	content: "";
}
.topRecruit_dList > dd > a::after {
	content: "";
}
.topRecruit_dList > dd > a > .icon {}
.topRecruit_dList > dd > a[href^="mailto:"] > .icon {
	font-size: 20px;
	margin-right: 5px;
}
.topRecruit_dList > dd > a[href^="tel:"] > .icon {
	top: -4px;
}
.topRecruit_link {}
.topRecruit_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 43px;
	height: 240px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 170px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topRecruit_link > a::before {
	content: "";
	background-image: url(/assets/img/home/bnr-develop@2x.png);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #799677;
	background-size: cover;
	background-position: center center;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.topRecruit_link > a::after {
	content: "";
}
.topRecruit_link > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: inherit;
}
.topRecruit_link > a > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	width: 93px;
	height: 7px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 58px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
	transition-duration: .3s;
	transition-property: margin-right;
}

.access_block {
  margin-top: 50px;
}

.access_table_title {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 27px;
}

.access_table_container {
  overflow-x: scroll;
}

.access_table {
  min-width: 800px;
}

.access_table tr:first-child th {
  text-align: center;
  height: 60px;
}

.access_table > tbody > tr > th {
  padding: 5px 32px;
  vertical-align: middle;
  height: auto;
  min-height: 60px;
  box-sizing: border-box;
}

.access_table > tbody > tr > td {
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  height: auto;
  min-height: 60px;
  box-sizing: border-box;
}

@media screen and (max-width:1399px) {
  .topRecruit_col {
		width: calc((100% - 400px) / 2);
	}
	.topRecruit_col-no3 {
		width: 400px;
	}
}

@media screen and (min-width:1000px) {
  .news_link > a:hover {
    text-decoration: underline;
  }
  .news_list > li > a:hover {}
  .room_link > a:hover {}
  .facility_lists > li > a:hover {
    opacity: 1;
  }
  .facility_lists > li > a:hover:before {
    opacity: 1;
    transform: scale(1, 1);
  }
  a:hover .facility_caution {
    opacity: 1;
  }
  .more:hover {
    opacity: 1;
  }
  .spot_link > a:hover {}
  .concept_link > a:hover {}
  .slide_buttons > li > button:hover {
    background: rgba(255, 255, 255, 1);
  }

  .topRecruit_dList > dd > a:hover {
		text-decoration: none;
	}
	.topRecruit_link > a:hover {}
	.topRecruit_link > a:hover::before {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
	.topRecruit_link > a:hover > svg {
		margin-right: -10px;
	}
}

@media screen and (max-width:999px) {
  .gRsvBox {
    top: auto;
    margin-top: 0;
  }
  .gMenuButton {
    top: 0;
    transform: none;
  }
  .p-button01 {
    line-height: 60px;
  }
  .p-headline01 > b {
    font-size: 30px;
  }
  .p-headline01 > small {
    font-size: 14px;
  }
  .coop {
    padding: 90px 0;
    height: auto;
  }
  .coop_title > b {
    font-size: 22px;
  }
  .coop_title > small {
    font-size: 12px;
  }
  .news {
    padding: 60px 0;
  }
  .news_cols {
    display: block;
  }
  .news_col {
    display: block;
    padding: 0;
  }
  .news_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .news_title > b {
    display: inline-block;
    margin-right: 10px;
  }
  .news_title > small {
    display: inline-block;
    margin: 0;
  }
  .news_link {
    text-align: right;
  }
  .news_link > a > .icon {
    font-size: 120%;
    margin-right: 5px;
  }
  .news_col-no2 {
    margin-top: 20px;
  }
  .news_image {
    margin-bottom: 10px;
  }
  .news_headline {
    font-size: 16px;
  }
  .news_text {
    font-size: 12px;
  }
  .room {
    padding-bottom: 60px;
  }
  .room_bg {
    padding-bottom: 48%;
    margin-bottom: 50px;
  }
  .facility {
    padding: 60px 0 100px;
  }
  .facility_title {
    margin-bottom: 30px;
  }
  .facility_tbl {
    display: none;
  }
  .more {
    line-height: 40px;
    bottom: -20px;
  }
  .areaSpot {
    padding: 60px 0;
  }
  .spot {
    max-width: 980px;
    margin: 0 auto;
  }
  .spot:first-of-type {
    margin-bottom: 40px;
  }
  .spot_col {
    width: auto;
    position: static;
    height: auto;
  }
  .spot_areaText {
    padding: 50px 0;
  }
  .spot_image {
    width: auto;
  }
  .spot_tbl {
    height: auto;
    display: block;
  }
  .spot_cell {
    display: block;
  }
  .concept {
    text-align: center;
    min-height: 0;
    padding: 65px 0 0;
  }
  .concept_inner {
    padding-top: 0;
  }
  .concept_title {
    position: static;
    font-size: 60px;
    margin-bottom: 20px;
  }
  .concept_headline {
    position: static;
    font-size: 26px;
  }
  .concept_headline-white {
    display: none;
  }
  .concept_text {
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    max-width: 620px;
  }
  .concept_link {
    margin: 30px auto 0;
  }
  .concept_image {
    position: static;
    margin-top: 75px;
    margin-left: -2.1%;
    margin-right: -2.1%;
  }
  .logoSVGWrap {
    width: 160px;
    height: 160px;
    margin-left: -80px;
  }
  .logoSVGWrap.isLoaded {
    left: 50%;
    margin-left: -260px;
  }
  .logoSVGWrap.isWhite {
    animation: none;
  }
  .titleSVGWrap {
    left: 0;
    right: 0;
    margin: auto;
  }
  .titleSVG {
    position: relative;
    left: 30px;
  }
  .topRecruit {
		margin-bottom: 0;
		padding-bottom: 100px;
	}
	.topRecruit_cols {
		flex-wrap: wrap;
	}
	.topRecruit_col {
		width: 50%;
	}
	.topRecruit_image {
		padding-bottom: 66%;
		height: auto;
	}
  .topRecruit_col-no2 {
		order: 1;
	}
	.topRecruit_col-no3 {
		width: 100%;
		order: 2;
	}
	.topRecruit_pikcup {
		padding: 15px 15px;
	}
	.topRecruit_pikcup_svg {
		width: 400px;
		height: 400px;
		left: -200px;
		top: -200px;
	}
	.topRecruit_title {
		font-size: 25px;
	}
	.topRecruit_title > small {
		margin-bottom: 5px;
	}
	.topRecruit_list {
		font-size: 15px;
		margin: 10px auto 10px;
	}
	.topRecruit_list > li {
		border-width: 1px;
		height: 41px;
	}
	.topRecruit_text {
		font-size: inherit;
	}
	.topRecruit_cont {
		padding: 15px 15px;
	}
	.topRecruit_dList {}
	.topRecruit_dList > dt {
		font-size: inherit;
	}
	.topRecruit_dList > dd > a[href^="tel:"] {
		font-size: 24px;
	}
	.topRecruit_dList > dd > a[href^="mailto:"] {
		font-size: 18px;
	}
	.topRecruit_link > a {
		font-size: 35px;
		height: 200px;
		padding: 0 150px;
	}
	.topRecruit_link > a > svg {
		right: 35px;
	}
}
@media screen and (max-width:699px) {
  .gRsvBox {
    top: auto;
  }
  .p-button01 {
    line-height: 50px;
  }
  .p-headline01 > b {
    margin-right: 8px;
    font-size: 22px;
  }
  .p-headline01 > small {
    font-size: 12px;
  }
  .p-headline01 > small:before {
    margin-right: 8px;
  }
  .coop {
    padding: 45px 0;
  }
  .coop_title {
    margin-bottom: 17px;
  }
  .coop_title > b {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .coop_text {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
  }
  .news {
    padding: 45px 0;
  }
  .news_title {
    margin-bottom: 7px;
  }
  .news_list > li {
    width: 49%;
    transition-delay: .4s;
  }
  .news_list > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .news_list > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .news_headline {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_text {
    display: none;
  }
  .topBannerArea_inner{
    display: flex;
    flex-direction: column;
  }
  .topBannerArea_item {
    width: auto;
    margin: 1rem 0;
  }
  .room {
    padding-bottom: 45px;
  }
  .room_bg {
    margin-bottom: 45px;
  }
  .room_text {
    max-width: 400px;
    text-align: left;
    margin: 11px auto 0;
  }
  .room_link {
    margin-top: 25px;
  }
  .facility {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .facility_title {
    margin-bottom: 15px;
  }
  .facility_lists{
    gap: 25px 2%;
  }
  .facility_lists > li a{
    margin: 0 auto;
  }
  .facility_lists > li {
    width: 49%;
    transition-delay: .4s;
  }
  .more {
    line-height: 30px;
    font-size: 14px;
    bottom: -15px;
  }
  .areaSpot {
    padding: 45px 0;
  }
  .spot:first-of-type {
    margin-bottom: 20px;
  }
  .spot_areaText {
    padding: 20px 0;
  }
  .spot_subTitle {
    font-size: 14px;
  }
  .spot_text {
    margin-top: 20px;
  }
  .spot_image {
    transition-delay: .4s;
  }
  .spot_cell_in {
    padding: 0px 15px;
  }
  .concept {
    padding-top: 45px;
  }
  .concept_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .concept_headline {
    font-size: 18px;
  }
  .concept_image {
    margin-top: 45px;
    margin-left: -15px;
    margin-right: -15px;
    transition-delay: .4s;
  }
  .logoSVGWrap {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .logoSVGWrap.isLoaded {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -139px;
  }
  .titleSVGWrap {
    width: 220px;
    height: 11px;
  }
  .titleSVG {
    position: relative;
    left: 20px;
  }
  .topBannerArea {
    padding: 30px 0;
  }
  .topRecruit {
    padding-bottom: 58px;
	}
	.topRecruit_cols {
		flex-wrap: wrap;
		margin-top: 49px;
	}
	.topRecruit_col {
		width: 50%;
	}
	.topRecruit_image {
		padding-bottom: 71.875%;
		height: auto;
	}
	.topRecruit_col-no2 {
		order: 2;
	}
	.topRecruit_col-no3 {
		width: 100%;
		order: 2;
	}
	.topRecruit_pikcup {
		padding: 15px 10px 11px;
	}
	.topRecruit_title {
		font-size: 26px;
	}
	.topRecruit_title > small {
		margin-bottom: 2px;
	}
	.topRecruit_list {
		max-width: 280px;
		margin-top: 5px;
	}
	.topRecruit_list > li {
		height: 30px;
	}
	.topRecruit_cont {
		padding: 15px 10px 20px;
	}
	.topRecruit_dList > dd {
		margin-top: 6px;
	}
	.topRecruit_dList > dd > a[href^="mailto:"] {
		font-size: 15px;
	}
	.topRecruit_dList > dd > a[href^="mailto:"] > .icon {
		font-size: 20px;
		margin-right: 7px;
	}
	.topRecruit_dList > dd > a[href^="tel:"] > .icon {
		top: -2px;
	}
	.topRecruit_link > a {
		height: 120px;
		padding: 0 10px;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.topRecruit_link > a > svg {
		position: static;
		width: 46px;
		height: 4px;
		display: none;
	}
  .access_table > tbody > tr > th, 
  .access_table > tbody > tr > td {
    font-size: 12px;
    padding: 5px 15px;
  }
}


.reserveNavi_wrap {
	background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 999px) {
	.reserveNavi_wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
}
.reserveNavi.-pc {
	display: flex;
}
.reserveNavi.-sp {
	display: none;
}
.reserveNavi {
	max-width: 1540px;
	margin: 0 auto;
}
.reserveNavi_btn {
    flex-basis: calc(25% - 2px);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border: solid 1px #000000;
	background-color: #fff;
	position: relative;
}
.reserveNavi_btn:hover {
	color: #fff;
	border: solid 1px #5e7654;
	background-color: #5e7654;
}
.reserveNavi_btn:hover::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 1px;
	height: 11px;
	background-color: #fff;
	transform: translate(-50%, 0px);
}
.reserveNavi_btn:not(:first-of-type) {
	border-left: none;
}
.reserveNavi_btn_icon {
	height: auto;
}
.reserveNavi_btn:nth-of-type(1) .reserveNavi_btn_icon {
	margin-right: 10px;
	width: 42.5px;
}
.reserveNavi_btn:nth-of-type(2) .reserveNavi_btn_icon {
	margin-right: 12px;
	width: 56.5px;
}
.reserveNavi_btn:nth-of-type(3) .reserveNavi_btn_icon {
	margin-right: 14px;
	width: 54.5px;
}
.reserveNavi_btn:nth-of-type(4) .reserveNavi_btn_icon {
	margin-right: 12px;
	width: 47.5px;
}
.reserveNavi_btn_icon_svg {
	display: block;
	color: #5e7654;
}
.reserveNavi_btn:hover .reserveNavi_btn_icon_svg {
	color: #fff;
}
.reserveNavi_btn_text {
	line-height: 1.2;
}
.reserveNavi .u-spInline {
  display: none;
}
@media screen and (max-width: 1299px) {
  .reserveNavi .u-spInline {
    display: inline;
  }
}

@media screen and (max-width: 999px) {
	.reserveNavi.-pc {
		display: none;
	}
	.reserveNavi.-sp {
		display: flex;
	}
	.reserveNavi {
		flex-flow: row wrap;
	}
	.reserveNavi_btn {
		flex: calc(50% - 2px) 0 0;
		border-bottom: none;
	}
	.reserveNavi_btn:nth-of-type(2n+1) {
		border-left: solid 1px #000;
	}
	.reserveNavi_btn:nth-of-type(3),
	.reserveNavi_btn:nth-of-type(4) {
		border-bottom: solid 1px #000;
	}
	.reserveNavi_btn:hover {
		border-bottom: none;
	}
	.reserveNavi_btn:nth-of-type(2n+1):hover {
		border-left: solid 1px #5e7654;
	}
	.reserveNavi_btn:nth-of-type(3):hover,
	.reserveNavi_btn:nth-of-type(4):hover {
		border-bottom: solid 1px #5e7654;
	}
	.reserveNavi_btn:nth-of-type(1) .reserveNavi_btn_icon {
		width: 31.875px;
	}
	.reserveNavi_btn:nth-of-type(2) .reserveNavi_btn_icon {
		width: 42.375px;
	}
	.reserveNavi_btn:nth-of-type(3) .reserveNavi_btn_icon {
		width: 40.875px;
	}
	.reserveNavi_btn:nth-of-type(4) .reserveNavi_btn_icon {
		width: 35.625px;
	}
	.reserveNavi_btn_icon_svg {
		display: block;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 699px) {
	.reserveNavi_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}