@charset "utf-8";


.topbox {
	padding:50px 0;
}
.topbox .txt {
	text-align:center;
}
.topbox .txt span {
	display:inline-block;
	font-size:32px;
	padding:15px 80px;
	position:relative;
	background:url(../img/ico_top02.png) 0 center no-repeat , url(../img/ico_top01.png) right center no-repeat;
	background-size:auto 100%;
}
.topbox .ico {
	text-align:center;
	padding:70px 0 0;
}
@media screen and (max-width: 767px) {
.topbox {
	padding:25px 0;
}
.topbox .txt span {
	display:inline-block;
	font-size:16px;
	padding:8px 40px;
	background:url(../img/ico_top02.png) 0 center no-repeat , url(../img/ico_top01.png) right center no-repeat;
	background-size:auto 100%;
}
.topbox .ico {
	padding:25px 0 0;
}
.topbox .ico img {
	width:50%;
}
}


.topdiscounts {
	background:url(../img/bg_top01.png) 0 0 no-repeat #FFF000;
	background-size:cover;
	padding:80px 0 55px;
}
.topdiscounts .tit {
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding:10px 0;
}
.topdiscounts .tit span {
	display:block;
	text-align:center;
	padding:10px 0;
	font-size:61px;
	font-weight:bold;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.discountspanel {
	padding:10px 60px 0;
	border-bottom:4px solid #000;
}
.discountbox01 {
	display:table;
	line-height:1;
	width:565px;
	margin:0 auto;
	border-bottom:1px solid #000;
}
.discountbox01 dt {
	display:table-cell;
	vertical-align: middle;
	font-size:300px;
	color:#D7425C;
	font-weight:bold;
}
.discountbox01 dd {
	display:table-cell;
	vertical-align: middle;
	font-size:126px;
	font-weight:bold;
}
.discountbox01 dd p + p {
	font-size:147px;
}
.discountspanel .txt01 {
	font-size:46px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}
.discountsprice {
	padding:30px 0 0;
	display:flex;
	font-weight:bold;
	justify-content:space-between;
}
.pricebox {
	display:table;
	width:100%;
}
.pricebox dt {
	display:table-cell;
	width:100px;
	vertical-align:middle;
}
.pricebox dt p {
	width:130px;
	height:120px;
	line-height:120px;
	color:#fff;
	font-size:32px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pricebox dd {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:31px;
	line-height:1.2;
}
.pricebox dd span {
	font-size:22px;
}
.discountsprice .txt {
	font-size:121px;
	font-weight:bold;
	letter-spacing:-5px;
	line-height:1.1;
}
.discountsprice .txt span {
	font-size:65px;
}
.discountsprice .pricecol01 {
	color:#005C8D;
}
.discountsprice .pricecol01 .pricebox dt p{
	background:#005C8D;
}
.discountsprice .pricecol02 {
	color:#D7425C;
}
.discountsprice .pricecol02 .pricebox dt p{
	background:#D7425C;
}
@media screen and (max-width: 767px) {
.topdiscounts {
	padding:40px 0 25px;
}
.topdiscounts .tit {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:5px 0;
}
.topdiscounts .tit span {
	padding:5px 0;
	font-size:22px;
}
.discountspanel {
	padding:10px 10px 0;
	border-bottom:2px solid #000;
}
.discountbox01 {
	width:100%;
}
.discountbox01 dt {
	font-size:100px;
}
.discountbox01 dd {
	font-size:50px;
}
.discountbox01 dd p + p {
	font-size:60px;
}
.discountspanel .txt01 {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}
.discountsprice {
	padding:15px 0 0;
	display: block;
}
.discountsprice .price + .price {
	margin:15px 0 0;
}
.pricebox dt {
	display:table-cell;
	width:80px;
	vertical-align:middle;
}
.pricebox dt p {
	width:80px;
	height:80px;
	line-height:80px;
	font-size:20px;
}
.pricebox dd {
	font-size:18px;
	text-align:left;
	padding:0 0 0 20px;
}
.pricebox dd span {
	font-size:14px;
}
.discountsprice .txt {
	font-size:60px;
	letter-spacing: inherit;
	text-align: center;
}
.discountsprice .txt span {
	font-size:65px;
}
}





.topmessage {
	padding:80px 0 0;
}
.toptit {
	text-align:center;
}
.toptit span {
	display:inline-block;
	padding:0 25px;
	position:relative;
}
.toptit span:before {
	background:#7f7f7f;
	width:150px;
	height:2px;
	top:15px;
	right:100%;
	content:"";
	z-index:2;
	position:absolute;
}
.toptit span:after {
	background:#7f7f7f;
	width:150px;
	height:2px;
	bottom:15px;
	left:100%;
	content:"";
	z-index:2;
	position:absolute;
}
.topmessage .txt01 {
	font-size:28px;
	padding:70px 0 60px;
	line-height:2;
}
.messagebox {
	background:url(../img/bg_top02.png) 0 bottom no-repeat;
	background-size:100% 100%;
}
.messagebox dl {
	width:80%;
	margin:0 auto;
	display:table;
}
.messagebox dl dt {
	display:table-cell;
	vertical-align:middle;
}
.messagebox dl dd {
	display:table-cell;
	font-weight:bold;
	padding:30px 0 30px 30px;
}
.messagebox dl dd .txt {
	font-size:28px;
	line-height:1.2;
	margin-bottom:15px;
}
.messagebox dl dd .txt span {
	display:block;
	font-size:28px;
}
.messagebox dl dd .txt .col01 {
	font-style:normal;
	color:#005C8D;
}
.messagebox dl dd .txt .col02 {
	font-style:normal;
	color:#D7425C;
}
@media screen and (max-width: 767px) {
.topmessage {
	padding:40px 0 0;
}
.topmessage .inner {
	padding:0;
}
.messagein {
	padding:0 10px;
}
.toptit {
	overflow:hidden;
}
.toptit span {
	display:inline-block;
	padding:0 10px;
	position:relative;
}
.toptit span img {
	width:170px;
}
.topmessage .txt01 {
	font-size:14px;
	padding:35px 0 30px;
}
.messagebox {
	background:url(../img/bg_top02.png) 0 bottom no-repeat;
	background-size:100%;
	padding:0 10px;
}
.messagebox dl {
	width:100%;
	margin:0 auto;
	display:table;
}
.messagebox dl dt {
	display:table-cell;
	float:none;
	vertical-align: middle;
}
.messagebox dl dd {
	display:table-cell;
	font-weight:bold;
	padding:30px 0 10px 10px;
	vertical-align:middle;
}
.messagebox dl dd .txt {
	font-size:15px;
	line-height:1.2;
	margin-bottom:10px;
}
.messagebox dl dd .txt span {
	display:block;
	font-size:13px;
}
.messagebox dl dd .txt .col01 {
	font-style:normal;
	color:#005C8D;
}
.messagebox dl dd .txt .col02 {
	font-style:normal;
	color:#D7425C;
}
}

.toppoint {
	padding:60px 0;
	border-top:15px solid #000;
	border-bottom:8px solid #000;
}
.pointtxt {
	display:table;
	width:100%;
}
.pointtxt + .pointtxt {
	margin:20px 0 0;
}
.pointtxt .col01 {
	color:#005C8D;
}
.pointtxt .col02 {
	color:#D7425C;
}
.pointtxt span {
	display:table-cell;
	vertical-align:top;
	font-size:24px;
}
.pointtxt .txt {
	width:100px;
	font-weight:bold;
	font-size:16px;
}
.pointtxt .txt i {
	font-size:24px;
	font-style:normal;
}
@media screen and (max-width: 767px) {
.toppoint {
	padding:30px 0;
	border-top:8px solid #000;
	border-bottom:3px solid #000;
}
.pointtxt + .pointtxt {
	margin:10px 0 0;
}
.pointtxt span {
	font-size:14px;
}
.pointtxt .txt {
	font-size:12px;
	width:70px;
}
.pointtxt .txt i {
	font-size:14px;
}
}

.topcon {
	background:#ddd;
	padding:30px 0 90px;
}
.topcon .tit {
	text-align:center;
}
.topcontbox {
	display:table;
	width:70%;
	margin:30px auto 50px;
}
.topcontbox dt {
	display:none;
}
.topcontbox dd {
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 10px;
}
.topcontbox dd .txt {
	font-size:28px;
	text-align: center;
	font-weight:bold;
}
.topcontbox dd .tel a {
	display: block;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:56px;
	font-weight:bold;
	padding:0 0 0 30px;
	pointer-events:none;
	background:url(../img/ico_line.png) 0 85% repeat-x;
}
.topcontbox dd .tel a img {
	vertical-align: middle;
	margin-right:5px;
}
.topcon .btn a {
	padding:40px 0;
	display:block;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border:4px solid #000;
	background: url(../img/bg_top03.png) 0 0 repeat;
	background-size: auto 100%;
}
.topcon .btn a img {
	vertical-align:middle;
	margin-right:10px;
}
@media screen and (max-width: 767px) {
.topcon {
	padding:15px 0 45px;
}
.topcon .tit img {
	width:50%;
}
.topcontbox {
	display:table;
	width:100%;
	margin:10px auto 20px;
}
.topcontbox dt {
	width:25%;
}
.topcontbox dd {
	padding:0 0 0 5px;
}
.topcontbox dd .txt {
	font-size:12px;
}
.topcontbox dd .tel a {
	font-size:22px;
	background:url(../img/ico_line.png) 0 90% repeat-x;
	padding:0;
	background-size: auto 8px;
	pointer-events:inherit;
}
.topcontbox dd .tel a img {
	width:20px;
}
.topcon .btn a {
	padding:20px 0;
	display:block;
	text-align:center;
	font-size:14px;
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	background: url(../img/bg_top03.png) 0 0 repeat;
	background-size: auto 100%;
}
.topcon .btn a img {
	vertical-align:middle;
	margin-right:10px;
	width:30px;
}
}




.topbg01 {
	background:#005c8d;
}
.topbg02 {
	background:#d7425c;
}
.topcombox {
	padding:125px 0 95px;
}
.topcominfo {
	width:80%;
	margin:0 auto;
}
.topcominfo .titimg {
	text-align:center;
}
.topcominfo .tit {
	color:#fff;
	font-size:84px;
	font-weight:bold;
	padding:55px 0 75px;
}
.topcominfo .txt {
	color:#fff;
	line-height:2;
	font-size:28px;
}
.topcominfo .list {
	margin:50px 0 0 -15px;
}
.topcominfo .list li {
	float:left;
	width:50%;
	text-align:center;
	padding:15px 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.topcombox {
	padding:60px 0 45px;
}
.topcominfo {
	width:90%;
	margin:0 auto;
}
.topcominfo .titimg img {
	width:100px;
}
.topcominfo .tit {
	font-size:33px;
	padding:25px 0 35px;
}
.topcominfo .txt {
	color:#fff;
	line-height:2;
	font-size:14px;
}
.topcominfo .list {
	margin:20px 0 0 -10px;
}
.topcominfo .list li {
	float:left;
	width:50%;
	text-align:center;
	padding:10px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}


.tophot {
	background:#ffebd1;
	padding-bottom:150px;
}
.hottit {
	background:url(../img/img_top14.jpg) center center no-repeat;
	background-size:cover;
	padding:90px 5% 15px;
	font-weight:bold;
}
.hottit .txt01 {
	color:#D7425C;
	font-size:105px;
	line-height:1.3;
	border-bottom:3px solid #D7425C;
}
.hottit .txt02 {
	font-size:38px;
	display: block;
	margin:15px 0 0;
}
.tophot .txt {
	font-size:28px;
	line-height:1.7;
	padding:50px 0;
}
.tophot .img {
	text-align:center;
}
@media screen and (max-width: 767px) {
.tophot {
	padding-bottom:50px;
}
.tophot .inner {
	padding:0;
}
.hottit {
	background:url(../img/img_top14.jpg) center center no-repeat;
	background-size:cover;
	padding:45px 10px 5px;
}
.hottit .txt01 {
	font-size:40px;
	line-height:1.3;
	border-bottom:1px solid #D7425C;
}
.hottit .txt02 {
	font-size:16px;
	display: block;
	margin:15px 0 0;
}
.hotbox {
	padding:0 10px;
}
.tophot .txt {
	font-size:16px;
	padding:25px 0;
}
.tophot .img {
	text-align:center;
}
}


.topaccessbox {
	padding:120px 0 60px;
}
.topaccessbox .txt {
	text-align:center;
	font-size:40px;
	margin:60px 0 0;
	font-weight:bold;
	line-height:1.7;
}
.accesstxt {
	color:#fff;
	text-align:center;
	background:#000;
	font-size:28px;
	padding:5px 0;
}
.googlemap {
	height:450px;
}
.googlemap iframe {
	width:100%;
	height:100%;
}
.topcontpanel {
	padding-bottom:5px;
}
@media screen and (max-width: 767px) {
.topaccessbox {
	padding:60px 0 30px;
}
.topaccessbox .txt {
	font-size:20px;
	margin:30px 0 0;
	font-weight:bold;
	line-height:1.7;
}
.accesstxt {
	font-size:14px;
}
.googlemap {
	height:250px;
}
}



.topcontact {
	padding:90px 0 110px;
}
.contacttit {
	border-bottom:1px solid #000;
	padding:0 0 5px ;
}
.contacttit span {
	font-size:32px;
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
	display:block;
	border-bottom:5px solid #000;
}
.contacttit span img {
	vertical-align:middle;
	margin-right:10px;
	margin-top:-5px;
}
.contactmain {
	width:700px;
	margin:0 auto;
	padding:20px 0 0;
}
.contacttab {
	width:100%;
}
.contacttab th {
	font-size:28px;
}
.contacttab th span {
	display:inline-block;
	color:#FF0000;
	font-size:22px;
	margin-left:30px;
}
.contacttab td {
	padding:10px 0 40px;
}
.contacttab .inputtxt {
	width:100%;
	height:50px;
	border:1px solid #000;
	padding:5px;
	font-size:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab .inputW {
	width:420px !important;
}
.contacttab textarea {
	width:100%;
	height:300px;
	resize:none;
	border:1px solid #000;
	padding:5px;
	font-size:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab .bor {
	border-bottom:1px solid #000;
}
.contacttab .list li {
	float:left;
	width:33.33%;
	font-size:28px;
}
.formsubmit {
	width:250px;
	margin:0 auto;
}
.formsubmit input[type=submit] {
	width:100%;
	border:none;
	height:60px;
	color:#fff;
	cursor:pointer;
	font-size:28px;
	background:#d7425c;
	-webkit-appearance: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
@media screen and (max-width: 767px) {
.topcontact {
	padding:50px 0 ;
}
.contacttit span {
	font-size:18px;
	padding-bottom:10px;
	border-bottom:3px solid #000;
}
.contacttit span img {
	width:30px;
}
.contactmain {
	width:100%;
	padding:20px 0 0;
}
.contacttab th {
	font-size:18px;
}
.contacttab th span {
	font-size:14px;
	margin-left:15px;
}
.contacttab td {
	padding:10px 0 30px;
}
.contacttab .inputtxt {
	width:100%;
	height:40px;
	border:1px solid #000;
	padding:5px;
	font-size:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab .inputW {
	width:50% !important;
}
.contacttab textarea {
	width:100%;
	height:220px;
	resize:none;
	border:1px solid #000;
	padding:5px;
	font-size:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab .bor {
	border-bottom:1px solid #000;
}
.contacttab .list li {
	font-size:16px;
}
.formsubmit {
	width:220px;
	margin:0 auto;
}
.formsubmit input[type=submit] {
	width:100%;
	border:none;
	height:50px;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	background:#d7425c;
	-webkit-appearance: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
}


.errorMesse {
	font-size:14px;
	color:#F00;
}


.formbtn {
	margin:20px 0 0;
}
.formbtn .formback {
	width:250px;
	margin:0 auto;
	float:left;
}
.formbtn .formback input[type=submit] {
	width:100%;
	border:none;
	height:60px;
	color:#fff;
	cursor:pointer;
	font-size:28px;
	background:#999;
	-webkit-appearance: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.formbtn .formsubmit {
	float:right;
}
@media screen and (max-width: 767px) {
.formbtn .formback {
	width:220px;
	margin:0 auto;
	float:none;
}
.formbtn .formback input[type=submit] {
	width:100%;
	border:none;
	height:50px;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	-webkit-appearance: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.formbtn .formsubmit {
	margin:15px auto 0;
	float:none;
}
}




.thanksbox {
	text-align:center;
	padding:50px 0;
}
.thankstit {
	font-size:36px;
	font-weight:bold;
}
.thankstxt {
	font-size:26px;
	padding:50px 0;
}
.thanksbtn a {
	font-size:24px;
	color:#000;
}
@media screen and (max-width: 767px) {
.thanksbox {
	padding:25px 0;
}
.thankstit {
	font-size:22px;
}
.thankstxt {
	font-size:18px;
	padding:25px 0;
}
.thanksbtn a {
	font-size:16px;
}
}
