﻿/*accessメインビジュアル
-------------------------------------------------------------------------*/
#under_mv {
	background: url(../img/mv.jpg) no-repeat;
	background-size: cover;
	background-position: center 40%;
}
#under_mv h2 {
	background: #afc593;
}
.service_box {
	width: 90%;
	margin: 0 auto 30px;
}

.service_box p.read {
	text-align: center;
	font-size: 21px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 40px;
	color: #344f8f;
	position: relative;
}
.service_box p.read:before {
	content: "";
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #344f8f;
	border-radius: 2px;
}
h3 {
	margin: 0 auto 20px;
	color: #fff;
	background: url(../img/icon_h3.png) no-repeat 15px #6886c2;
	padding: 18px 55px;
	font-size: 1.5rem;
	clear: both;
}

.service_box .detail h4 {
	margin: 0 auto 20px;
	color: #365295;
	padding: 18px 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #365295;
}
.service_box .detail p {
	float: left;
	width: 750px;
}
.service_box .detail img {
	float: right;
	margin-bottom: 40px;
	width: 270px;
}
@media screen and (max-width: 767px) {
	#under_mv .inner {
		width: 100%;
	}
	.service_box .detail p,
	.service_box .detail img {
		float: none;
		width: 100%;
	}
}

/* お支払いについて ---------------- */
h2.h2_pink {
	background: #f19ca7!important;
}
#under_mv_price {
	background: url(../img/mv_price.jpg) no-repeat;
	background-size: cover;
	background-position: center 40%;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#under_mv_price h2 {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 25px;
	color: #7f7f7f;
	font-size: 2rem;
	letter-spacing: 7px;
	background: #fef4f4;
}
.nav_price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 20px;
}
.nav_price a:hover {
	opacity: 0.5;
}
.nav_price a {
	color: #7f7f7f;
	display: flex;
	text-align: center;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic ProN W4';
	width: 150px;
	height: 150px;
	background: #ffe7e7;
	padding: 10px;
	border-radius: 50%;
	justify-content: center;
  align-items: center;
}
.price_box {
	display: flex;
	justify-content: space-between;
}
.price_img_box {
	width: 350px;
	text-align: center;
}
.price_img_box img {
	width: 100%;
	margin-top: 10px;
}
.online_box {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.online_box div {
	text-align: center;
	margin-right: 25px;
}
.online_center {
	text-align: center;
}
.online_center img {
	width: 300px;
	margin: 15px 0;
}
img.android {
	width: 200px;
	margin: 10px 0;
}
img.iphone {
	width: 80px;
	margin: 10px 0;
}
h2.number {
	position: relative;
	overflow: hidden;
	padding: 15px 15px 15px 130px;
	background: #ffcccc;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 1.5rem;
	color: #7f7f7f;
}

h2.number:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	content: "";
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #ff7c80;
}

h2.number span {
	font-size: 40px;
	font-size: 2.5rem;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 16px;
	color: #fff;
}
.pri_rel {
	position: relative;
	padding-bottom: 45px;
}
.yazirushi {
	width: 645px;
	position: absolute;
	left: 230px;
	top: 160px;
}
.yazirushi img {
	width: 100%;
}
.pri_rel_img {
	width: 235px;
}
.pri_rel2 {
	position: relative;
	padding-bottom: 45px;
}
.yazirushi2 {
	width: 685px;
	position: absolute;
	left: 200px;
	top: 160px;
}
.yazirushi2 img {
	width: 100%;
}
.pri_rel_img {
	width: 235px;
}
img.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	#under_mv_price .inner {
		width: 100%;
	}
	.nav_price {
		display: block;
	}
	.nav_price a {
		width: 100%;
		height: 60px;
		border-radius: 15px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	.price_box {
		display: block;
	}
	.price_img_box {
		width: 100%;
		margin-top: 15px;
	}
	.online_box {
		display: block;
	}
	.online_box div {
		margin-right: 0;
	}
	.online_center img {
		width: 100%;
	}
	h2.number {
		padding: 1.2rem 1rem 1.2rem 80px;
		font-size: 1.2rem;
	}
	h2.number:before {
		width: 170px;
	}

	h2.number span {
		font-size: 2rem;
		left: -5px;
	}
	.yazirushi {
		display: none;
	}
	.yazirushi2 {
		display: none;
	}
	span.sp {
		display: none;
	}
	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}
}

