﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a:link {
	text-decoration: none;
}
html{
  	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
	background: #fff;
	font-size: 1.6rem;
	color: #1a1a1a;
	text-align: center;
}
img {
	max-width: 100%;
}
@media (min-width: 768px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}


/* header */
#header {
	z-index: 100;
	position: fixed;
	top: 0px;
	background: rgba(255,255,255,0.95);
	width: 100%;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}
.header .logoWrap {
	display: flex;
	align-items: center;
}
.header .logoWrap .logo {
	width: 211px;
	margin: 0 20px 0 0;
}
.header .logoWrap h1 {
	font-size: 14px;
}
.header .contactWrap {
	display: flex;
	align-items: stretch;
}
.header .contactWrap .tel span {
	font-family: 'Oswald', sans-serif;
	font-size: 4.2rem;
	display: block;
	margin: 0 0 5px;
}
.header .contactWrap .tel a,
.header .contactWrap .tel a:visited {
	color: #00ada9;
}
.header .contactWrap .contact-btn a {
	display: flex;
	align-items: center;
	margin: 0 0 0 20px;
	color: #fff;
	background: #00ada9;
	padding: 20px 40px;
	border-radius: 3px;
	transition: .5s;
}
.header .contactWrap .contact-btn a:hover {
	background: #3a9ad9;
}
.header .contactWrap .contact-btn i {
	font-size: 2.4rem;
	margin: 0 5px 0 0;
}
.header .contactWrap-sp {
	display: none;
}
@media (min-width: 992px) and ( max-width:1199px) {
.header {
	padding: 20px;
}
.header .logoWrap .logo {
	margin: 0 13px 0 0;
}
.header .contactWrap .tel span {
	font-size: 3.2rem;
}
.header .contactWrap .contact-btn a {
	margin: 0 0 0 15px;
	padding: 13px 26px;
	height: 100%
}
.header .contactWrap .contact-btn i {
	font-size: 1.8rem;
}
}
@media (min-width: 768px) and ( max-width:991px) {
.header {
	padding: 20px;
}
.header .logoWrap {
	display: block;
}
.header .logoWrap .logo {
	margin: 0 0 10px 0;
}
.header .contactWrap .tel span {
	font-size: 3.2rem;
}
.header .contactWrap .contact-btn a {
	margin: 0 0 0 15px;
	padding: 15px 30px;
	height: 100%;
}
.header .contactWrap .contact-btn i {
	font-size: 1.8rem;
}
}
@media (max-width: 767px) {
.header {
	padding: 15px;
}
.header .logoWrap .logo {
	margin: 0 0 10px 0;
	width: 175px;
}
.header .logoWrap {
	display: block;
}
.header .logoWrap h1 {
	font-size: 12px;
	text-align: left;
}
.header .contactWrap {
	display: none;
}
.header .contactWrap-sp {
	display: flex;
}
.header .contactWrap-sp .contact-btn a {
	margin: 0 0 0 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 25px;
	padding: 10px;
	display: block;
	background: #00ada9;
	color: #fff;
}
.header .contactWrap-sp .contact-btn i {
	font-size: 2.8rem;
	margin: 0px !important;
}
}

