@charset "UTF-8";
/*書式設定
----------------------------------*/
@font-face {
  font-family: "Yu Mincho";
  src: local(Yu Mincho Medium),
       local(Yu Mincho);
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:18px;
	color: #333333;
	font-family: 'Noto Sans Japanese', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
	line-height:1.5em;
	background:#FFFFFF;
}

/*floatの解除*/
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#ffffa7;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.ver_sp {display: none;}

/* header */
header {padding: 0;}
header .logo_sp {
	margin:10px auto;
}
header .headBox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
header .headBox .titleBoxwrap {
	width: 100%;
	margin: auto;
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
header .headBox .titleBoxwrap .contents {
	position: relative;
}
header .headBox .titleBoxwrap .contents img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
header .headBox .titleBoxwrap .contents .btn {
	display: block;
	width: 720px;
	position: absolute;
	left:20px;
	bottom:130px;
}

#menuBoxwrap {
	width: 100%;
}
.menuBox {
	width: 100%;
	background-color: #4a8aa0;
}
.menuBox .menu {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.menuBox .menu li {
	border-right: 1px solid #fff;
	padding: 5px 30px;
}
.menuBox .menu li:first-child {
	padding-left: 0;
}
.menuBox .menu li:last-child {
	border-right: none;
	padding-right: 0;
}
.menuBox .menu li a {
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	display: block;
	font-weight: bold;
}
.menuBox .menu li a:hover {
	color:#ffffa7;
}


/* main */
section {
	padding:100px 0; 
}
section.greyBgwrap {
	background:url(../images/back_ptn.png) repeat;
	padding:100px 0; 
}

.contents {
	max-width: 1100px;
	margin: 0 auto;
}
.contents h2 {
	font-weight: bold;
	color:#4a8aa0;
	font-size: 28px;
	text-align: center;
	margin:0px auto 40px;
}
.contents h2 b {
	font-size: 40px;
	display: block;
	margin-top: 20px;
}
.contents h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin:20px auto;
	line-height: 1.4em;
}
.contents .textCenter {
	text-align: center;
	font-size: 18px;
}
.contents .whiteBox {
	background: #fff;
	padding:60px;
	margin:40px auto;
}
.contents .whiteBox h3 {
	font-size: 30px;
	color:#4a8aa0;
	margin:0 auto 20px;
}
.contents .whiteBox p {
	margin:20px auto;
	padding:0;
}
.contents .whiteBox .imgBox {
	text-align: center;
}
.contents .whiteBox .imgBox .scl_arrow { display: none; }
.contents .whiteBox .caption {
	font-size: 12px;
	line-height: 1.4em;
}
.contents .whiteBox .twoClm .left {
	float: left;
	display:block;
	width: 200px;
}
.contents .whiteBox .twoClm .right {
	padding-left:240px;
}
.contents .whiteBox .twoClm h4 {
	font-weight: bold;
	font-size: 21px;
	margin:0 auto 10px;
}
.contents .whiteBox .twoClm p {
	margin:10px auto 0;
	font-size: 15px;
	line-height: 1.5em;
}
.contents .whiteBox .twoClm .poti {
	font-weight: bold;
}
.contents .whiteBox dl {
	border-top:1px solid #4a8aa0;
	border-right:1px solid #4a8aa0;
	background-color: #4a8aa0;
	font-size: 16px;
}
.contents .whiteBox dl dt {
	width: 200px;
	float: left;
	color:#fff;
	font-weight: bold;
	padding:10px 2%;
	box-sizing: border-box;
	text-align: center;
	border-top:1px solid #fff;
}
.contents .whiteBox dl dd {
	background-color: #fff;
	padding:10px 2% 10px 2%;
	border-left:200px solid #4a8aa0;
	box-sizing: border-box;
	border-bottom:1px solid #4a8aa0;
}
.contents .whiteBox dl dd b {
	font-weight: bold;
	display: block;
}
.contents .whiteBox dl dd .line-through {
	text-decoration: line-through;
}
.contents .whiteBox dl dd .red {
	color:#e5504c;
	font-weight: bold;
}
.contents .whiteBox dl dd .lage {
	font-size: 21px;
}

.contents .whiteBox dl dd ul {
	list-style: disc;
	padding-left: 1.5em;
}

.contents .whiteBox dl dd ul li a {
	font-weight: bold;
	color: #4a8aa0;
}