/* 入院セットとは ---------------- */
.service_flex_box {
	display: flex;
	justify-content: space-between;
	gap: 25px;
}
.service_flex_box img {
	width: 270px;
	border-radius: 25px;
}
.nyuin_wrap {
	width: 80%;
	padding: 40px 20px;
	background: #e2f0d9;
	border-radius: 40px;
	margin: 20px auto 60px;
}
.nyuin_wrap h4 {
	text-align: center;
	font-size: 1.7rem;
	color: #1c8c42;
	margin-bottom: 35px;
}
.txtaC {
	text-align: center;
}
.nyuin_flex_box {
	display: flex;
	justify-content: center;
	gap: 30px 5%;
	flex-wrap: wrap;
}
.nyuin_box {
	width: 380px;
	padding: 15px;
	background: #fff;
	border-radius: 30px;
	position: relative;
}
p.nyuin_txt {
	height: 230px;
}
.nyuin_box_img {
	margin: 10px 0;
	text-align: center;
}
.nyuin_box img {
	width: 120px;
}
p.circle {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #a9d18e;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	left: -33px;
}
.cricle_flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
}
.circle_box {
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background: #e2f0d9;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_mt {
	margin-top: 130px;
}
h3.green {
	margin: 0 auto 20px;
	color: #fff;
	background: url(../img/icon_h3_green.png) no-repeat 15px #70ad47;
	padding: 18px 55px;
	font-size: 1.5rem;
	clear: both;
}
.nyu_flow {
	width: 90%;
	margin: 20px auto 80px;
	border: 1px solid #70ad47;
	padding: 15px 0;
	position: relative;
	border-radius: 20px;
}
.nyu_flow::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -95px;
	left: 45%;
	border-style: solid;
	border-color: #70ad47 transparent transparent transparent;
	border-width: 35px 50px;
	z-index: 1;
}
.nyu_flow:last-child::before {
	content: none;
}
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
p.flow_title {
	width: 100%;
	background: #e2f0d9;
	padding: 15px 55px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.flow_txt {
	padding: 0 55px;
}
.nyu_title {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
}
.ft_br {
	font-size: 18px;
}
p.cricle_title {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	color: #548235;
}
p.fl_cri {
	background: #70ad47;
}
p.cs {
	font-size: 2rem;
	color: #70ad47;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.service_flex_box {
		display: block;
	}
	.service_flex_box img {
		width: 100%;
		margin-top: 10px;
	}
	.nyuin_wrap {
		width: 100%;
		padding: 40px 10px;
	}
	.nyuin_wrap h4 {
		margin-bottom: 70px;
	}
	.nyuin_flex_box {
		display: block;
		gap: 30px 5%;
	}
	.nyuin_box {
		width: 95%;
		margin: 50px auto;
	}
	p.nyuin_txt {
		height: auto;
		padding-bottom: 30px;
	}
	p.circle {
		width: 65px;
		height: 65px;
		left: 0;
		right: 0;
		top: -32px;
		margin: auto;
	}
	.circle_box {
		width: 350px;
		height: 350px;
		margin-bottom: 20px;
		padding: 0 38px;
	}
	.box_mt {
		margin-top: 0;
	}
	.nyu_flow {
		width: 100%;
		margin: 45px auto 110px;
	}
	.dli-chevron-down {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		line-height: 1;
		width: 1em;
		height: 1em;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
	}
	p.flow_title {
		padding: 15px 5px;
		text-align: center;
		margin-top: 27px;
	}
	.flow_txt {
		padding: 0 15px;
	}
	.nyu_title {
		margin-top: 32px;
		margin-bottom: 10px;
	}
	.ft_br {
		margin-top: 32px;
	}
	p.cricle_title {
		font-size: 1.3rem;
	}
	h3.green span {
		line-height: 1.2rem;
	}
	.nyu_flow::before {
		left: 35%;
	}
}

/* 私物洗濯について ---------------- */
h2.h2_orange {
	background: #f4a460!important;
}
h3.orange {
	margin: 0 auto 20px;
	color: #fff;
	background: url(../img/icon_h3_orange.png) no-repeat 15px #f4a460;
	padding: 18px 55px;
	font-size: 1.5rem;
	clear: both;
}
.laundry_wrap {
	background: #fbe5d6;
}
.laundry_wrap h4 {
	color: #c55a11;
}
.laundry_wrap p.circle {
	background: #f4b183;
}
.laundry_wrap p.nyuin_txt {
	height: 270px;
}
.orange_cricle .circle_box {
	background: #fbe5d6;
}
.orange_cricle .cricle_title {
	color: #ed7d31;
}
.laundry_flow {
	border: 1px solid #ed7d31;
}
.laundry_flow .flow_title {
	background: #fbe5d6;
}
.laundry_flow p.circle {
	background: #ed7d31;
}
.laundry_flow::before {
	border-color: #ed7d31 transparent transparent transparent;
}
p.cs_orange {
	font-size: 2rem;
	color: #f4a460;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.laundry_wrap p.nyuin_txt {
		height: auto;
		padding-bottom: 30px;
	}
	span.sp_br {
		display: block;
		line-height: 1.3rem;
		margin-top: 10px;
		text-align: left;
	}
}

