@charset "UTF-8";
/*!
Theme Name: okinawa hotel work
Description: ホテルのしごと 採用情報
Version: 1.0
Author: KOBUNDO
Author URI: http://www.kobundo.net/
*/

/* ============================================================

  Reset

============================================================ */
html {
  font-size: 10px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal;
}

fieldset, img, abbr {
  border: 0;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

th, td {
  margin: 0;
  padding: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption, th {
  text-align: left;
  margin: auto;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

header, footer, main, article, section, nav, aside {
  display: block;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
  button:focus {
    outline: none;
}

hr {
  border: none;
  border-top: 1px #ccc solid; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link, a:focus, a:visited, a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
	transition: all .3s;
}
a:hover img {
	opacity: .5;
	transition: all .3s;
}


/* ============================================================

  Style

============================================================ */
/* ---------------------------------------------
  Common
--------------------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
	@media (max-width:750px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
		.wrapper {
			width: 100%;
		}
	}


/* -- Haeder
----------------------------- */
header {
	background: #68C1BD;
	text-align: center;
}
header a {
	color: #fff;
	font-size: 24px;
	line-height: 2;
	letter-spacing: .1rem;
}
	header a:hover {
		text-decoration: underline;
	}

	@media (max-width:750px) {
		header a {
			font-size: 18px;
			line-height: 3;
		}
	}

.ttl {
	display: block;
	position: absolute;
	width: 120px;
	background: #fff;
	text-align: center;
}
.ttl h2 {
	font-size: 14px;
	letter-spacing: .6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-left: .2vw;
	margin: 2vw auto 0;
}
.ttl h2 span {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: .4rem;
	border-right: 1px solid;
	padding-right: .2vw;
}
.ttl .year {
	color: #2F5D6E;
	font-size: 28px;
	margin: 1vw auto;
}
	@media (max-width:1024px) {
		.ttl {
			display: none;
		}
	}
	@media (max-width:750px) {
		.ttl {
			display: none;
		}
	}

.wave1 {
	position: absolute;
	z-index: 100000;
}
.wave2 {
	position: absolute;
	z-index: 100001;
}
	@media (max-width:1024px) {
		.wave1, .wave2 {
			display: none;
		}
	}
	@media (max-width:750px) {
		.wave1, .wave2 {
			display: none;
		}
	}


/* -- banner
----------------------------- */
.bnr {
	text-align: center;
	margin-bottom: 100px;
}
.bnr a.pc {
	display: inline;
}
	@media (max-width:767px) {
		.bnr {
			width: 90%;
			margin: 0 auto 40px;
		}
		.bnr a.pc {
			display: none;
		}
		.bnr a img {
			width: 100%;
		}
	}


/* -- Page top
----------------------------- */
#page-top a {
	position: fixed;
	bottom: 30px;
	right: 40px;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 14px;
	letter-spacing: 3;
}
#page-top a::before {
	content: "";
	display: inline-block;
	color: #333;
	line-height: 1;
	width: .7em;
	height: .7em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
#page-top a:hover {
	opacity: .5;
	transition: all .3s;
}
	@media (max-width:767px) {
		#page-top a {
			right: 10px;
		}
	}

.home #page-top a {
	display: none;
}


/* -- Footer
----------------------------- */
footer {
	background: #70C4C0;
	color: #fff;
	padding: 16px 40px 10px;
}
.company__area .company__area__name {
	font-size: 20px;
	margin-bottom: 5px;
}
.company__area .company__area__name a {
	color: #fff;
}
.company__area .company__area__name a:hover {
	text-decoration: underline;
}
.company__area .company__area__line {
	font-size: 15px;	
}
.copyright {
	font-size: 12px;
	text-align: right;
}	
.copyright a {
	color: #fff;
}
@media (max-width:767px) {
		footer {
			text-align: center;
			padding: 20px 0 15px;
		}
		.company__area .company__area__name {
			font-size: 19px;
		}
		.company__area .company__area__line {
			font-size: 16px;	
		}
		.copyright {
			font-size: 13px;
			text-align: center;
			margin-top: 24px;
		}
	}


