@charset "UTF-8";

a {color: inherit;}

.sns a {transition: all 0.3s ease;}
.sns a:hover {opacity: 0.6;}

header {position: relative;}
header .mv {
	overflow: visible;
	height: auto;
	width: 100%;
	position: relative;
}
header .mv picture {
	width: 100%;
	height: 100%;
}
header .mv picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

header .mv .tArea {
	position: relative;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
	margin: auto;
	padding: 60px 0;
	
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
}

header .mv h1 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 60px;
	font-size: 3.4em;
	font-weight: 600;
	color: #62b10c;
	line-height: 1.4;
}
header .mv h1 i {
	font-style: normal;
	letter-spacing: -0.05em;
}
header .mv h1 br {display: none;}
@media screen and (max-width: 680px){
	header .mv h1 {font-size: 7.0vw;}
}
@media screen and (max-width: 420px){
	header .mv h1 {font-size: 9.2vw; margin-top: 5vw;}
	header .mv h1 br {display: inline;}
}


header .mv p.fromSt {text-align: center; font-size: 1.1em;}
header .mv p.fromSt > span {display: inline-block;}
header .mv p.fromSt > span:first-child {margin-right: 15px;}
@media screen and (max-width: 680px){
	header .mv p.fromSt > span {display: block;}
	header .mv p.fromSt > span:first-child {margin-right: 0px; margin-bottom: 5px;}
}
header .mv > .imgArea {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
}
header .mv > .imgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}