/* fv */
.fvWrap {
	padding: 124px 0 0;
	margin: 0 0 120px;
}
.fvWrap .voice {
	display: flex;
	justify-content: space-between;
}
.fvWrap .voice li {
	width: 33.333%;
	position: relative;
}
.fvWrap .voice li::before {
  content:"";
  display: block;
  padding-bottom: 107%;
}
.fvWrap .voice li.voice1 {
	background: url("../images/img_fv1.jpg") no-repeat center center;
	background-size: cover;
}
.fvWrap .voice li.voice2 {
	background: url("../images/img_fv2.jpg") no-repeat center center;
	background-size: cover;
}
.fvWrap .voice li.voice3 {
	background: url("../images/img_fv3.jpg") no-repeat center center;
	background-size: cover;
}
.fvWrap .voice li img {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: -20px 0 0 0;
	max-width: 317px;
	width: 79.5%;
}
.fvWrap .catchWrap {
	background: #3a9ad9;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.fvWrap .catchWrap h2 {
	font-weight: 700;
	font-size: 3.2rem;
	color: #fff;
	line-height: 1.8;
}
.fvWrap .catchWrap .time {
	font-size: 5.2rem;
	color: #f0c622;
	margin: 0 0 0 10px;
}
.fvWrap .catchWrap .catch {
	font-size: 4.8rem;
}
.fvWrap .voice-sp {
	display: none;
}
@media (min-width: 992px) and ( max-width:1199px) {
.fvWrap {
	padding: 93px 0 0;
	margin: 0 0 78px;
}
.fvWrap .voice {
	display: flex;
	justify-content: space-between;
}
.fvWrap .voice li img {
	width: 65%;
}
.fvWrap .catchWrap h2 {
	font-size: 2.8rem;
	margin: 0 20px 0 0;
}
.fvWrap .catchWrap .time {
	font-size: 4.4rem;
}
.fvWrap .catchWrap .catch {
	font-size: 4rem;
}
}
@media (min-width: 768px) and ( max-width:991px) {
.fvWrap {
	padding: 93px 0 0;
	margin: 0 0 78px;
}
.fvWrap .voice {
	display: flex;
	justify-content: space-between;
}
.fvWrap .voice li img {
	width: 65%;
}
.fvWrap .catchWrap {
	padding: 0 20px;
}
.fvWrap .catchWrap h2 {
	font-size: 2.8rem;
	margin: 0 20px 0 0;
}
.fvWrap .catchWrap .time {
	font-size: 3.8rem;
}
.fvWrap .catchWrap .catch {
	font-size: 3.2rem;
}
.fvWrap .catchWrap figure {
	width: 40%;
}
}
@media (max-width: 767px) {
.fvWrap {
	padding: 80px 0 0;
	margin: 0 0 60px;
}
.fvWrap .voice {
	display: none;
}
.fvWrap .voice-sp {
	display: block;
	margin: 0 auto;
}
.fvWrap .catchWrap {
	display: block;
	text-align: center;
	padding: 15px 15px 0;
}
.fvWrap .catchWrap h2 {
	font-size: 2rem;
	line-height: 1.8;
	margin: 0 0 15px;
}
.fvWrap .catchWrap .time {
	font-size: 3.2rem;
	margin: 0 0 0 10px;
}
.fvWrap .catchWrap .catch {
	font-size: 2.8rem;
}
.fvWrap .catchWrap figure {
	width: 85%;
	margin: 0 auto;
}
}
	
	

