@charset "utf-8";
/* CSS Document */

/* 基本設定
----------------------------------------------------------- */

/* ★　例）トップページのgnaviのみPC時はメニュー表示する場合　★ */
/*.hamburger-button {
	display: none;
}*/



/* ヘッダースタイル
----------------------------------------------------------- */

/* ★　例）トップページのgnaviのみPC時はメニュー表示する場合　★ */
/*header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}*/



/* ビジュアルスタイル
----------------------------------------------------------- */
#visual {
	overflow: hidden;
	background: #FFFFFF;
}



/* ページスタイル
----------------------------------------------------------- */

/* 代表者挨拶 */
#greeting #greeting_inner {
	max-width: 1000px;
	margin: 0 auto;
	/*margin: 0 100px;*/
	padding: 45px 40px;
	border: 1px solid #AEC33D;
	border-left: 10px solid #AEC33D;
	border-right: 10px solid #AEC33D;
	background: rgba(256,256,256,0.80);
}


/* 訪問マッサージのご案内 */
#massage_info ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#massage_info ul li {
	position: relative;
	width: 454px;
	min-height: 70px;
	margin: 30px 20px 15px 20px;
	padding: 10px 10px 10px 80px;
	border-left: 3px dotted #A7C01F;
	border-bottom: 3px dotted #A7C01F;
	background: rgba(256,256,256,0.80);
}
#massage_info ul li::before {
	position: absolute;
	top: -30px;
	left: -20px;
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
}
#massage_info ul li:nth-of-type(1)::before {
	background: url(../images/i_ico_massage_info01.png) 0 0 no-repeat;
}
#massage_info ul li:nth-of-type(2)::before {
	background: url(../images/i_ico_massage_info02.png) 0 0 no-repeat;
}
#massage_info ul li:nth-of-type(3)::before {
	background: url(../images/i_ico_massage_info03.png) 0 0 no-repeat;
}
#massage_info ul li:nth-of-type(4)::before {
	background: url(../images/i_ico_massage_info04.png) 0 0 no-repeat;
}
#massage_info ul li:nth-of-type(5)::before {
	background: url(../images/i_ico_massage_info05.png) 0 0 no-repeat;
}
#massage_info ul li:nth-of-type(6)::before {
	background: url(../images/i_ico_massage_info06.png) 0 0 no-repeat;
}


/* マッサージ・リハビリによる治療の目的 */
#purpose #purpose_inner {
	max-width: 1000px;
	margin: 0 auto;
	background: url(../images/bg_purpose01.png) 0px center no-repeat, url(../images/bg_purpose02.png) right 0px center no-repeat;
	overflow: hidden;
}
#purpose #purpose_inner ul {
	width: 400px;
	margin: 0 auto;
}
#purpose #purpose_inner ul li {
	position: relative;
	margin: 35px 0 5px 0;
	padding: 5px 5px 5px 55px;
	font-size: 2.0rem;
	color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #FFFFFF;
	border-radius: 20px;
	background: #FF7054;
}
#purpose #purpose_inner ul li::before {
	position: absolute;
	top: -34px;
	left: -2px;
	content: '';
	display: inline-block;
	width: 52px;
	height: 75px;
	background: url(../images/i_ico_purpose.png) 0 0 no-repeat;
}


/* 対象となる症状 */
#target #target_inner {
	max-width: 1000px;
	margin: 0 auto;
}
#target #target_inner ul {
	width: 493px;
	margin: 0 0 0 25px;
	padding: 45px 50px;
	border-left: 3px dotted #A7C01F;
	border-bottom: 3px dotted #A7C01F;
	background: rgba(256,256,256,0.80);
}
#target #target_inner ul li {
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 47px;
}
#target #target_inner ul li::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	display: inline-block;
	width: 37px;
	height: 33px;
	background: url(../images/i_ico_target.png) 0 0 no-repeat;
}
#target #target_inner #target_photo {
	position: relative;
}
#target #target_inner #target_photo img {
	position: absolute;
	content: '';
	display: block;
}
#target #target_inner #target_photo img:nth-of-type(1) {
	top: 125px;
	right: 135px;
	z-index: 1;
}
#target #target_inner #target_photo img:nth-of-type(2) {
	top: 0px;
	right: -110px;
	z-index: 0;
}