header .hdInfo {
	color: #000;
	font-weight: 500;
	margin-top: 15px;
}
header .hdInfo > ul {
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
header .hdInfo > ul > li {
	/*text-align: right;*/
	margin: 0 15px;
	display: flex;
	justify-content: center;
	line-height: 1.2;
	font-size: 1.1em;
	flex-wrap: wrap;
}
header .hdInfo > ul > li:not(.tel) > span {
	display: flex;
	align-items: center;
	height: 100%;
}
header .hdInfo > ul > li:not(.tel) > span:first-child {
	background: #4c9625;
	color: #fff;
	margin-right: 10px;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 3px 6px;
	border-radius: 3px;
}

header .hdInfo > ul > li i {display: inline-block; margin: 0 5px;}

header .hdInfo > ul > li.tel { width: 100%; margin-top: 20px; font-size: 3.0em; align-items: center; font-weight: 600; margin-bottom: 20px;}
header .hdInfo > ul > li.tel > span:first-child {
	width: 50px;
	margin-right: 12px;
}
header .mv .tArea .sns {
	display: flex;
	justify-content: center;
	position: static;
margin-top: 30px;
}
header .mv .tArea .sns > div {
	width: 50px;
	margin: 0 10px;
}
/*header .mv .tArea .sns > div:first-child {margin-right: 15px;}*/

@media screen and (max-width: 700px){
	header .hdInfo > ul > li {width: 100%;}
	header .hdInfo > ul > li:last-child {margin-top: 20px;}
	
	/*
	header .hdInfo > ul > li:not(.tel) > span {display: inline-block;}
	header .hdInfo > ul > li:not(.tel) > span:first-child  {line-height: 1; height: auto; padding: 5px 10px;}
	header .hdInfo > ul > li:not(.tel) > span:last-child {width: 100%; text-align: center; margin-top: 10px;}
	*/
}
@media screen and (min-width: 421px) and (max-width: 500px){
	
	header .hdInfo > ul > li:not(.tel) > span {display: inline-block;}
	header .hdInfo > ul > li:not(.tel) > span:first-child  {line-height: 1; height: auto; padding: 5px 20px; margin-right: 0;}
	header .hdInfo > ul > li:not(.tel) > span:last-child {width: 100%; text-align: center; margin-top: 5px;}
}
/*
@media screen and (max-width: 420px){
	header .hdInfo > ul > li:not(.tel) > span:last-child i {display: none;}
	header .hdInfo > ul > li:not(.tel) > span:last-child br.sp {display: inline;}
}
*/

@media screen and (max-width: 420px){
	
	header .hdInfo > ul > li.tel {font-size: 13vw; margin-bottom: 30px;}
	header .hdInfo > ul > li.tel > span:first-child {width: 12vw;}
	
	header .hdInfo > ul > li {
	justify-content: flex-start;
		flex-wrap:nowrap;
		align-items: flex-start;
	}
	header .hdInfo > ul > li:not(.tel) > span {line-height: 1.4}
	header .hdInfo > ul > li:not(.tel) > span:first-child {width: 65px; height: auto; text-align: center;}
	header .hdInfo > ul > li:not(.tel) > span:last-child {width: calc(100% - 75px)}
	header .hdInfo > ul > li:not(.tel) > span:last-child i {display: none;}
	header .hdInfo > ul > li:not(.tel) > span:last-child br.sp {display: inline;}
}

@media screen and (max-width : 520px ){
	header .hdInfo > ul > li, header .mv p.fromSt {font-size: 1.3em;}
}





header nav {
	position: fixed;
	/*left: 0;*/
	right: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	z-index: 500;
	transition:  all 0.3s ease-in-out;
	top: 0;
}
@media screen and (min-width: 981px){
	header nav {
		display: flex;
	justify-content: space-between;
	align-items: center;
	}
	
header .shopLogo {
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition:  all 0.3s ease;
	font-weight: 600;
	font-size: 1.3em;
	margin-left: 25px;
}
header nav > ul {
	display: flex;
	justify-content: flex-end;
	margin-right: 25px;
}
header nav > ul > li {margin: 0 0px 0 0px;}
header nav > ul > li:not(:last-child) {
	border-right: 1px solid #333;
	transition:  all 0.3s ease;
}
header nav > ul > li a {
	color: #333;
	font-size: 1.1em;
	font-weight: 500;
	padding: 20px;
	transition:  all 0.3s ease;
	position: relative;
}
header nav > ul > li a:hover {}
header nav > ul > li a::before {
	content: '▼';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg) scale(0.6);
	left: -3px;
	opacity: 0;
	transition:  all 0.3s ease;
}
header nav > ul > li a:hover::before {
	opacity: 1;
	left: 3px;
}
.scrolling header nav {background: #62b10c;}
.scrolling header nav > ul > li:not(:last-child) {border-right-color: #fff;}
.scrolling header nav > ul > li a {color: #fff;}
.scrolling header .shopLogo {
	opacity: 1;
	visibility: visible;
}
}

@media screen and (max-width: 1080px){
	header .shopLogo {margin-left: 10px;}
	header nav > ul {margin-right: 0px}
}
@media screen and (max-width: 980px){
	header nav {
		height: 100%;
		background: #62b10c;
		font-size: 1.6em;
		padding: 60px 50px 50px;
		right: -100%;
		width: 86%;
	}
	.openMenu header nav {right: 0;}
	header .shopLogo {
		color: #fff;
		font-weight: 600;
		margin-left: 0;
		margin-bottom: 30px;
		font-size: 1.2em;
	}
	header nav > ul {}
	header nav > ul > li {}
	header nav > ul > li {
		box-sizing: border-box;
		padding: 0px 0 0px;
		margin: 15px 0;
		border-bottom: 1px solid #fff;
	}
	header nav > ul > li a {color: #fff; display: block; box-sizing: border-box; padding: 5px 0;}
}
@media screen and (max-width: 748px){
	header nav {font-size: 1.2em;}
}
@media screen and (max-width: 520px){
	header nav {padding: 60px 20px 20px}
}
@media screen and (max-width: 350px){
	header .shopLogo br.sp {display: inline-block;}
}

























footer {}
footer .wrap {padding: 0;}


.ftInfo {
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
	margin-top: 15px;
}
.ftInfo .posi {font-size: 0.9em; margin-bottom: 20px;}

.ftInfo > ul {display: flex; justify-content: center; flex-wrap: wrap;}
.ftInfo > ul > li {
	/*text-align: center;*/
	margin: 0 10px;
	display: flex;
	justify-content: center;
	line-height: 1.2;
	align-items: center;
	font-size: 1.1em;
	flex-wrap: wrap;
}
.ftInfo > ul > li:not(.tel) > span {
	display: flex;
	align-items: center;
	height: 100%;
}
.ftInfo > ul > li:not(.tel) > span:first-child {
	background: #fff;
	color: #4c9625;
	margin-right: 10px;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 3px 6px;
	border-radius: 3px;
}




.ftInfo > ul > li.tel { width: 100%; margin-top: 30px; font-size: 2.6em; align-items: center; font-weight: 600;}
.ftInfo > ul > li.tel > span:first-child {
	width: 46px;
	margin-right: 12px;
}
.ftInfo > ul > li span i {display: inline-block; margin: 0 5px;}

.ftInfo > ul > li.addTxt01 {
	margin-top: 15px;
	font-size: 1em;
	line-height: 1.6;
}


@media screen and (max-width: 700px){
	.ftInfo > ul > li {width: 100%;}
	.ftInfo > ul > li:first-child {margin-bottom: 20px;}
}
@media screen and (max-width: 560px){
	.ftInfo .addTxt01 br.sp {display: inline;}
}
@media screen and (max-width : 520px ){
	.ftInfo > ul > li, .ftInfo .addTxt01 {font-size: 1.3em;}
	
}
@media screen and (min-width: 421px) and (max-width: 500px){
	
	.ftInfo > ul > li:not(.tel) > span {display: inline-block;}
	.ftInfo > ul > li:not(.tel) > span:first-child  {line-height: 1; height: auto; padding: 5px 20px; margin-right: 0;}
	.ftInfo > ul > li:not(.tel) > span:last-child {width: 100%; text-align: center; margin-top: 5px;}
}
@media screen and (max-width: 420px){
	
	.ftInfo > ul > li.tel {font-size: 13vw; /*margin-bottom: 30px;*/}
	.ftInfo > ul > li.tel > span:first-child {width: 12vw;}
	
	.ftInfo > ul > li {
	justify-content: flex-start;
		flex-wrap:nowrap;
		align-items: flex-start;
		text-align: left;
	}
	.ftInfo > ul > li:not(.tel) > span {line-height: 1.4}
	.ftInfo > ul > li:not(.tel) > span:first-child {width: 65px; height: auto; text-align: center;}
	.ftInfo > ul > li:not(.tel) > span:last-child {width: calc(100% - 75px)}
	.ftInfo > ul > li:not(.tel) > span:last-child i {display: none;}
	.ftInfo > ul > li:not(.tel) > span:last-child br.sp {display: inline;}
	
	.ftInfo > ul > li.addTxt01 {justify-content: center;}
}
@media screen and (max-width:380px){
	footer .name {font-size: 7vw;}
}





main p {font-size: 1.1em; line-height: 1.8;}

section > .wrap {
	/*margin-bottom: 150px;*/

	padding-bottom: 100px;
	padding-top: 100px;
	
}


h2 {font-size: 2.8em; font-weight: 400; margin-bottom: 50px; text-align: center; color: #62b10c;}
@media screen and (max-width: 580px){
	h2 {font-size: 7.4vw;}
}
@media screen and (max-width: 420px){
	h2 {font-size: 8.0vw;}
}

#plan {
	/*background: #f6f4eb;*/
	/*background:url("../images/test.jpg") no-repeat right top;*/
	position: relative;
}
#plan .fbox01 {}
#plan .fbox01 .tArea {
	width: 100%;
}
#plan .fbox01 .tArea p {text-align: center; line-height: 2.2; font-size: 1.1em; font-weight: 500}
@media screen and (max-width: 960px){
	#plan .fbox01 .tArea p br.sp {display: inline;}
}
@media screen and (max-width: 690px){
	#plan .fbox01 .tArea p br {display: none!important;}
	#plan .fbox01 .tArea p {text-align: left;}
}

#plan .fbox01 .tArea .imgs {margin-top: 60px;}
#plan .fbox01 .tArea .imgs ul {display: flex; justify-content: space-between;}
#plan .fbox01 .tArea .imgs ul li {
	/*width: calc(33.333% - 15px);*/
	width: calc(50% - 10px);
	max-width: 610px;
	
	height: 320px;
	background: #333;
	border-radius: 10px;
	overflow: hidden;
}

#plan .fbox01 .tArea .imgs ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px){
	#plan .fbox01 .tArea .imgs ul li { height: 26vw; min-height: 150px}
}
@media screen and (max-width: 680px){
	#plan .fbox01 .tArea .imgs ul li {width: calc(50% - 5px);}
}
@media screen and (max-width: 420px){
	#plan .fbox01 .tArea .imgs ul {display: block;}
	#plan .fbox01 .tArea .imgs ul li {width: 100%;  height: 150px}
	#plan .fbox01 .tArea .imgs ul li:first-child {margin-bottom: 10px;}
}

#plan .fbox01 .imgArea {
	width: calc(40% - 40px);
	overflow: hidden;
	border-radius: 20px;
}
#plan .fbox01 .imgArea picture {}
#plan .fbox01 .imgArea picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	
}
/*
#plan .fbox01 .imgArea::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	box-shadow: inset 0px 0px 25px 15px rgba(255, 255, 255, 1);
}
*/
#plan .wrap > .imgArea {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 1;
	height: 100%;
	width: 70%;
}
#plan .wrap > .imgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
#plan .wrap > .imgArea::after, #plan .wrap > .imgArea::before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#plan .wrap > .imgArea::after {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#plan .wrap > .imgArea::before {
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);

}

