/* screens smaller than 640---------------------------------------------------------- */
@media only screen and (max-width:640px) {

/*下層共通*/
/*------------------------------------------------------------------------------*/
.lead01 {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.lead01 p{
	font-size: calc(100% + 0.94vw);
}

/*layout*/
/*------------------------------------------------------------------------------*/
#contents {
	padding-bottom: 45px;
	border-top: 12px solid #FFF;
}

/*pagetitle_area*/
/*--------------------------------------------------------------------------------*/
.pagetitle {
	padding: 40px 0 30px;
}

/*bg*/
/*------------------------------------------------------------------------------*/
.bg01,
.bg02 {
	padding: 30px 4%;
}

/*bg_box*/
/*------------------------------------------------------------------------------*/
.bg_box h3 {
	margin: -60px 0 30px;
	text-align: center;
}
.bg_box h3 span {
	font-size: 20px;
}

/*subtitle*/
/*------------------------------------------------------------------------------*/
.subtitle03_01 {
	font-size: calc(100% + 2.19vw);
}
.subtitle04_01 {
	font-size: calc(100% + 1.6vw);
}

/*member*/
/*------------------------------------------------------------------------------*/
#member_box01 h3 {
	font-size: calc(100% + 1.6vw);
}
#member_box01 .unit01 {
	justify-content: center;
}
#member_box01 .unit01 li {
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
}
#member_box01 .unit01 li:nth-child(3n),
#member_box01 .unit01 li:last-child {
	margin-right: 0;
}
#member_box01 .unit01 li:before {
	right: -15px;
    top: calc(50% + 2vw);
	width: 15px;
    height: 15px;
}
#member_box01 .unit01 li:nth-child(3n):before,
#member_box01 .unit01 li:last-child:before {
	content: none;
}
#member_box01 .unit02 .text_box {
	width: 100%;
	margin-bottom: 30px;
}
#member_box01 .unit02 .img_box {
	width: 100%;
}
#member_box01 .unit02 dt {
	font-size: calc(100% + 0.94vw);
}
#member_box01 .unit02 dd {
	font-size: calc(100% + 0.3vw);
}

/*contact*/
/*------------------------------------------------------------------------------*/
#contact_box01 {
	font-size: calc(100% + 1.25vw);
	line-height: 1.2;
}
#contact_box01 .tel {
	margin: 25px 0;
}
#contact_box01 .tel a {
	font-size: 54px;
	padding-left: 70px;
	background: url("../images/icon01.png") no-repeat left center;
	background-size: 60px 60px;
	line-height: 60px;
}

/*looks*/
/*------------------------------------------------------------------------------*/
.looks_box01 li {
	width: 49%;
	margin-bottom: 2%;
}

/*injury*/
/*------------------------------------------------------------------------------*/
#injury_box01 {
	padding: 30px 4% 20px;
}
#injury_box01.bg_box h3 {
	margin-left: 0;
}
#injury_box01 .left_box {
	width: 100%;
	margin-bottom: 30px;
}
#injury_box01 h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
#injury_box01 .left_box dd {
	font-size: 16px;
}
#injury_box01 .right_box  {
	width: 100%;
}
#injury_box01 .right_box .unit01 {
	padding: 20px 10px 10px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#injury_box01 .right_box dd {
	font-size: 15px;
	width: calc(100% - 70px);
}

/*access*/
/*------------------------------------------------------------------------------*/
.access_root {
	padding-right: 0;
}
.access_root:before {
	content: none;
}

/*flow_box*/
/*------------------------------------------------------------------------------*/
#flow_box .left_box,
#flow_box .right_box {
	width: 100%;
	padding: 70px 2.34% 15px;
}
#flow_box .left_box {
	margin: 30px 1.67%;
}
#flow_box h3 {
	font-size: calc(100% + 1.56vw);
}
#flow_box dt:before {
	content: '';
	width: 90%;
	max-width: auto;
	max-width: initial;
}

/*w_peaceone*/
/*------------------------------------------------------------------------------*/
#w_peaceone_box01 p {
	font-size: calc(100% + 0.94vw);
}
#w_peaceone_box01 ul {
	margin: 0 3.125% 30px;
}
#w_peaceone_box01 li {
	font-size: 3.75vw;
	padding: 1.56vw;
	letter-spacing: -0.1em;
}
#w_peaceone_box01 li .sub {
	width: 37.5vw;
	height: 37.5vw;
}
#contents02 {
	width: 94%;
	padding: 20px 2.5%;
}
.w_peaceone_box02 p {
	font-size: calc(100% + 0.94vw);
	margin-bottom: 15px;
}
.w_peaceone_box02 .flex01,
.w_peaceone_box03 .flex01 {
	margin-bottom: 20px;
}
.w_peaceone_box02 .left_box {
	width: 100%;
}
.w_peaceone_box02 .right_box {
	width: 100%;
	text-align: center;
}
#contents02 .flex01 .unit {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#contents02 .flex01 .unit h3,
#contents02 .flex01 .unit h4,
#contents02 .flex01 .unit p {
	text-align: left;
}
#contents02 .flex01 .unit.order2 {
	order: 0;
}


/*calender*/
/*------------------------------------------------------------------------------*/
#calendar_box .left_box,
#calendar_box .right_box {
	width: 100%;
}
#calendar_box .left_box {
	margin-bottom: 40px;
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/

/* screens smaller than 540---------------------------------------------------------- */
@media only screen and (max-width:539px) {

/*contact*/
/*------------------------------------------------------------------------------*/
#contact_box01 .tel a {
	font-size: 36px;
	padding-left: 35px;
	background: url("../images/icon01.png") no-repeat left center;
	background-size: 30px 30px;
	line-height: 40px;
}

/*w_peaceone*/
/*------------------------------------------------------------------------------*/
#w_peaceone_box01 p br {
	display: none;
}
#w_peaceone_box01 p .in_bl {
	display: inline;
}
.balloon .sub {
	padding: 2.6%;
	font-size: calc(100% + 1.85vw);
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/

/* screens smaller than 420---------------------------------------------------------- */
@media only screen and (max-width:419px) {



/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/