/* ---------------------------------------------
  Index
--------------------------------------------- */
/* -- mv
----------------------------- */
#index__mv {
	position: relative;
	margin-bottom: 90px;
}
#index__mv .ttl.index_ttl {
	padding: 2vw;
	z-index: 2000;
}
	@media (max-width:1920px) {
		#index__mv .wave1 {
			top: 7vw;
			right: 20vw;
		}
		#index__mv .wave2 {
			top: 21.5vw;
			left: 19.5vw;
		}
		#index__mv .ttl.index_ttl {
			left: 21.5vw;
		}
		#index__mv .ttl .year {
			margin: 1vw 0 1vw -.3vw;
		}
	}
	@media (max-width:1680px) {
		#index__mv .wave1 {
			top: 7vw;
			right: 14.5vw;
		}
		#index__mv .wave2 {
			top: 23.5vw;
			left: 15vw ;
		}
		#index__mv .ttl.index_ttl {
			left: 17.5vw;
		}
	}
	@media (max-width:1440px) {
		#index__mv .wave1 {
			top: 9vw;
			right: 9vw;
		}
		#index__mv .wave2 {
			top: 27vw;
			left: 9.5vw ;
		}
		#index__mv .ttl.index_ttl {
			left: 12vw;
		}
	}
	@media (max-width:1366px) {
		#index__mv .wave1 {
			top: 7vw;
			right: 7.5vw;
		}
		#index__mv .wave2 {
			top: 27vw;
			left: 7vw ;
		}
		#index__mv .ttl.index_ttl {
			left: 9.8vw;
		}
	}
	@media (max-width:1024px) {
		#index__mv .wave1 {
			top: 10vw;
			right: 0;
		}
		#index__mv .wave2 {
			top: 39vw;
			left: 0;
		}
	}
	@media (max-width:750px) {
		#index__mv {
			margin-bottom: 20px;
		}
		#index__mv .wave1,
		#index__mv .wave2 {
			display: none;
		}
	}


