@charset "UTF-8";
/*###############################################
top
###############################################*/
#main {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	min-height:400px;
	padding-bottom:60px;
}
.timg {
	width:100%;
	max-width:1500px;
	margin:0 auto;

    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 26.67%;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:0 0;
}
#timg_gallery {background-image: url('../img/timg_gallery.jpg');}
#timg_trial {background-image: url('../img/timg_trial.jpg');}
#timg_contact {background-image: url('../img/timg_contact.jpg');}
#timg_access {background-image: url('../img/timg_access.jpg');}
#timg_price {background-image: url('../img/timg_price.jpg');}
#timg_faq {background-image: url('../img/timg_faq.jpg');}

.st1 {
	font-size:12px;
	line-height:12px;
	text-align:center;
	color:#353333;
	letter-spacing:2px;
	padding:40px 0 15px;
}
.st2 {
	font-size:32px;
	line-height:32px;
	text-align:center;
	color:#353333;
	font-family: 'Libre Baskerville', serif;
	letter-spacing:3px;
}
.st3 {
	font-size:24px;
	color:#353333;
	letter-spacing:2px;
}
.st4 {
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	text-align:center;
	color:#353333;
	letter-spacing:3px;
	background-color:#FBFAF5;
	width:300px;
	margin-left: auto;
	margin-right: auto;
	padding:30px 0;
}
.leading {
	text-align:center;
	font-size:14px;
	margin:30px auto 50px;
	line-height:2;
}
/*---------gallery---------*/
#gallery_pics {
}
#gallery_pics .inr {
	display:flex;
	justify-content: space-between;
}
#gallery_pics .box {
	width:30%;
	display:inline-block;
	margin-bottom:20px;
}
#gallery_pics img {
	width:100%;
	height:auto;
}
#gallery_pics .box p {
	color:#cc4466;
	font-size:14px;
	margin-top:15px;
	height:40px;
	overflow:hidden;
	padding:0 12px;
}
/*---------price---------*/
#price_list .inr {
	display:flex;
	justify-content:space-between;
}
#price_list .box {
	width:32%;
	background-color:#FF557F;
	box-sizing:border-box;
	padding: 0 10px 0px;
}
#price_list .box h3 {
	padding:20px 0 20px;
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}
#price_list .box h4 {
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#price_list .box dl {
	padding:15px 6% 10px;
	margin-bottom: 15px;
	background-color: #fff;
}
#price_list .box dt {
	font-size:16px;
	color:#333;
	width:48%;
	display:inline-block;
	text-align:left;
	line-height:1.1;
	vertical-align: top;
	margin-bottom: 12px;
}
#price_list .box dd {
	font-size:18px;
	font-weight: bold;
	color:#333;
	width:48%;
	display:inline-block;
	text-align:right;
	line-height:1.1;
	vertical-align: top;
	margin-bottom: 12px;
}
#price_list .box .ss {
	font-size: 10px;
	display: inline-block;
}
span.withtax {
	display: inline-block;
	font-size: 12px;
	color: #999;
	font-weight: lighter;
}

#price_list .box p,
#price_list .box li {
	color:#fff;
	text-align:center;
}
#price_list .box.s1 {background-color:#e0d559;}
#price_list .box.s2 {background-color:#FF557F;}
#price_list .box.s3 {background-color:#b8e1f2;}
#price_list .box.s4 {background-color:#008ccf;}
#sec_information {
	margin-top:40px;
}

#option_list {
	margin-top: 30px;
}
.tb3 tr{
	border-bottom: 1px solid #fff;
}
.tb3,
.tb3 th,
.tb3 td {
}
.tb3 th,
.tb3 td {
	padding: 15px;
	font-size: 16px;
}
.tb3 th{
	width: 40%;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.tb3 td{
	width: 40%;
	background-color: #f9f9f9;
	font-weight: bold;
	text-align: center;
}
.tb3 th .ss {
	font-size: 12px;
}

#sec_information .lower {
	width:100%;
	max-width:1100px;
	margin:70px auto 0;
}

#sec_information .lower h3 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
#inf_n {
	width:44%;
	padding-top:32px;

	float:left;
}
#inf_n h3 {
	margin-bottom:36px;
}
#inf_n li {
	font-size:18px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	position: relative;
	padding-left: 45px;
	padding-top: 5px;
	min-height: 40px;
}
.ic_num {
	width:30px;
	height:30px;
	background-color:#d17cb1;
	border-radius:50%;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:7px 0 0;
	box-sizing:border-box;
	line-height:18px;
	font-size:18px;
	/*margin-right:10px;*/
	position: absolute;
	left: 0;
	top: 0;
}
#inf_k {
	width:55%;
	float:right;
	height:400px;
	background-color:#fff;
}
#inf_k .inr {
	padding:32px 36px;
}
#inf_k .content {
	font-size:20px;
	height:300px;
	margin-top:20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#inf_k .content h4 {
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
	margin-bottom:8px;
}
#inf_k .content p {
	font-size:12px;
	line-height:1.8;
}