/* お申込みの流れ */
#application_flow ul {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#application_flow ul li {
	width: 235px;
	min-height: 235px;
	margin-bottom: 25px;
}
#application_flow ul li dl {
	position: relative;
	border: 5px solid #AEC33D;
	border-radius: 20px;
	background: #FFFFFF;
	height: 100%;
}
#application_flow ul li dl::after {
	position: absolute;
	top: 10px;
	right: -23px;
	content: '';
	display: block;
	width: 39px;
	height: 60px;
	background: url(../images/i_arrow_application_flow.png) 0 0 no-repeat;
	z-index: 5;
}
#application_flow ul li dl dt {
	display: flex;
	align-items: center;
	min-height: 75px;
	padding: 3px 20px 3px 3px;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 13px 13px 0 0;
	background: #E1F18C;
}
#application_flow ul li dl dt img {
	margin-right: 5px;
}
#application_flow ul li dl dd {
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
#application_flow ul li:nth-of-type(1) dl {
	background: url(../images/bg_application_flow01.png) right 10px bottom 10px no-repeat #FFFFFF;
}
#application_flow ul li:nth-of-type(2) dl {
	background: url(../images/bg_application_flow02.png) right 10px bottom 10px no-repeat #FFFFFF;
}
#application_flow ul li:nth-of-type(3) dl {
	background: url(../images/bg_application_flow03.png) right 10px bottom 10px no-repeat #FFFFFF;
}
#application_flow ul li:nth-of-type(4) dl {
	border-color: #F6806C;
	background: url(../images/bg_application_flow04.png) right 10px bottom 10px no-repeat #FFFFFF;
}
#application_flow ul li:nth-of-type(4) dl::after {
	display: none;
}
#application_flow ul li:nth-of-type(4) dl dt {
	justify-content: center;
	padding: 0;
	background: #FFC3B3;
}


/* 治療費用 */
#cost #cost_inner {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 35px 65px 35px 65px;
	text-align: center;
	border: 5px solid #AEC33D;
	background: #FFFFFF;
}
#cost #cost_inner::before {
	position: absolute;
	top: -20px;
	left: -5px;
	content: '';
	display: block;
	width: 43px;
	height: 91px;
	background: url(../images/bg_cost_leaf_l.png) 0 0 no-repeat;
	z-index: 5;
}
#cost #cost_inner::after {
	position: absolute;
	top: -15px;
	right: 0;
	content: '';
	display: block;
	width: 49px;
	height: 100px;
	background: url(../images/bg_cost_leaf_r.png) 0 0 no-repeat;
	z-index: 5;
}
#cost #cost_inner #region {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #78513A;
	overflow: hidden;
}
#cost #cost_inner #region #region_detail {
	float: right;
	width: 405px;
	padding: 15px;
	text-align: left;
	background: #FFECAA;
}
#cost #cost_inner #region #region_detail p {
	font-size: 15px;
}
#cost #cost_inner #region #region_detail #region_text01 {
	padding-bottom: 30px;
	background: url(../images/bg_region_text.png) center bottom no-repeat;/**/
	filter: drop-shadow(0px 0px 2px #6FAF00);
}
#cost #cost_inner #region #region_detail #region_text01 span {
	display: block;
	padding: 15px 15px 15px 15px;
	text-align: center;
	color: #FF1919;
	font-size: 2.0rem;
	font-weight: bold;
	background: #FFFFFF;
}
#cost #cost_inner #region #region_detail #region_text02 {
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 50px;
	box-shadow: 0px 0px 3px 0px #6FAF00;
	background: #FFFFFF;
}
#cost #cost_inner #region #region_detail #region_text02 span {
	color: #FF4800;
}
#cost #cost_inner table {
	text-align: left;
}
#cost #cost_inner p.caution {
	display: inline-block;
	text-indent: -1.0em;
	padding-left: 1.0em;
}


/* アクセス */
#access {
	width: 100%;
}
#access iframe {
	margin-bottom: 20px;
}
#access #access_inner {
	position: relative;
	width: 741px;
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
	font-size: 1.4rem;
	border: 1px solid #A7C01F;
	background: rgba(256,256,256,0.75);
}
#access #access_inner::before {
	position: absolute;
	top: -4px;
	left: -4px;
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images/i_ico_tri01.png) 0 0 no-repeat;
	z-index: 5;
}
#access #access_inner::after {
	position: absolute;
	right: -5px;
	bottom: -4px;
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images/i_ico_tri02.png) 0 0 no-repeat;
	z-index: 5;
}
#access #access_inner #access_company {
	display: flex;
	justify-content: center;
	align-items: center;
}
#access #access_inner #access_company #access_company_name {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 1px solid #B9CF42;
	margin: 0 45px 20px 0;
	padding: 15px 5px 15px 15px;
}
#access #access_inner #access_company #access_company_name:after {
  content: "";
  position: absolute;
	top: 0;
  /*top: 1px;*/
  left: 1px;
  width: calc(100% - 2px);
	height: calc(100%);
  /*height: calc(100% - 2px);*/
	border-left: 5px solid #B9CF42;
}
#access #access_inner #access_company table {
	width: 437px;
}
#access #access_inner .access_inner_box {
	margin-bottom: 25px;
}


