@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }

/*===　見出し　===*/
h2 {
	font-family:
   YuGothic,
   -apple-system,
   BlinkMacSystemFont,
   "Helvetica Neue",
   "ヒラギノ角ゴ ProN W3",
   Hiragino Kaku Gothic ProN,
   Arial,
   "メイリオ",
   Meiryo,
   sans-serif;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

h2 span {
	font-weight: 400;
	line-height: 1rem;
}


/*===　上下パディング　===*/
.mypage_inner {
	padding-bottom: 4rem;
	padding-top: 2rem;
}

/*===　注釈　===*/
.mypage_note p {
	font-weight: 400;
	text-align: left;
}

/*===　moreリンク　===*/
.mypage_more_link {
	border-style: solid;
	border-width: 1px;
	height: 3.6rem;
	position: relative;
}

.mypage_more_link a {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	/* height: 3.6rem; */
	height: 1.6rem;
	line-height: 1em;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.mypage_more_link a::after {
	border-top: 1px solid;
	border-right: 1px solid;
	content: '';
	height: 10.5px;
	position: absolute;
	right: 1.05rem;
	top: 30%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 10.5px;
}

.mypage_link_box_w {
	background-color: rgba(255, 255, 255, 0.41);
	border-color: #fff;
}

.mypage_link_box_w a {
	color: #fff;
}

.mypage_link_box_w a::after {
	border-color: #fff;
}

.mypage_link_box_b {
	border-color: #003246;
}

.mypage_link_box_b a {
	color: #003246;
}

.mypage_link_box_b a::after {
	border-color: #003246;
}

.mypage_link_box_w_shadow {
	background-color: rgba(255, 255, 255, 0.41);
}

.mypage_link_box_w_shadow a::after {
	box-shadow: 1px -1px 1px #fff;
}

/*===　囲みボックス　===*/
.mypage_kakomi_box {
	box-sizing: border-box;
}


.mypage_font_1rem {
font-size:1rem;
}


/*===　Message　===*/
.mypage_message {
	background-color: #003246;
	color: #fff;
	margin-bottom: 4rem;
}

.mypage_message h2 {
	color: #fff;
	margin-top: 2rem;
}

.mypage_message p {
	font-weight: 600;
	margin-top: 4rem;
}

.mypage_message .mypage_note p {
	font-weight: 400;
}

.mypage_message_text {
text-align:left;
margin:4rem;
}

/*===　Rates＆Availability　===*/
.mypage_rates h2 {
	color: #003246;
}


.mypage_rates p {
	color: #003246;
	font-weight: 600;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
}

.mypage_rates .mypage_img_box {
	background-image: url('./img/img-rates.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.mypage_rates .mypage_margin {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.mypage_rates .mypage_more_link {
	/* margin: 3rem auto 0; */
	width: 18rem;
}


/*===　Business On-Off Swicthing　===*/
.mypage_switching {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.mypage_switching h2,
.mypage_switching_intro p {
	color: #003246;
}

p.mypage_switching_intro {
	font-weight: 600;
}

.mypage_on_off_box {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.mypage_on_off_box p {
	color: #fff;
	font-weight: 400;
}

p.mypage_switch_word {
	font-weight: 600;
}

.mypage_business_on {
	background-color: #E4491C;
}

.mypage_business_off {
	background-color: #0387B1;
}

.mypage_business_on,
.mypage_business_off {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
}

.mypage_icon_circle {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.mypage_switching .mypage_more_link {
	margin: 0 auto;
	width: 12.1rem;
}

/*===　Voice from Tenant　===*/
.mypage_voice h2 {
	color: #003246;
}

.mypage_voice p {
	color: #003246;
	font-weight: 600;
	text-align: left;
}

.mypage_voice .mypage_kakomi_box {
	background-color: #fff;
	border: solid 1px #003246;
	display: flex;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.mypage_voice .mypage_kakomi_box img {
	border-radius: 10px;
}

.mypage_voice .mypage_more_link {
	width: 12.1rem;
}

/*===　Surrouning　===*/
.mypage_surrouning h2 {
	color: #003246;
}

.mypage_surrouning p {
	color: #fff;
	font-weight: 600;
	text-align: left;
}

.mypage_surrouning .mypage_img_box {
	background-image: url('./img/img-surrouning.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.mypage_surrouning .mypage_margin {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: 5rem;
	margin-right: 5rem;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.mypage_surrouning .mypage_more_link {
	width: 18rem;
}

/*===　Access　===*/
.mypage_access h2 {
	color: #003246;
}

.mypage_access_box {
	background-color: #003246;
}

.mypage_access .mypage_gmap {
	height: 0;
	margin-bottom: 2rem;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}

.mypage_access .mypage_gmap iframe {
	height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mypage_access .mypage_link_box_w {
	width: 18rem;
}

/*===　Flow　===*/
.mypage_flow h2 {
	color: #003246;
}

.mypage_flow_box {
	background-color: #0387B1;
	display: flex;
	padding: 6rem 0;
}

.mypage_flow_box p {
	color: #fff;
	font-weight: 600;
	text-align: left;
}

.mypage_flow .mypage_more_link {
	width: 18rem;
}

/*===　FAQ　===*/
.mypage_faq .mypage_inner {
	padding-bottom: 0;
}

.mypage_faq h2 {
	color: #003246;
}

.mypage_faq p {
	color: #003246;
	font-weight: 600;
	text-align: left;
}

.mypage_faq .mypage_kakomi_box {
	background-color: #fff;
	border: solid 1px #003246;
	display: flex;
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.mypage_faq .mypage_more_link {
	width: 12rem;
}


/* 曜日貸しtext banner */
.mypage_week_text_banner {
	border-radius: 10px;
	box-shadow: 3px 3px 6px #00000029;
	margin: 20px;
	padding-bottom: 20px;
}
.mypage_week_text_banner_header {
	align-items: center;
	background-color: #89C74A;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 5.2px;
	padding: 30px 0;
}
.mypage_week_text_banner_header strong {
	color: #E35955;
	font-weight: bold;
	font-size: 26px;
	font-style: normal;
}
.mypage_week_text_banner_body {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0 10px;
}
.mypage_week_text_banner_body img {
	width: 40px;
	height: 40px;
	margin: 0 4px;
}
.mypage_week_text_banner_price {
	font-size: 24px;
	font-weight: bold;
	color: #89C74A;
	margin-left: 20px;
}
.mypage_week_text_banner_button {
	margin: 0 auto;
	width: 160px;
	height: 36px;
	background-color: #89C74A;
	border: 1px solid #89C74A;
	box-sizing: border-box;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 28px;
}
.mypage_week_text_banner_button,
.mypage_week_text_banner_button:visited,
.mypage_week_text_banner_button:hover{
	color: #fff;
	text-decoration: none;
}

.mypage_week_text_banner_button::after {
	content: "";
	width: 8px;
  	height: 8px;
  	border: 0px;
  	border-top: solid 1px #fff;
  	border-right: solid 1px #fff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 24.6px;
}

/* コロナ感染防止text banner */
.mypage_covid19_text_banner {
  background-color: #fff;
	border-radius: 10px;
  /* border: 1px solid #2d3f18; */
	box-shadow: 3px 3px 6px #00000029;
	margin: 20px;
	padding: 30px 10px;
  color: #E35955;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.mypage_covid19_text_banner span {
  font-size: 26px;
  letter-spacing: 0.52rem;
}

.mypage_covid19_text_banner_button {
	margin: 0 auto;
	width: 160px;
	height: 36px;
	background-color: #fff;
	border: 1px solid #E35955;
	box-sizing: border-box;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 28px;
}
.mypage_covid19_text_banner_button,
.mypage_covid19_text_banner_button:visited,
.mypage_covid19_text_banner_button:hover{
	color: #E35955;
	text-decoration: none;
}

.mypage_covid19_text_banner_button::after {
	content: "";
	width: 8px;
  	height: 8px;
  	border: 0px;
  	border-top: solid 1px #E35955;
  	border-right: solid 1px #E35955;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 24.6px;
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {
	/*===　見出し　===*/
	h2 {
		font-size: 2rem;
		letter-spacing: .4rem;
	}

	h2 span {
		font-size: 1.4rem;
		letter-spacing: 0.42rem;
	}

	/*===　左右マージン　===*/
	.mypage_margin {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	/*===　注釈　===*/
	.mypage_note p {
		font-size: 1.2rem;
	}

	/*===　囲みボックス　===*/
	.mypage_kakomi_box {
		padding: 2rem;
	}

	/*===　Message　===*/
	.mypage_message p {
		font-size: 1.8rem;
		line-height: 3rem;
	}

	.mypage_message .mypage_note p {
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-top: 3rem;
	}


	/*===　Rates＆Availability　===*/
	.mypage_rates .mypage_img_box {
		height: 22.8rem;
	}

	.mypage_rates .mypage_img_box p {
		font-size: 1.6rem;
	}

	.mypage_rates .mypage_more_link {
		margin: 3rem auto 0;
	}

	/*===　Business On-Off Swicthing　===*/
	p.mypage_switching_intro {
		font-size: 1.6rem;
		margin-top: 1.5rem;
		text-align: left;
	}

	.mypage_on_off_box {
		margin-top: 3rem;
		width: 100%;
	}

	.mypage_on_off_box p {
		font-size: 1.4rem;
		letter-spacing: .14rem;
	}

	.mypage_on_off_box img {
		height: 5rem;
		width: 5rem;
	}

	p.mypage_switch_word {
		font-size: 1.6rem;
		letter-spacing: .16rem;
		margin: 0 auto 2rem;
	}

	.mypage_icon_circle {
		height: 8rem;
		margin: 2rem auto;
		width: 8rem;
	}

	/*===　Voice from Tenant　===*/
	.mypage_voice p {
		font-size: 1.6rem;
	}

	.mypage_voice .mypage_kakomi_box {
		width: 100%;
	}

	.mypage_voice .mypage_kakomi_box {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.mypage_voice .mypage_kakomi_box img {
		margin-bottom: 3.05rem;
		margin-top: 2rem;
		width: 100%;
	}

	/*===　Surrouning　===*/
	.mypage_surrouning .mypage_margin {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.mypage_surrouning .mypage_margin p {
		font-size: 1.6rem;
		}

	.mypage_surrouning .mypage_img_box {
		height: 25.5rem;
	}

	.mypage_surrouning .mypage_more_link {
		margin: 3rem auto 0;
	}

	/*===　Access　===*/
	.mypage_access_box {
		padding: 2rem 0;
		width: 100%;
	}

	.mypage_access .mypage_gmap {
	  padding-bottom: 97.3%;
	}

	.mypage_access .mypage_link_box_w {
		margin: 2rem auto 0;
	}

	/*===　Flow　===*/
	.mypage_flow_box {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 100%;
}

	.mypage_flow_box p {
		font-size: 1.6rem;
	}

	.mypage_flow .mypage_more_link {
		margin: 3rem auto 0;
	}

	/*===　FAQ　===*/
	.mypage_faq p {
		font-size: 1.6rem;
	}

	.mypage_faq .mypage_kakomi_box {
		width: 100%;
	}

	.mypage_faq .mypage_kakomi_box {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.mypage_faq .mypage_more_link {
		margin: 3rem auto 0;
	}

  /* コロナ感染防止text banner */
  .mypage_covid19_text_banner {
    flex-direction: column;
	}

  .mypage_covid19_text_banner span {
    font-size: 24px;
  }

  .mypage_covid19_text_banner_button {
  	margin: 10px 0 0 0;
  }

}

/*===============================================
●PC用（700px以上）
===============================================*/
@media screen and (min-width:700px){
	/*===　見出し　===*/
	h2 {
		font-size: 2.6rem;
		letter-spacing: .6rem;
	}

	h2 span {
		font-size: 1.6rem;
		letter-spacing: 0.52rem;
	}

	/*===　左右マージン　===*/
	.mypage_margin {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	/*===　注釈　===*/
	.mypage_note p {
		font-size: 1.2rem;
	}

	/*===　囲みボックス　===*/
	.mypage_kakomi_box {
		padding: 2rem;
	}

	/*===　Message　===*/
	.mypage_message p {
		font-size: 2rem;
		line-height: 3.4rem;
	}

	.mypage_message .mypage_note p {
		font-size: 1.4rem;
		text-align: center;
	}

	/*===　Rates＆Availability　===*/
	.mypage_rates .mypage_img_box {
		align-items: center;
		display: flex;
		justify-content: center;
		max-height: 71.3rem;
		min-height: 48.6rem;
	}

	.mypage_rates .mypage_img_box p {
		font-size: 2rem;
	}

	.mypage_rates .mypage_more_link {
		margin: 6rem auto 0;
	}

	/*===　Business On-Off Swicthing　===*/
	p.mypage_switching_intro {
		font-size: 2rem;
		margin-top: 2.6rem;
		text-align: center;
	}

	.mypage_on_off_box {
		margin-top: 3rem;
		width: 100%;
	}

	.mypage_on_off_box p {
		font-size: 1.6rem;
		letter-spacing: .18rem;
	}

	.mypage_on_off_box img {
		height: 5rem;
		width: 5rem;
	}

	p.mypage_switch_word {
		font-size: 1.8rem;
		letter-spacing: .2rem;
		margin: 0 auto 2rem;
	}

	.mypage_icon_circle {
		height: 8rem;
		margin: 2rem auto;
		width: 8rem;
	}

	/*===　Voice from Tenant　===*/
	.mypage_voice p {
		font-size: 1.6rem;
	}

	.mypage_voice .mypage_kakomi_box {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 2.05rem;
		margin-top: 2rem;
		width: 100%;
	}

	.mypage_voice .mypage_kakomi_box img {
		margin-bottom: 3.05rem;
		margin-top: 2rem;
		width: 46.1rem;
	}

	/*===　Surrouning　===*/
	.mypage_surrouning .mypage_img_box {
		align-items: center;
		display: flex;
		justify-content: center;
		max-height: 71.3rem;
		min-height: 48.6rem;
	}

	.mypage_surrouning .mypage_img_box p {
		font-size: 2rem;
	}

	.mypage_surrouning .mypage_more_link {
		margin: 6rem auto 0;
	}

	/*===　Access　===*/
	.mypage_access_box {
		padding: 2.4rem 0;
		width: 100%;
	}

	.mypage_access .mypage_gmap {
	  padding-bottom: 63.3%;
	}

	.mypage_access .mypage_link_box_w {
		margin: 3rem auto 1rem;
	}

	/*===　Flow　===*/
	.mypage_flow_box {
		align-items: center;
		box-sizing: border-box;
		flex-direction: column;
		height: 27.6rem;
		justify-content: center;
		width: 100%;
}

	.mypage_flow_box p {
		font-size: 2rem;
	}

	.mypage_flow .mypage_more_link {
		margin: 6rem auto 0;
	}

	/*===　FAQ　===*/
	.mypage_faq p {
		font-size: 2rem;
	}

	.mypage_faq .mypage_kakomi_box {
		align-items: center;
		flex-direction: column;
		height: 27.6rem;
		justify-content: center;
		width: 100%;
	}

	.mypage_faq .mypage_more_link {
		margin: 6rem auto 0;
	}


	/* 曜日貸しtext banner */
	.mypage_week_text_banner {
		margin-left:30px;
		margin-right:30px;
	}
	.mypage_week_text_banner_header {
		font-size: 26px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mypage_week_text_banner_header strong::before,
	.mypage_week_text_banner_header strong::after {
		content: "　";
	}

  /* コロナ感染防止text banner */
	.mypage_covid19_text_banner {
		margin-left:30px;
		margin-right:30px;
    flex-direction: column;
	}
  .mypage_covid19_text_banner_button {
  	margin: 30px 0 0 0;
  }

}