/* よくあるご質問 ---------------- */
h3.h3_blue {
	background: #68a4d9!important;
}
h2.h2_blue {
	background: #4496d3!important;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	gap: 20px;
}
.menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 5px;
	background: #68a9cf;
	text-align: center;
	display: block;
	width: 273px;
	border-radius: 25px;
	font-family: 'Hiragino Maru Gothic ProN W4';
}
.menu li a::after {
	display: inline-block;
	transform: translateY(-25%) rotate(45deg);
	width: 5px;
	height: 5px;
	margin-left: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transition: transform 0.5s;
}
.menu li a:hover {
	opacity: 0.7;
}
.qa-7 {
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	box-shadow:
		0 4px 4px rgb(0 0 0 / 2%),
		0 2px 3px -2px rgba(0 0 0 / 5%);
	background-color: #fff;
}
.qa-7 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em 1em 3em;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Hiragino Maru Gothic ProN W4';
}
.qa-7 summary::before,
.qa-7 p::before {
	position: absolute;
	left: 1em;
	font-weight: 600;
	font-size: 1.3em;
	font-family: 'Hiragino Maru Gothic ProN W4';
}
.qa-7 summary::before {
	color: #75bbff;
	content: "Q";
}
.qa-7 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #333333b3;
	border-right: 3px solid #333333b3;
	content: "";
	transition: transform 0.5s;
}
.qa-7[open] summary::after {
	transform: rotate(225deg);
}
.qa-7 p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0.3em 3em 1.5em;
	color: #333;
	transition:
		transform 0.5s,
		opacity 0.5s;
}
.qa-7[open] p {
	transform: none;
	opacity: 1;
}
.qa-7 p::before {
	color: #ff8d8d;
	line-height: 1.2;
	content: "A";
}
@media screen and (max-width: 767px) {
	.menu ul {
		display: block;
	}
	.menu li a {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* オンライン申込み手続き方法 ---------------- */
h2.num_green {
	background: #e2f0d9;
}
h2.num_green::before {
	background: #70ad47;
}
.online_wrap {
	margin-bottom: 50px;
}
.online_img_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.online_img_box p {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.online_img_box img {
	width: 300px;
	border: 1px solid #ccc;
}
img.img_pc {
	width: 500px;
}
.red {
	color: red;
}
.online_txt_box {
	display: flex;
	gap: 10px;
	margin-bottom: 45px;
	align-items: center;
	margin-top: 10px;
}
.sns_android {
	width: 112px;
}
.sns_iphone {
	width: 45px;
}
.copy_box {
	background: #fff2cc;
	padding: 20px;
	border: 1px solid #7f6000;
	border-radius: 15px;
	margin: 30px auto;
	width: 80%;
}
p.copy_title {
	font-size: 18px;
	color: #7f6000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
  margin-bottom: 30px;
}
.copy_flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 30px;
	margin-bottom: 20px;
}
.copy_flex_box p {
	width: 500px;
}
.copy_flex_box img {
	width: 200px;
}
.dli-caret-down {
  display: block;
  vertical-align: middle;
  color: #7f6000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2em 4em;
  border-top-color: currentColor;
  border-bottom: 0;
	margin: 30px auto;
}
p.online_menu {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu_img_box {
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
	margin-bottom: 30px;
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #548235;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2em 1.5em;
  border-left-color: currentColor;
  border-right: 0;
}
.menu_img_box img {
	width: 250px;
	border: 1px #ccc solid;
}
.img_pc_box img {
	width: 500px;
}
.img_pc_box2 {
	gap: 20px;
}
.img_pc_box2 img {
	width: 320px;
}
img.menu_img {
	width: 70%;
}
img.menu_img2 {
	width: 60%;
}
img.bl_none {
	border: none;
}
@media screen and (max-width: 767px) {
	.online_img_box {
		display: block;
	}
	.online_img_box img {
		width: 100%;
		margin-bottom: 15px;
	}
	img.img_pc {
		width: 100%;
		margin-bottom: 15px;
	}
	.sns_android {
		width: 100px;
	}
	.sns_iphone {
		width: 41px;
	}
	.copy_box {
		padding: 15px;
		width: 100%;
	}
	p.copy_title {
		font-size: 18px;
	}
	.copy_flex_box {
		display: block;
	}
	.copy_flex_box p {
		width: 100%;
	}
	.copy_flex_box img {
		width: 100%;
		margin-bottom: 15px;
	}
	.menu_img_box img {
		width: 100%;
		margin-bottom: 15px;
	}
	img.menu_img {
		width: 100%;
		margin-bottom: 15px;
	}
	img.menu_img2 {
		width: 100%;
		margin-bottom: 15px;
	}
	.dli-caret-down {
		border-width: 1.5em 3em;
	}
	.menu_img_box {
		display: block;
	}
	.dli-caret-right {
		display: block;
		line-height: 1;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 1.5em 3em;
		border-top-color: currentColor;
		border-bottom: 0;
		margin: 10px auto 20px;
	}
	.menu_img_box img {
		width: 100%;
	}
	.img_pc_box img {
		width: 100%;
	}
	.img_pc_box2 img {
		width: 100%;
	}
}

.service_btn_box {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
}
.service_btn_box a {
	width: 250px;
	padding: 10px;
	background: #e19f30;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
.service_btn_box a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.service_btn_box {
		display: block;
	}
	.service_btn_box a {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
}
p,h2,h3,h4 {
	font-family: 'Hiragino Maru Gothic ProN W4';
}


.movie_box{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.movie_box iframe{
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 767px) {

	.movie_box iframe{
		height: 200px;
	}

}