@media screen and (max-width: 900px){
	#plan .wrap > .imgArea {width: 100%;}
	/*#plan .wrap > .imgArea img {object-position:left top ;}*/
}

@media screen and (max-width: 420px){
	#plan .wrap > .imgArea {opacity: 0.7;}
}

/******/










#menu_and_fee {background: #f6f4eb;}

#menu_and_fee .outline {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
	align-items: center;
	flex-wrap: wrap;
}
/*
#menu_and_fee .outline > div {
	font-weight: 500;
	font-size: 1.8em;
	width: 100px;
	letter-spacing: 0.1em;
	padding-left: 30px;
}
#menu_and_fee .outline > ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 140px);
	border-left: 1px solid #333;
	padding-left: 40px;
}
*/
#menu_and_fee .outline > div {
	font-weight: 500;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	/*padding-left: 30px;*/
	
	box-sizing: border-box;
	text-align: right;
	width: 110px;
}
#menu_and_fee .outline > ul {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-left: 1px solid #333;
	padding-left: 30px;
	margin-left: 30px;
	width: calc(100% - 140px);
}

#menu_and_fee .outline > ul > li {
	font-size: 1.1em;
	line-height: 2;
}
#menu_and_fee .outline > ul > li:not(:last-child)::after {
	content: '、';
}
@media screen and (max-width: 1180px){
	#menu_and_fee .outline > div {width: 90px;}
	#menu_and_fee .outline > ul {
		width: calc(100% - 120px);
		padding-left: 20px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 600px){
	#menu_and_fee .outline > div {width: 100%; font-size: 1.5em; text-align: left;}
	#menu_and_fee .outline > ul {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		border-left: none;
		border-top: 1px solid #333;
		top: 10px;
		margin-top: 10px;
	}
}