/* common */
.section {
	margin: 0 0 120px;
}
.section-title {
	margin: 0 0 60px;
	font-size: 4.8rem;
	font-weight: 700;
}
.section-title br {
	display: none;
}
.solutionWrap .section-title {
	font-size: 6.2rem;
	color: #00ada9;
	line-height: 1.3;
}
.solutionWrap .section-title span {
	display: block;
}
.cv {
	padding: 60px 0px;
	background: #00ada9;
	color: #fff;
	position: relative;
}
.cv h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.cv h2 br {
	display: none;
}
.cv h2 + p {
	font-size: 1.8rem;
}
.cv .contactWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
	position: relative;
}
.cv .contactWrap .tel span {
	font-family: 'Oswald', sans-serif;
	font-size: 6.2rem;
	color: #fff;
	display: block;
	margin: 0 0 5px;
}
.cv .contactWrap .tel a,
.cv .contactWrap .tel a:visited {
	color: #fff;
}
.cv .contactWrap .contact-btn a {
	display: flex;
	align-items: center;
	margin: 0 0 0 40px;
	color: #fff;
	background: #f0c622;
	padding: 20px 80px;
	border-radius: 3px;
	transition: .5s;
	font-size: 3.2rem;
}
.cv .contactWrap .contact-btn a:hover {
	background: #fff;
	color: #f0c622;
}
.cv .contactWrap .contact-btn i {
	font-size: 4.2rem;
	margin: 0 5px 0 0;
}
.cv .illust1 {
	position: absolute;
	top: -230px;
	right: 8%;
}
.cv .illust2 {
	position: absolute;
	top: -70px;
	left: 12%;
}
@media (min-width: 768px) and ( max-width:1199px) {
.section {
	margin: 0 0 78px;
}
.section-title {
	margin: 0 0 39px;
	font-size: 3.2rem;
}
.solutionWrap .section-title {
	font-size: 4.8rem;
}
.cv {
	padding: 39px 0px;
}
.cv h2 {
	font-size: 2.8rem;
	margin: 0 0 13px;
}
.cv h2 + p {
	font-size: 1.6rem;
}
.cv .contactWrap {
	margin: 26px 0 0;
}
.cv .contactWrap .tel span {
	font-size: 5.2rem;
}
.cv .contactWrap .contact-btn a {
	margin: 0 0 0 26px;
	padding: 13px 52px;
	font-size: 2.8rem;
}
.cv .contactWrap .contact-btn i {
	font-size: 3.6rem;
}
.cv .illust1 {
	position: absolute;
	top: -150px;
	right: 3%;
}
.cv .illust1 img {
	width: 190px;
}
.cv .illust2 {
	position: absolute;
	top: -70px;
	left: 12%;
}
.cv .illust2 img {
	width: 187px;
}
}
@media (min-width: 768px) and ( max-width:991px) {
.cv .illust1 {
	position: absolute;
	top: -80px;
	right: 5%;
}
.cv .illust1 img {
	width: 150px;
}
.cv .illust2 {
	position: absolute;
	top: -50px;
	left: 3%;
}
.cv .illust2 img {
	width: 150px;
}
}
@media (max-width: 767px) {
.section {
	margin: 0 0 60px;
}
.section-title {
	margin: 0 0 30px;
	font-size: 3.4rem;
	line-height: 1.3;
}
.section-title br {
	display: block;
}
.solutionWrap .section-title {
	font-size: 3rem;
}
.cv {
	padding: 15px 15px;
}
.cv h2 {
	font-size: 2.2rem;
	margin: 0 0 10px;
	line-height: 1.3;
	text-align: left;
}
.cv h2 + p {
	font-size: 1.4rem;
	text-align: left;
}
.cv h2 br {
	display: block;
}
.cv .contactWrap {
	margin: 15px 0 0;
	flex-wrap: wrap;
}
.cv .contactWrap .tel span {
	font-size: 4.4rem;
}
.cv .contactWrap .contact-btn {
	width: 100%;
}
.cv .contactWrap .contact-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0 0;
	color: #fff;
	background: #f0c622;
	padding: 10px;
	font-size: 2.2rem;
	width: 100%;
}
.cv .contactWrap .contact-btn i {
	font-size: 3rem;
}
.cv .illust1 {
	position: absolute;
	top: -70px;
	right: 15px;
}
.cv .illust1 img {
	width: 120px;
}
.cv .illust2 {
	position: absolute;
	top: -50px;
	right: 0px;
	left: auto;
}
.cv .illust2 img {
	width: 130px;
}
}


/* お悩み */
.solutionWrap .solution {
	display: flex;
	justify-content: center;
	margin: 0 auto 60px;
}
.solutionWrap .solution li:nth-child(2) {
	margin: 0 40px;
}
@media (min-width: 768px) and ( max-width:1199px) {
.worry {
	width: 85%;
	margin:  0 auto;
}
.solutionWrap .solution {
	width: 85%;
	margin: 0 auto 39px;
}
.solutionWrap .solution li:nth-child(2) {
	margin: 0 26px;
}
}
@media (max-width: 767px) {
.solutionWrap .solution {
	margin: 0 15px 30px;
	flex-wrap: wrap;
}
.solutionWrap .solution li {
	width: 49%;
}
.solutionWrap .solution li:nth-child(2) {
	margin: 0 0 0 2%;
}
}

/* 3つの安心 */
.solutionWrap .point-title {
	margin: 0 0 60px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding: 20px 40px;
}
.solutionWrap .point-title:before, .solutionWrap .point-title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 40px;
  height: 100%;
  display: inline-block;
}
.solutionWrap .point-title:before {
  border-left: solid 3px black;
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  left: 0;
}
.solutionWrap .point-title:after {
  content: '';
  border-top: solid 3px black;
  border-right: solid 3px black;
  border-bottom: solid 3px black;
  right: 0;
}
.solutionWrap .point-title span {
	display: block;
	color: #00ada9;
}
.solutionWrap .point {
	margin: 0 auto;
	display: inline-block;
}
.solutionWrap .point li {
	font-size: 3.2rem;
		font-weight: 700;
	color: #00ada9;
	text-align: left;
	margin: 0 0 30px;
	padding: 0 0 0 90px;
	min-height: 70px;
}
.solutionWrap .point li span {
	font-size: 1.6rem;
	color: #1a1a1a;
	display: block;
	margin: 10px 0 0;
}
.solutionWrap .point li.point1 {
	background: url("../images/icon_point1.svg") no-repeat left center;
	background-size: 70px auto;
}
.solutionWrap .point li.point2 {
	background: url("../images/icon_point2.svg") no-repeat left center;
	background-size: 70px auto;
}
.solutionWrap .point li.point3 {
	background: url("../images/icon_point3.svg") no-repeat left center;
	background-size: 70px auto;
}
	