/* -- slider
----------------------------- */
.slider .slick-slide {
  width: 1000px;
  height: auto;
  margin: 0 150px;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.slider .slick-center {
  max-width: 800px;
  margin: 4vw auto 0;
  box-shadow: 30px 30px rgba(47, 93, 110, 1);
}
.slider .slick-center img {
  padding: 2vw auto 0;
}
.slider .slick-next,
.slider .slick-prev {
	display: none;
}
.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button:before {
  content: '' !important;
  height: 100% !important;
  width: 100% !important;
}
.slick-dots li button {
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 3px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #707070;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #0a467d;
}
button {
  background: none;
  border: none;
  outline: none;
}
	@media (max-width:750px) {
		.slider .slick-slide {
			width: 310px;
  			margin: 20px 20px 0;
		}
		.slider .slick-center {
			max-width: 298px;
			box-shadow: 12px 12px rgba(47, 93, 110, 1);
		}
	}


/* -- search
----------------------------- */
.sort__area {
	background: #eaeaea;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto 80px;
	padding: 30px 0;
}
.sort__area .sort__wrap {
	width: 90%;
	margin: 0 auto;
}
.sort__area .sort__wrap h3 {
	color: #2F5D6E;
	font-size: 21px !important;
	font-weight: bold;
	letter-spacing: .2rem;
	margin-bottom: 20px;
}
.sort__area .sort__wrap table {
	margin-bottom: 20px;
}
.sort__area .sort__wrap table th {
	min-width: 72px;
	font-size: 18px;
	padding-bottom: 24px;
}
.sort__area .sort__wrap table td {
	width: calc(100% - 72px);
}
.sort__area .sort__wrap table td.areatax {
	display: flex;
}
.sort__area .sort__wrap table td.areatax label {
	margin-right: 20px;
}
.sort__area .sort__wrap table td label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 .5em;
	font-size: 17px;
	margin-bottom: 10px;
    cursor: pointer;
}
.sort__area .sort__wrap table td label::before,
.sort__area .sort__wrap table td label:has(:checked)::after {
    content: '';
}
.sort__area .sort__wrap table td label::before {
    width: 17px;
    height: 17px;
	border: 1px solid #777;
    background-color: #fff;
}
.sort__area .sort__wrap table td label:has(:checked)::before {
    background-color: #2f5d6e;
}
.sort__area .sort__wrap table td label:has(:checked)::after {
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.sort__area .sort__wrap table td label input {
    display: none;
}
.sort__area .sort__wrap .btn button {
	background: #2F5D6E;
	color: #fff;
	font-size: 17px;
	line-height: 2;
	border-radius: 5px;
	padding: 0 5rem;
	cursor: pointer;
}
.sort__area .sort__wrap .btn button:hover {
	background: #68C1BD;
	transition: all .3s;
}
	@media (max-width:750px) {
		.sort__area {
			border-radius: 0px;
			padding: 10px 0;
			margin: 0 auto 46px;
		}
		.sort__area .sort__wrap {
			width: 98%;
			margin: 30px auto;
		}
		.sort__area .sort__wrap h3 {
			color: #2F5D6E;
			font-size: 21px;
			font-weight: bold;
			letter-spacing: .2rem;
			margin-bottom: 20px;
		}
		.sort__area .sort__wrap table {
			width: 90%;
			margin: 0 auto 20px;
		}
		.sort__area .sort__wrap table td.areatax {
			display: inline;
		}
		.sort__area .sort__wrap table td.areatax label {
			float: left;
		}
		.sort__area .sort__wrap table td label span {
			display: block;
			max-width: 230px;
		}
		.sort__area .sort__wrap table td label:has(:checked)::after {
			top: 8px;
		}
		.sort__area .sort__wrap table td.jobtax label:has(:checked)::after {
			top: 33px;
		}
		.sort__area .sort__wrap table td.jobtax label:has(:checked):last-of-type::after {
			top: 20px;
		}
	}


/* -- joblist
----------------------------- */
.joblist__area__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.joblist__area__box {
	position: relative;
	max-width: 22%;
	margin: 0 0 80px 4%;
}
.joblist__area__box:first-of-type,
.joblist__area__box:nth-child(5n) {
	margin-left: 0;
}
	@media (max-width:767px) {
		.joblist__area__wrap {
			width: 90%;
			margin: 0 auto;
		}
		.joblist__area__box {
			max-width: 45%;
			margin: 0 0 80px 5%;
		}
		.joblist__area__box:nth-child(odd) {
			margin-left: 0;
		}
	}

.joblist__area__box__cat {
	position: absolute;
	top: -10px;
	left: -10px;
	background: #DFDD19;
	font-size: 14px;
	border-radius: 3px;
	padding: .1rem 1.6rem .2rem;
}
	.joblist__area__box__cat.north {
		background: #432D7F;
		color: #fff;
	}
	.joblist__area__box__cat.central {
		background: #EB5B44;
		color: #fff;
	}
	.joblist__area__box__cat.naha {
		background: #DFDD19;
	}
	.joblist__area__box__cat.south {
		background: #68C1BD;
	}
	.joblist__area__box__cat.island {
		background: #D22A86;
		color: #fff;
	}
.joblist__area__box__img {
	width: 100%;
	margin-bottom: 10px;
}
.joblist__area__box__img img {
	width: 100%;
}
.joblist__area__box h4 {
	color: #2F5D6E;
	font-size: 14px;
	margin-bottom: 10px;
}
.joblist__area__box p {
	font-size: 14px;
	margin-bottom: 16px;
}
.joblist__area__box__btn a {
	position: relative;
	display: inline-block;
	color: #2F5D6E;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 2;
	border: 1px solid #707070;
}
	.joblist__area__box__btn a::before{
		content: '';
		position: absolute;
		bottom: 12px;
		right: 6%;  
		width: 12%;
		height: 1px;
		background: #707070;
		transition: all .3s;
	}
	.joblist__area__box__btn a::after {
		content: '';
		position: absolute;
		bottom: 15px;
		right: 6%;  
		width: 7px;
		height: 1px;
		background: #707070;
		transform: rotate(35deg);
		transition: all .3s;
	}

	.joblist__area__box__btn a:hover {
		background: #2F5D6E;
		color: #fff;
	}
		.joblist__area__box__btn a:hover::before {
			right: 2%;
			background: #fff;
		}
		.joblist__area__box__btn a:hover::after {
			right: 2%;
			background: #fff;
		}

.joblist__area__btn {
	text-align: center;
	margin-bottom: 100px;
}
.joblist__area__btn a {
	display: inline-block;
	background: #2F5D6E;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 2.4;
	border-radius: 8px;
	padding: 0 8rem;
}
	.joblist__area__btn a:hover {
		background: #70C4C0;
	}

	@media (max-width:767px) {
		.joblist__area__btn a {
			width: 74%;
			font-size: 17px;
			line-height: 3;
			padding: 0 1rem;
		}
	}


/* ---------------------------------------------
  Child common
--------------------------------------------- */
.wave1 {
	top: 10vw;
	right: 0;
}
.wave2 {
	top: 29vw;
	left: 0;
}
.child__wrap {
	display: flex;
}
.child__wrap h3 {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 4px solid #70C4C0;
	margin: 1vw 0 3vw;
	padding-bottom: 5px;
}
	@media (max-width:1920px) {
		.wave2 {
			top: 27vw;
		}
	}
	@media (max-width:1440px) {
		.wave2 {
			top: 31vw;
		}
	}
	@media (max-width:750px) {
		.child__wrap {
			display: block;
		}
		.child__wrap h3 {
			width: 94%;
			margin: 1vw auto 12vw;
		}
	}


/* ---------------------------------------------
  Job Listings
--------------------------------------------- */
.joblist .child__wrap h3 {
	font-size: 32px;
}
	@media (max-width:750px) {
		.joblist .child__wrap h3 {
			font-size: 26px;
		}
	}


/* -- job list
----------------------------- */
.job__box {
	position: relative;
	display: flex;	
	border-bottom: 4px solid #70C4C0;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.job__box__left {
	width: 340px;
	min-width: 340px;
	margin-right: 40px;
}
.job__box__img {
	width: 340px;
	min-width: 340px;
	height: 200px;
	margin-bottom: 20px;
}
.job__box__img img {
	width: 100%;
}
	@media (max-width:750px) {
		.job__box {
			display: block;	
			border-bottom: none;
			padding-bottom: none;
		}
		.job__box__left {
			width: 100%;
			min-width: 100%;
			margin-right: 0;
		}
		.job__box__img {
			width: 100%;
			min-width: 100%;
			margin-bottom: 20px;
		}
	}
.job__box__cat {
	position: absolute;
	top: -24px;
	left: 10px;
	background: #DFDD19;
	font-size: 25px;
	letter-spacing: .4rem;
	border-radius: 3px;
	padding: .1rem 2rem .3rem 2.4rem;
}
	.job__box__cat.north {
		background: #432D7F;
		color: #fff;
	}
	.job__box__cat.central {
		background: #EB5B44;
		color: #fff;
	}
	.job__box__cat.naha {
		background: #DFDD19;
	}
	.job__box__cat.south {
		background: #68C1BD;
	}
	.job__box__cat.island {
		background: #D22A86;
		color: #fff;
	}
.job__box__left h4 {
	color: #2F5D6E;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.job__box__contact {
	background: #EEE1CA;
	border-radius: 10px;
	padding: 15px 20px;
}
.job__box__contact__tel {
	font-size: 24px;
	font-weight: bold;
}
.job__box__contact__tel a {
	color: #000;
}
.job__box__contact__name {
	font-size: 16px;
	margin-bottom: 10px;
}
.job__box__contact__mail {
	position: relative;
	max-width: 340px;
	font-size: 15px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 30px;
}
	.job__box__contact__mail::before {
		content: '';
		display: block;
		width: 22px; 
		height: 20px;
		background-image: url("assets/img/icon_mail.png");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 2px;
		left: 0;
	}
.job__box__contact__mail span::after {
	content: '@';
	display: inline-block;
	width: 14px; 
	height: 16px;
}
.job__box__contact__mail a {
	color: #000;
}
.job__box__contact__mail a:hover {
	text-decoration: underline;
}
.job__box__contact__web {
	position: relative;
	font-size: 15px;
	padding: 0 30px;
	margin-bottom: 10px;
}
	.job__box__contact__web::before {
		content: '';
		display: block;
		width: 22px; 
		height: 20px;
		background-image: url("assets/img/icon_web.png");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 1px;
		left: 0;
	}
.job__box__contact__web a {
	color: #000;
}
.job__box__contact__web a:hover {
	text-decoration: underline;
}
	@media (max-width:750px) {
		.job__box__left h4 {
			width: 94%;
			font-size: 22px;
			margin: 0 auto 30px;
		}
		.job__box__contact {
			width: 94%;
			margin: 0 auto 30px;
		}
		.job__box__contact__tel {
			font-size: 20px;
		}
		.job__box__contact__name,
		.job__box__contact__mail,
		.job__box__contact__web {
			font-size: 14px;
		}
	}

.job__box__right table {
	font-size: 16px;
}
.job__box__right table th {
	color: #2F5D6E;
	white-space: nowrap;
	padding: 0 2rem 2rem 0;
}
.job__box__right table th span {
	text-decoration: underline;
}
.job__box__right table td {
	padding: 0 2rem 2rem 0;
}
	@media (max-width:750px) {
		.job__box__right {
			width: 94%;
			border-bottom: 4px solid #70C4C0;
			padding-bottom: 60px;
			margin: 0 auto;
		}
	}


/* -- joblist slider
----------------------------- */
.job__box__cat {
	z-index: 200000;
}
.job__box__slide {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
.job__box__slide .slide-img {
	height: 200px;
}
.job__box__slide .slide-img img {
	height: 100%;
}
	@media (max-width:750px) {
		.job__box__slide .slide-img {
			height: 200px;
  			margin: 0;
		}
	}


/* -- search
----------------------------- */
.child__wrap .sort__area h3 {
	border-bottom: none;
}


/* ---------------------------------------------
  search.php
--------------------------------------------- */
/* -- not found
----------------------------- */
.notfound__box {
	width: 100%;
	min-width: 1000px;
	font-size: 18px;
	margin-bottom: 50px;
}
	@media (max-width:750px) {
		.notfound__box {
			width: 94%;
			margin: 0 auto;
		}
	}


/* ---------------------------------------------
  single.php
--------------------------------------------- */
/* -- recommend
----------------------------- */
.recommend__area .recommend__area__wrap h3 {
	font-size: 24px;
	text-align: center;
	border: none;
}
.recommend__area .recommend__area__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend__area__box {
	position: relative;
	max-width: 21%;
	margin: 0 0 80px 4%;
}
.recommend__area__wrap:first-of-type {
	margin-left: 0;
}
	@media (max-width:767px) {
		.recommend__area__wrap {
			width: 90%;
			margin: 0 auto;
		}
		.recommend__area__box {
			max-width: 45%;
			margin: 0 0 80px;
		}
		.recommend__area__wrap:nth-child(odd) {
			margin-left: 5%;
		}
		.recommend__area__wrap:nth-child(even) {
			margin-left: 0;
		}
	}

.recommend__area__box__cat {
	position: absolute;
	top: -10px;
	left: -10px;
	background: #DFDD19;
	font-size: 14px;
	border-radius: 3px;
	padding: .1rem 1.6rem .2rem;
}
	.recommend__area__box__cat.north {
		background: #432D7F;
		color: #fff;
	}
	.recommend__area__box__cat.central {
		background: #EB5B44;
		color: #fff;
	}
	.recommend__area__box__cat.naha {
		background: #DFDD19;
	}
	.recommend__area__box__cat.south {
		background: #68C1BD;
	}
	.recommend__area__box__cat.island {
		background: #D22A86;
		color: #fff;
	}
.recommend__area__box__img {
	width: 100%;
	margin-bottom: 10px;
}
.recommend__area__box__img img {
	width: 100%;
}
.recommend__area__box h4 {
	color: #2F5D6E;
	font-size: 14px;
	margin-bottom: 10px;
}
.recommend__area__box p {
	font-size: 14px;
	margin-bottom: 16px;
}
.recommend__area__box__btn a {
	position: relative;
	display: inline-block;
	color: #2F5D6E;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 2;
	border: 1px solid #707070;
}
	.recommend__area__box__btn a::before{
		content: '';
		position: absolute;
		bottom: 12px;
		right: 6%;  
		width: 12%;
		height: 1px;
		background: #707070;
		transition: all .3s;
	}
	.recommend__area__box__btn a::after {
		content: '';
		position: absolute;
		bottom: 15px;
		right: 6%;  
		width: 7px;
		height: 1px;
		background: #707070;
		transform: rotate(35deg);
		transition: all .3s;
	}

	.recommend__area__box__btn a:hover {
		background: #2F5D6E;
		color: #fff;
	}
		.recommend__area__box__btn a:hover::before {
			right: 2%;
			background: #fff;
		}
		.recommend__area__box__btn a:hover::after {
			right: 2%;
			background: #fff;
		}

.recommend__area__btn {
	text-align: center;
	margin-bottom: 100px;
}
.recommend__area__btn a {
	display: inline-block;
	background: #2F5D6E;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 2.4;
	border-radius: 8px;
	padding: 0 8rem;
}
	.recommend__area__btn a:hover {
		background: #70C4C0;
	}

	@media (max-width:767px) {
		.recommend__area__btn a {
			width: 74%;
			font-size: 17px;
			line-height: 3;
			padding: 0 1rem;
		}
	}


/* ---------------------------------------------
  Hotel List
--------------------------------------------- */
.hotellist .wrapper {
	width: 1000px;
}
.hotellist .child__wrap {
	margin-bottom: 80px;
}
	@media (max-width:750px) {
		.hotellist .wrapper {
			width: 90%;
		}
	}

		
/* -- page title
----------------------------- */
.hotellist__ttl {
	display: flex;
	border-bottom: 4px solid #70C4C0;
	margin: 1.4vw 0 3vw;
	padding-bottom: 5px;
}
.hotellist .child__wrap h3 {
	font-size: 26px;
	border-bottom: none;
	margin: 0;
}
.hotellist .child__wrap .hotellist__date {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	padding-top: 14px;
}
	@media (max-width:750px) {
		.hotellist__ttl {
			display: block;
			margin: 5px auto 15px;
		}
		.hotellist .child__wrap h3 {
			font-size: 22px;
		}
		.hotellist .child__wrap .hotellist__date {
			padding-top: 0;
		}
	}

		
/* -- hotel list
----------------------------- */
.hotellist__area__box {
	margin-bottom: 40px;
}
.hotellist__area__ttl {
	background: #D09C4F;
	color: #fff;
	font-size: 16px;
	text-indent: 1rem;
	line-height: 1.8;
	margin-bottom: 6px;
}
.hotellist__area__box .hotellist__area__item {
	display: flex;
	width: 96%;
	font-size: 16px;
	margin: 0 auto;
}
.hotellist__area__box .hotellist__area__item .hotellist__area__item__name {
	width: 58%;
	margin-bottom: 10px;
}
.hotellist__area__box .hotellist__area__item .hotellist__area__item__contact {
	display: flex;
	width: 42%;
	margin-bottom: 10px;
}
.hotellist__area__item__contact__address {
	width: 70%;
}
.hotellist__area__item__contact__tel {
	text-align: right;
	}
	@media (max-width:750px) {
		.hotellist__area__box {
			display: flex;
		}
		.hotellist__area__ttl {
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			margin-right: 1rem;
			padding-bottom: 16px;
		}
		.hotellist__area__box .hotellist__area__item {
			display: block;
			width: 100%;
			font-size: 15px;
			margin-bottom: 20px;
		}
		.hotellist__area__box .hotellist__area__item .hotellist__area__item__name {
			width: 100%;
			margin-bottom: 0;
		}
		.hotellist__area__box .hotellist__area__item .hotellist__area__item__contact {
			width: 100%;
			min-width: 296px;
		}
		.hotellist__area__item__contact__address {
			width: 55%;
			white-space: nowrap;
		}
		.hotellist__area__item__contact__tel {
			width: 40%;
			white-space: nowrap;
		}
	}