#menu_and_fee .menus {}
#menu_and_fee .menus > section {}
#menu_and_fee .menus > section .fbox02 {
	/*align-items: center;*/
	
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 6px;
	
}
#menu_and_fee .menus > section:not(:last-child) .fbox02 {margin-bottom: 50px;}
#menu_and_fee .menus > section  .tArea {
	width: calc(100% - 440px);
	display: flex;
	align-items: center;
}
#menu_and_fee .menus > section  .tArea h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #62b10c;
	font-weight: 400;
}
@media screen and (max-width: 600px){
	#menu_and_fee .menus > section  .tArea h3 {font-size: 1.5em;}
}
#menu_and_fee .menus > section  .tArea p {line-height: 1.6;}
#menu_and_fee .menus > section  .tArea .fee {margin-top: 20px;}
#menu_and_fee .menus > section  .tArea .fee > ul {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
#menu_and_fee .menus > section  .tArea .fee > ul > li {
	display: flex;
	box-sizing: border-box;
	/*padding: 8px 0;*/
	/*border-bottom: 1px solid #333;*/
	
	align-items: center;
}
#menu_and_fee .menus > section  .tArea .fee > ul > li:not(:last-child) {
	border-right:1px solid #333;
	padding-right: 20px;
	margin-right: 20px;
}