/* ご予約・お問い合わせ */
#contact {
	width: 100%;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	background: url(../images/bg_contact.jpg) center 0 repeat-x #FFFFFF;
}
#contact p {
	margin-bottom: 25px;
}
#contact #reservation_text {
	color: #FF5252;
}
#contact #contact_inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
	background: rgba(256,256,256,0.80);
}
#contact #contact_inner::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images/i_ico_tri01.png) 0 0 no-repeat;
	z-index: 5;
}
#contact #contact_inner::after {
	position: absolute;
	right: -1px;
	bottom: 0px;
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images/i_ico_tri02.png) 0 0 no-repeat;
	z-index: 5;
}
#contact #contact_inner #contact_hours {
	display: flex;
	justify-content: center;
}
#contact #contact_inner #contact_hours dl {
	display: flex;
	margin: 0 10px 20px 10px;
	background: #FFFFFF;
}
#contact #contact_inner #contact_hours dl dt {
	padding: 1px 10px;
	color: #FFFFFF;
}
#contact #contact_inner #contact_hours dl dd {
	padding: 1px 10px;
}
#contact #contact_inner #contact_hours dl:nth-of-type(1) dt {
	background: #78513A;
}
#contact #contact_inner #contact_hours dl:nth-of-type(1) dd {
	border: 1px solid #78513A;
}
#contact #contact_inner #contact_hours dl:nth-of-type(2) dt {
	background: #FF5252;
}
#contact #contact_inner #contact_hours dl:nth-of-type(2) dd {
	border: 1px solid #FF5252;
}



@media screen and (max-width: 1199px) {	/* PC固定幅からのブレイクポイント */
	
	/* 基本設定
	----------------------------------------------------------- */
	
	/* ★　例）トップページのgnaviのみPC時はメニュー表示する場合　★ */
	/*.hamburger-button {
		display: block;
	}*/
	
	/* 訪問マッサージのご案内 */
	#massage_info ul {
		padding: 30px 5% 0 5%;
	}
	
	
	/* 対象となる症状 */
	#target #target_inner ul {
		margin-left: 5%;
	}
	#target #target_inner #target_photo img:nth-of-type(1) {
		top: 125px;
		left: 35%;
		right: 0;
		margin: 0 auto;
		width: 20%;
	}
	#target #target_inner #target_photo img:nth-of-type(2) {
		top: 0px;
		left: 65%;
		right: 0;
		margin: 0 auto;
		width: 30%;
	}
	
	
	/* お申込みの流れ */
	#application_flow ul {
		justify-content: space-around;
		width: 100%;
	}
	
	
	/* 治療費用 */
	#cost #cost_inner #region #region_detail {
		display: inline-block;
		float: none;
		width: auto;
		margin-top: 20px;
	}
	
}


@media screen and (max-width: 999px) {	/* 999pxからのブレイクポイント */
	
	/* お申込みの流れ */
	#application_flow ul {
		flex-wrap: wrap;
		width: 235px;
	}
	#application_flow ul li {
		width: 100%;
	}
	#application_flow ul li dl::after {
		top: auto;
		right: 0;
		bottom: -35px;
		left: 0;
		margin: 0 auto;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 959px) {	/* タブレットからのブレイクポイント */
	
	/* 代表者挨拶 */
	#greeting #greeting_inner {
		padding: 7% 4%;
	}
	
	
	/* マッサージ・リハビリによる治療の目的 */
	#purpose #purpose_inner {
		background: none;
	}
	
	
	/* 対象となる症状 */
	#target #target_inner {
		text-align: center;
	}
	#target #target_inner ul {
		display: inline-block;
		float: none;
		width: auto;
		margin: 0 auto;
		padding: 7%;
		text-align: left;
	}
	#target #target_inner #target_photo {
		display: none;
	}
	
	
	/* 治療費用 */
	#cost #cost_inner {
		width: 100%;
		padding: 35px 5% 35px 5%;
	}
	
	
	/* アクセス */
	#access #access_inner {
		width: 98%;
		padding: 20px 5% 20px 5%;/**/
	}
	#access #access_inner #access_company {
		flex-wrap: wrap;
	}
	#access #access_inner #access_company #access_company_name {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#access #access_inner #access_company table {
		width: 100%;
	}
	
	
	/* ご予約・お問い合わせ */
	#contact #contact_inner {
		width: 100%;
		padding: 20px 5% 20px 5%;
	}
	#contact #contact_inner #contact_hours {
		flex-wrap: wrap;
	}
	
}

@media screen and (max-width: 479px) {	/* スマートフォンからのブレイクポイント */
	
	/* 訪問マッサージのご案内 */
	#massage_info ul {
		padding: 30px 10px 0 25px;
	}
	#massage_info ul li {
		width: 100%;
		height: auto;
		margin: 30px 0 15px 0;
	}
	
	
	/* マッサージ・リハビリによる治療の目的 */
	#purpose #purpose_inner ul {
		width: 100%;
		margin: 0;
	}
	
	
	/* お申込みの流れ */
	#application_flow ul {
		width: 100%;
	}
	
}