@media (min-width: 768px) and ( max-width:1199px) {
.solutionWrap .point-title {
	margin: 0 0 39px;
	font-size: 4rem;
	padding: 13px 26px;
}
.solutionWrap .point-title:before, .solutionWrap .point-title:after { 
  	width: 26px;
}
.solutionWrap .point li {
	font-size: 2.4rem;
	margin: 0 0 20px;
	padding: 0 0 0 80px;
	min-height: 60px;
}
.solutionWrap .point li.point1 {
	background-size: 60px auto;
}
.solutionWrap .point li.point2 {
	background-size: 60px auto;
}
.solutionWrap .point li.point3 {
	background-size: 60px auto;
}
}
@media (max-width: 767px) {
.solutionWrap .point-title {
	margin: 0 0 30px;
	font-size: 2.8rem;
	padding: 15px 20px;
}
.solutionWrap .point-title:before, .solutionWrap .point-title:after { 
  width: 15px;
}
.solutionWrap .point-title:before {
  border-left: solid 2px black;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.solutionWrap .point-title:after {
  content: '';
  border-top: solid 2px black;
  border-right: solid 2px black;
  border-bottom: solid 2px black;
}
.solutionWrap .point {
	padding: 0 15px;
}
.solutionWrap .point li {
	font-size: 2rem;
	line-height: 1.3;
	margin: 0 0 15px;
	padding: 0 0 0 80px;
	min-height: 70px;
}
.solutionWrap .point li span {
	font-size: 1.4rem;
	margin: 5px 0 0;
	line-height: 1.3;
}
.solutionWrap .point li.point1 {
	background: url("../images/icon_point1.svg") no-repeat left top;
	background-size: 70px auto;
}
.solutionWrap .point li.point2 {
	background: url("../images/icon_point2.svg") no-repeat left top;
	background-size: 70px auto;
}
.solutionWrap .point li.point3 {
	background: url("../images/icon_point3.svg") no-repeat left top;
	background-size: 70px auto;
	margin: 0px;
}
}


/* 利用事例 */
.caseWrap h2 {
	margin: 120px 0 60px;
}
.caseWrap .case {
	text-align: left;
}
.caseWrap .case-title-home {
	font-size: 3.2rem;
	font-weight: 700;
	background: #00ada9;
	color: #fff;
	padding: 20px;
	display: inline-block;
}
.caseWrap .case-home {
	padding: 30px 30px 15px;
	background: #d9f3f2;
	border: solid 5px #00ada9;
	margin: 0 0 30px;
}
.caseWrap .case-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseWrap .case-home .case-list li {
	width: 24%;
	padding: 20px 20px 30px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	text-align: center;
	margin: 0 0 15px;
}
.caseWrap .case-home .case-list li p {
	margin: 20px 0 0 0;
	line-height: 1.3;
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}
.caseWrap .case-title-company {
	font-size: 3.2rem;
	font-weight: 700;
	background: #3a9ad9;
	color: #fff;
	padding: 20px;
	display: inline-block;
}
.caseWrap .case-company {
	padding: 30px 30px 15px;
	background: #e2f0f9;
	border: solid 5px #3a9ad9;
	margin: 0 0 30px;
}
.caseWrap .case-company .case-list li {
	width: 24%;
	padding: 40px 20px 30px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	text-align: center;
	margin: 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 269px;
	flex-wrap: wrap;
}
.caseWrap .case-company .case-list p {
	line-height: 1.3;
	font-size: 2.4rem;
}
@media (min-width: 768px) and ( max-width:1199px) {
.caseWrap h2 {
	margin: 78px 0 39px;
}
.caseWrap .case-title-home {
	font-size: 2.8rem;
	padding: 13px;
}
.caseWrap .case-home {
	padding: 20px 20px 13px;
	margin: 0 0 13px;
}
.caseWrap .case-home .case-list li {
	padding: 13px 13px 20px;
	margin: 0 0 13px;
}
.caseWrap .case-home .case-list li p {
	margin: 13px 0 0 0;
	font-size: 2rem;
	min-height: 52px;
}
.caseWrap .case-title-company {
	font-size: 2.8rem;
	padding: 13px;
}
.caseWrap .case-company {
	padding: 20px 20px 13px;
	margin: 0 0 30px;
}
.caseWrap .case-company .case-list li {
	padding: 13px 13px 20px;
	border-radius: 3px;
	margin: 0 0 13px;
	min-height: 218px;
}
.caseWrap .case-company .case-list p {
	font-size: 2rem;
}
}
@media (min-width: 768px) and ( max-width:991px) {
.caseWrap .case-home .case-list li p {
	font-size: 1.8rem;
	min-height: 46px;
}
.caseWrap .case-company .case-list li {
	min-height: 177px;
}
.caseWrap .case-company .case-list p {
	font-size: 1.8rem;
}
}
@media (max-width: 767px) {
.caseWrap h2 {
	margin: 60px 0 30px;
}
.caseWrap .case {
	text-align: left;
	padding: 0 15px;
}
.caseWrap .case-title-home {
	font-size: 2.2rem;
	padding: 15px;
}
.caseWrap .case-home {
	padding: 15px 15px 5px;
	border: solid 2px #00ada9;
	margin: 0 0 15px;
}
.caseWrap .case-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseWrap .case-home .case-list li {
	width: 48.5%;
	padding: 10px;
	margin: 0 0 15px;
}
.caseWrap .case-home .case-list li p {
	margin: 15px 0 0 0;
	font-size: 1.6rem;
	min-height: 46px;
}
.caseWrap .case-title-company {
	font-size: 2.2rem;
	padding: 15px;
}
.caseWrap .case-company {
	padding: 15px 15px 5px;
	border: solid 2px #3a9ad9;
	margin: 0px;
}
.caseWrap .case-company .case-list li {
	width: 48.5%;
	padding: 10px;
	min-height: 100px;
}
.caseWrap .case-company .case-list p {
	font-size: 1.6rem;
	margin: 15px 0 0;
}
}


/* 部屋タイプ */
.typeWrap {
	background: #f2f2f2;
	padding: 120px 0;
}
.typeWrap .roomWrap {
	margin: 0 0 60px;
}
.typeWrap .roomWrap .roomm-ph {
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}
.typeWrap .roomWrap .roomm-ph li {
	margin: 0 15px 0 0;
	position: relative;
}
.typeWrap .roomWrap .roomm-ph li .ph {
	border: solid 5px #00ada9;
}
.typeWrap .roomWrap .roomm-ph li .room-icon {
	width: 50px;
	position: absolute;
	top: -15px;
	left: -10px;
}
.typeWrap .roomWrap .roomm-ph li:last-child {
	margin: 0px;
}
.typeWrap .roomWrap .roomm-ph figcaption {
	margin: 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.3;
}
.typeWrap .rentWrap h3 {
	font-size: 3.2rem;
	font-weight: 700;
	padding: 20px 0 20px 20px;
	border-left: 10px solid #f0c622;
	text-align: left;
	margin: 0 0 30px;
}
.typeWrap .rentWrap .rent-list th {
	padding: 30px 40px;
	font-size: 2rem;
	font-weight: 500;
	background: #00ada9;
	color: #fff;
	border-right: solid 1px #f2f2f2;
	line-height: 1.3;
}
.typeWrap .rentWrap .rent-list td {
	padding: 20px;
	font-size: 1.8rem;
	background: #fff;
	border-bottom: dotted 1px #00ada9;
	line-height: 1.3;
}
.typeWrap .rentWrap .rent-list td .price {
	font-size: 2.4rem;
}
@media (min-width: 768px) and ( max-width:1199px) {
.typeWrap {
	padding: 78px 0;
}
.typeWrap .roomWrap {
	margin: 0 0 39px;
}
.typeWrap .roomWrap figure {
	width: 85%;
	margin: 0 auto;
}
.typeWrap .roomWrap .roomm-ph {
	margin: 39px 0 0;
}
.typeWrap .roomWrap .roomm-ph li {
	margin: 0 10px 0 0;
}
.typeWrap .roomWrap .roomm-ph li .room-icon {
	width: 40px;
	position: absolute;
	top: -15px;
	left: -10px;
}
.typeWrap .rentWrap h3 {
	font-size: 2.8rem;
	padding: 13px 0 13px 13px;
	border-left: 7px solid #f0c622;
	margin: 0 0 20px;
}
.typeWrap .rentWrap .rent-list th {
	padding: 20px 26px;
	font-size: 1.8rem;
}
.typeWrap .rentWrap .rent-list td {
	padding: 13px;
	font-size: 1.6rem;
}
.typeWrap .rentWrap .rent-list td .price {
	font-size: 2rem;
}
}
@media (min-width: 768px) and ( max-width:991px) {
.typeWrap .rentWrap .rent-list th {
	padding: 15px;
}
.typeWrap .rentWrap .rent-list td {
	padding: 10px;
}
.typeWrap .rentWrap .rent-list .brackets{
	display: block;
	font-size: 1.4rem;
}
}
@media (max-width: 767px) {
.typeWrap {
	padding: 60px 15px;
}
.typeWrap .roomWrap {
	margin: 0 0 30px;
}
.typeWrap .roomWrap .roomm-ph {
	margin: 30px 0 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.typeWrap .roomWrap .roomm-ph li {
	margin: 0 0 15px 0;
	width: 49%;
}
.typeWrap .roomWrap .roomm-ph li .ph {
	border: solid 2px #00ada9;
}
.typeWrap .roomWrap .roomm-ph li .room-icon {
	width: 30px;
	position: absolute;
	top: -10px;
	left: -5px;
}
.typeWrap .roomWrap .roomm-ph figcaption {
	font-size: 1.2rem;
}
.typeWrap .rentWrap h3 {
	font-size: 2.2rem;
	padding: 15px 0 15px 15px;
	border-left: 5px solid #f0c622;
	margin: 0 0 15px;
}
.typeWrap .rentWrap .rent-list {
	width: 100%;
}
.typeWrap .rentWrap .rent-list .rent-thead {
	display: none;
}
.typeWrap .rentWrap .rent-list tr {
	width: 100%;
}
.typeWrap .rentWrap .rent-list td {
	padding: 10px 10px 5px;
	font-size: 1.6rem;
	width: 100%;
	display: block;
	text-align: left;
	border-bottom: none;
	font-weight: bold;
}
.typeWrap .rentWrap .rent-list td:last-child {
   padding: 10px;
  }
.typeWrap .rentWrap .rent-list td:first-child {
    background: #00ada9;
    color: #fff;
    font-weight: bold;
	   padding: 10px;
  }

.typeWrap .rentWrap .rent-list td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
    font-weight: normal;
  }
.typeWrap .rentWrap .rent-list td .price {
	font-size: 1.8rem;
}
.typeWrap .rentWrap .rent-list .brackets{
	font-size: 1.4rem;
}
}
	
	

/* アクセス */
.access-text {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 30px;
}
.map {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.map .access-ph {
	width: 49%;
}
.map .access-map {
	width: 49%;
	border: solid 1px #e6e6e6;
	margin: 0 2% 0 0;
}
.map .access-map iframe {
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) and ( max-width:1199px) {
.access-text {
	font-size: 2rem;
	margin: 0 0 20px;
}
}
@media (max-width: 767px) {
.access-text {
	font-size: 1.6rem;
	margin: 0 15px 15px;
}
.map {
	display: block;
	padding: 0 15px;
}
.map .access-ph {
	width: 100%;
}
.map .access-map {
	width: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
	padding-bottom: 66.6%;
	position: relative;
}
.map .access-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
}

/* foooter */
.copyright {
	margin: 20px 0;
	font-size: 1.4rem;
	color: #999;
}
@media (max-width: 767px) {
.copyright {
	margin: 15px 0;
	font-size: 1.2rem;
}
}