#menu_and_fee .menus > section  .tArea .fee > ul > li span {font-weight: 600;}
#menu_and_fee .menus > section  .tArea .fee > ul > li span:first-child {
	/*width: 80px;*/
	margin-right: 20px;
	/*
	box-sizing: border-box;
	padding: 3px;
	background: #333;
	color: #fff;
	*/
	/*
	border-right: 2px solid #ccc;
	margin-right: 20px;
	*/
	/*color: #62b10c;*/
	/*color: #888;*/
	font-weight: normal;
}
#menu_and_fee .menus > section  .tArea .fee > ul > li span small {font-weight: normal;}
#menu_and_fee .menus > section  .tArea .fee > ul > li span b {font-size: 1.2em; line-height: 1;}
#menu_and_fee .menus > section  .imgArea {
	width: 50%;
	max-width: 400px;
	overflow: hidden;
	border-radius: 10px;
}
#menu_and_fee .menus > section  .imgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 980px){
	#menu_and_fee .menus > section  .tArea {width: calc(65% - 30px);}
	#menu_and_fee .menus > section  .imgArea {width: 35%;}
}

@media screen and (max-width: 780px){
	#menu_and_fee .menus > section .fbox02 {display: block;}
	#menu_and_fee .menus > section  .tArea {width: 100%; margin-bottom: 30px;}
	#menu_and_fee .menus > section  .imgArea {width: 100%; max-width: none; height: 300px;}
}
@media screen and (max-width: 640px){
	#menu_and_fee .menus > section  .imgArea {height: 42vw;}
}
@media screen and (max-width: 460px){
	#menu_and_fee .menus > section .fbox02 {padding: 15px;}
	#menu_and_fee .menus > section .tArea .fee > ul > li:not(:last-child) {padding-right: 10px; margin-right: 10px;}
	#menu_and_fee .menus > section .tArea .fee > ul > li span:first-child {margin-right: 10px;}
}
@media screen and (max-width: 400px){
	#menu_and_fee .menus > section  .tArea .fee > ul > li {width: 100%;}
	#menu_and_fee .menus > section .tArea .fee > ul > li:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		border-bottom: 1px solid #333;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}



#businessDay {}
#businessDay p {
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}




#aboutUs {background: #f3f6eb;}
#aboutUs .fbox01 {flex-wrap: wrap;}
#aboutUs .tArea {
	width: calc(100% - 300px);
}
#aboutUs h3 {
	margin-bottom: 25px;
	font-size: 1.8em;
	font-weight: 500;
}
@media screen and (max-width: 600px){
	#aboutUs h3 {font-size: 1.5em;}
}
#aboutUs .profArea {width: 250px;}
#aboutUs .profArea {}
#aboutUs .profArea .imgArea {
	border-radius: 8px;
	overflow: hidden;
}
#aboutUs .profArea .prof {margin-top: 10px;}
#aboutUs .profArea .prof .name {font-weight: 500; margin-bottom: 5px;}
#aboutUs .profArea .prof > p {font-size: 0.85em; line-height: 1.4}