/*---------access---------*/
#access_detail {

}
.tb_access {
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
}
.tb_access,
.tb_access th,
.tb_access td {
	border:1px solid #d1d1d1;
	box-sizing:border-box;
}
.tb_access th {
	color:#cc4466;
	width:240px;
	background-color:#F2F2F2;
}
.tb_access th,
.tb_access td {
	font-size:14px;
	padding:20px;
}
#sec_access #map_canvas_low {
	text-align:center;
}
#sec_access #map_canvas_low a {
	display:inline-block;
	padding:12px 24px;
	background-color:#d17cb1;
	color:#FFF;
	margin-top:10px;
	border-radius:4px;
	text-decoration:none;
}

/*---------inquiry---------*/
.box_anti {
	display:none;
}
form input[type="text"] {
	font-size:14px;
	color:#423C3C;
	text-indent:2px;
	letter-spacing:1px;
	
	height:25px;
}
form input[type="text"],
form textarea {
	background-color:#FCFCFC;
	border:1px solid #d1d1d1;
	border-radius:2px;
}
form select {
	height:30px;
	background-color:#FCFCFC;
	border:1px solid #d1d1d1;
}
#btn_submit {
    margin: 20px auto 40px;
    width: 300px;
	text-align:center;
}
#btn_submit input {
    cursor: pointer;
    font-size: 16px;
    height: 40px;

}
.tb_normal,
.tb_normal th,
.tb_normal td {
	border:1px solid #d1d1d1;
	border-collapse:collapse;
}

.tb_normal th,
.tb_normal td {
	padding:10px;
}
.tb_normal th {
	background-color:#f2f2f2;
	font-weight:bold;
	font-size:14px;
	color:#333;
	vertical-align:top;
}

.tb_normal td {
	font-size:14px;
	vertical-align:top;
}
.intable,
.intable th,
.intable td {
	padding:3px;
	margin:0;
	border:0 none;
}
.tb_mail {
	width:100%;
}
.tb_mail,
.tb_mail th,
.tb_mail td {
	border:1px solid #CCC;
	border-collapse:collapse;
}

.tb_mail th,
.tb_mail td {
	padding:10px;
}
.tb_mail th {
	width:160px;
	background:url(../img/bg_wh.gif) repeat-x 0 0 #F3F3F3;
	font-weight:bold;
	font-size:14px;
	color:#333;
	vertical-align:top;
}

.tb_mail td {
	font-size:14px;
	vertical-align:top;
}
#mail_base {
	margin-top:40px;
}
#mail_base .err_msg {
	text-align:center;
}
#mail_form .thanks_msg {
	font-size:14px;
	text-align:center;
}
#mail_form .back_top {
	text-align:center;
}

#mail_form .back_top a {
	display:inline-block;
	padding:12px 24px;
	background-color:#d17cb1;
	color:#FFF;
	margin-top:40px;
	border-radius:4px;
	text-decoration:none;
}
/*---------faq---------*/
#base_faq {
	margin-top:60px;
}
#base_faq .box {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #eee;
}
#base_faq .box h3{
	font-size:18px;
	font-weight:bold;
	color:#cc4466;
	margin-bottom:15px;
}
#base_faq .box h3 span {
	background-color:#cc4466;
	color:#fff;
	display:inline-block;
	padding:4px;
	font-size:16px;
	margin-right:10px;
}
#base_faq .box p{
	font-size:14px;
	padding-left:50px;
	position:relative;
}
#base_faq .box p span{
	color:#d17cb1;
	display:inline-block;
	margin-right:15px;
	font-weight:bold;
	border:1px solid #d17cb1;
	padding:4px;
	vertical-align:middle;
	position:absolute;
	left:20px;
	top:0;
}
/*---------trial---------*/
#base_trial {
	margin-top:40px;
}
#base_trial .box{
	border:3px solid #eee;
	border-radius:15px;
	padding:40px 40px 40px 365px;
	position:relative;
	min-height:260px;
	box-sizing:border-box;
	margin-bottom:20px;
}
#base_trial .box h3 {
	color:#cc4466;
	font-size:28px;
	margin-bottom:12px;
}
#base_trial .box p {
	font-size:14px;
	line-height:1.8;
}
#base_trial .box figure {
	position:absolute;
	left:25px;
	top:25px;
	width:300px;
	border-radius:15px;
	overflow:hidden;
}
#base_trial .box figure img{
	width:100%;
	height:auto;
}
#base_trial .dot {
	width:40px;
	height:40px;
	background-color:#eee;
	border-radius:50%;
	margin:0 auto 20px;
}

a.btn1 {
	font-size:20px;
	font-weight:bold;
	background-color:#d17cb1;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	padding:20px 60px;;
	border-radius:4px;
	margin:20px auto;
}
a.btn1:hover {
	background-color:#ca7aaa;
}
a.btn1 span {
	display:inline-block;
	position:relative;
}
#base_trial .btn_area {
	text-align:center;
}
#base_trial .box .btn_area {
	text-align:left;
}
#base_trial .box .tel,
.leading .tel {
	font-size:28px;
	vertical-align:middle;
}
#base_trial .box .tel a,
.leading .tel a {
	text-decoration:none;
}