.contents .whiteBox dl dd ul li a:hover {color: #aaa;}

.contents .btn {
	display: block;
	max-width: 720px;
	margin:40px auto 0;
	height: 60px;
	box-sizing: border-box;
	border:2px solid #4a8aa0;
	border-radius: 10px;
	background-color: #fff;
	color:#4a8aa0;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	font-size: 21px;
	position: relative;
}
.contents .btn:after {
	display: block;
	content:'';
	width: 8px;
	height: 8px;
	border-top:2px solid #4a8aa0;
	border-right:2px solid #4a8aa0;
	transform: rotate(45deg);
	position: absolute;
	right:30px;
	top:50%;
	margin-top: -5px;
}
.contents .btn:hover {
	background-color: #4a8aa0;
	color:#fff;
}
.contents .btn:hover:after {
	border-color: #fff;
}
.contents .btn.btnRed {
	border-color: #e5504c;
	background-color: #e5504c;
	color:#fff;
	font-size: 30px;
	height: 72px;
	line-height: 70px;
}
.contents .btn.btnRed:before {
	position: absolute;
	display: block;
	content:'';
	width: 100%;
	height: 36px;
	background-color: #fff;
	opacity: 0.2;
	z-index: 2;
	border-radius: 10px;
	top:0;
	left:0;
}
.contents .btn.btnRed:after {
	border-color:#fff;
}
.contents .btn.btnRed:hover {
	background-color: #fff;
	color:#e5504c;
}
.contents .btn.btnRed:hover:after {
	border-color: #e5504c;
}
.contents p.btn.btnGry {
	border-color: #555;
	background-color: #777;
	color:#fff;
	font-size: 30px;
	height: 72px;
	line-height: 70px;
}

section.btnBox {
	padding: 30px 0;
	background-color: #e4f1f7;
}
section.btnBox .contents .btn {
	margin: 20px auto;
}
section.btnBox .contents .btn.btnRed {
	margin-bottom: 10px;
}
section.btnBox .contents .caption {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.elementBox {
	width: 100%;
	margin: 40px auto 0;
	border:2px solid #4a8aa0;
	box-sizing: border-box;
	max-width: 720px;
}
.elementBox .titleBox {
	width: 100%;
	padding: 15px 0;
	background-color: #4a8aa0;
	color:#fff;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
.elementBox .priceBox {
	width: 100%;
	padding: 40px 0 30px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
.elementBox .priceBox .pb01 {
	margin:0px auto;
}
.elementBox .priceBox .pb02 {
	font-size: 28px;
	color:#4a8aa0;
	margin: 20px auto;
}
.elementBox .priceBox .pb02 .large {
	font-size: 38px;

}
.elementBox .priceBox .pb02 b {
	color:#e5504c;
}
.elementBox .priceBox .pb02 b:before {
	display: inline-block;
	content: '';
	width: 20px;
	border-left:20px solid #e5504c;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	margin:auto 5px auto 25px;
}
.elementBox .priceBox .pb02 b .large {
	font-size: 50px;
}
.elementBox .priceBox .pb03 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 30px;
}
.elementBox .priceBox .pb04 b {
	color:#e5504c;
	font-size: 40px;
}
.routineClm {
	margin:40px auto;
}

.routineClm .left {
	width: 41%;
	text-align: center;
	float: left;
}
.routineClm .left img {
	max-width: 100%;
	height: auto;
}
.routineClm .left p {
	text-align:left;
}
.routineClm .right {
	width: 57%;
	float: right;
}
.routineClm .right li.clearfix {
	margin-bottom: 20px;
}
.routineClm .right .photo {
	width: 25%;
	float: left;
}
.routineClm .right .text {
	padding-left:27%;
}
.routineClm .right .text h4 {
	font-weight: bold;
	font-size: 24px;
	margin:0 auto 5px;
}
.routineClm .right .text p {
	font-weight: bold;
	font-size: 18px;
	margin:0 auto 10px;
}
.routineClm .right .point {
	font-size: 14px;
	padding-left: 1.5em;
	list-style: disc;
}
.routineClm .right .point li {
	line-height: 1.5em;
	margin-bottom: 5px;
}


/* footer */
footer {
	width: 100%;
	margin: 0 auto;
	background-color: #4a8aa0;
}
footer .footBox {
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	color: #fff;
}
footer .footBox .footBox_left {
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
	line-height: 3em;
	color:#fff;
}
footer .footBox .footBox_left li {
	text-decoration: underline;
}
footer .footBox .footBox_left .deco_none {
	text-decoration: none;
}
footer .footBox .footBox_left a {
	color:#fff;
}
footer .footBox .footBox_left a:hover {
	color:#ffffa7;
}
footer .footBox .footBox_right {
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
footer .footBox .footBox_right .tel_txt {
	font-size: 16px;
}
footer .footBox .footBox_right .telBox {
	padding: 5px 0 10px;
	margin: 0 auto;
}
footer .footBox .footBox_right .telBox img {
	width: 54px;
	height: 30px;
	padding-top: 5px;
}
footer .footBox .footBox_right .telBox .tel_num {
	font-size: 34px;
	vertical-align: text-top;
}
footer .footBox .footBox_right p {
	display: inline;
}

footer .footBox .copy {
	padding-top: 30px;
}