@media screen and (min-width: 749px) and (max-width: 1080px){
	#aboutUs .tArea {width: calc(76% - 40px);}
	#aboutUs .profArea {width: 24%;}
}
@media screen and (max-width: 900px){
	#aboutUs h3 br {display: none;}
}

@media screen and (max-width: 748px){
	#aboutUs .tArea {width: 100%; margin-bottom: 40px;}
	#aboutUs .profArea {
		max-width: 250px;
		width: 70%;
		margin: auto;
	}
}










/*
.test03:not(.add01) #plan .wrap > .imgArea {display: none;}
.test03:not(.add01) #plan .fbox01 .tArea {width: 100%}
*/










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



#reservation {}
#reservation .contact {}
#reservation .contact > p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 20px;
}

.howtoContact {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#reservation .contact .tel {
	font-size: 3.0em;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 100px
}
#reservation .contact .tel > span:first-child {
	width: 50px;
	margin-right: 12px;
}

#reservation .sns {
	display: flex;
}
#reservation .sns .item {width: 70px; margin: 10px;}
/*#reservation .sns .item:first-child {margin-right: 20px;}*/

@media screen and (max-width: 640px){
	#reservation .contact > p br.sp {display: inline;}
	.howtoContact {display: block;}
	#reservation .contact .tel {margin-right: 0;}
	#reservation .contact .tel > span:first-child {width: 40px;}
	#reservation .sns {justify-content: center; margin-top: 40px;}
}
@media screen and (max-width : 520px ){
	#reservation .contact > p {font-size: 1.4em;}
}
@media screen and (max-width: 340px){
	#reservation .contact .tel {font-size: 12.5vw;}
}


#reservation .contact .addTxt01 {
	text-align: center;
	font-weight: 500;
	color: #F06800;
	font-size: 1.2em;
	text-decoration: underline;
	text-underline-offset: 5px;
}
@media screen and (min-width: 421px) and (max-width: 940px){
	#reservation .contact .addTxt01 br.sp {display: inline;}
}
@media screen and (max-width : 420px ){
	#reservation .contact .addTxt01 {text-align: left;}
}

.access {margin-top: 60px;}
.access .map {}
.access .map iframe {width: 100%; border-radius: 10px;}
.access > p {margin-top: 10px; text-align: center;}






#insurance {}

.insurance_cnt {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: auto;
}
.insurance_cnt .box01 {
	width: calc(50% - 10px);
	max-width: 460px;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0,0,0,0.05);
	border-radius: 6px;
}
.insurance_cnt .imgArea {
	overflow: hidden;
    border-radius: 8px;
	margin-bottom: 15px;
}
.insurance_cnt .tArea {}
.insurance_cnt .tArea p {line-height: 1.4}
.insurance_cnt .tArea p:not(.cap) {letter-spacing: -0.01em;}
.insurance_cnt .tArea p.cap {margin-top: 5px}

@media screen and (max-width: 960px){
	/*.insurance_cnt .box01 {width: calc(50% - 10px);}*/
}
@media screen and (max-width: 860px){
	.insurance_cnt .box01 {/*padding: 10px;*/ width: calc(50% - 5px);}
}
@media screen and (max-width: 748px){
	.insurance_cnt {display: block;}
	.insurance_cnt .box01 {width: 100%; margin: auto;}
	.insurance_cnt > .box01:first-child {margin-bottom: 30px;}
}
@media screen and (max-width: 420px){
	.insurance_cnt .box01 {padding: 15px;}
}



@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
