﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, p, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
.center {
	text-align: center;
	margin: auto;
}
.clear {
	clear: both;
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.pp_cont h4{margin:16px auto 0 0;}
.pp_cont p{margin:8px 0;}

@media screen and (max-width:767px) {
.pc {
	display: none!important;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
}
a img {
	outline: none;
}
img {
	max-width: 100%;
}
body {
	color: #000;
	background: #fff;
	font: 14px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: none;
}
.header_cont {
	width: 100%;
	margin: 0 auto 22px;
	padding: 16px;
	text-align: center;
	display: block;
	position: relative;
	box-sizing: border-box;
	font-size: 15px;
	letter-spacing: .1em;
}
.logo {
	display: block;
	margin: 8px auto 4px;
}
.logo a {
	background: url(images/logo.png) center center no-repeat;
	background-size: 100%;
	height: 40px;
	width: 270px;
	display: block;
	margin: auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header_tel a {
	margin: 0;
	background: #4d4d4d url(images/sp_tel.png) center center no-repeat;
	background-size:auto 76%;
	width: 17.5%;
	height: 32px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	right: 17.5%;
	top: 100px;
}
.header_btn {
	margin: 0;
	background: #468cc4 url(images/sp_mail.png) center center no-repeat;
	background-size:auto 60%;
	width: 17.5%;
	height: 32px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 100px;
}
#menu {
	transition: all .2s;
}
#menuButton {
	box-sizing: border-box;
	color: #fff;
	display: block;
	width: 65%;
	height: 32px;
	z-index: 5;
	text-align: left;
	padding: 4px 0 4px 36px;
	margin: 0;
	background: #c49958;
	position: absolute;
	top: 100px;
	font-size: 15px;
}
#menuButton span {
	display: block;
	background: #fff;
	width: 16px;
	height: 1px;
	position: absolute;
	left: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 10px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 11px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(6px) rotate(45deg);
	-moz-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:nth-child(3) {
	-webkit-transform: translateY(-4px) rotate(-45deg);
	-moz-transform: translateY(-4px) rotate(-45deg);
	-ms-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}
.nav{
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
	background: #c49958;
	z-index: 999;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}	
.nav li{
	display: block;
	margin: 0;
	text-align: left;
}
.nav li span{
	display:none;
}

.nav li {
	margin: 0 auto;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	transition: all .2s;
}
.nav li a {
	width: 100%;
	display: block;
	padding: 0 0 0 16px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}
.nav li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.nav li ul li {
	overflow: hidden;
	width: 100%;
	display: block;
	height: 0;
	color: #fff;
}
.nav li ul li a {
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.nav li ul li {
	overflow: visible;
	height: 3em;
	display: block;
}
.header_home {
	width: 100%;
	display: block;
}
.header_home_img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: -1;
	box-sizing: border-box;
	border: 4px #e6e6e6 solid;
}
.header_home_img::before {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_top.png) top left no-repeat;
	background-size: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_home_img::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_bottom.png) bottom right no-repeat;
	background-size: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.header_wrap_text {
	margin: auto;
	position: absolute;
	top:50%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 65%;
	height: auto;
}
.home_border {
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	z-index: -2;
	border: 16px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
.header_home_img .home_border img {
	width: 100%;
	height: auto;
	margin: -4% 0 0;
}
.header_home_wrap {
	width: 100%;
	display: block;
	background: #fff;
}
.header_home_contact {
	margin: auto;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 16px;
}
.header_home_contact p {
	color: #468cc4;
}
.header_home_contact p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_sp.png) bottom center repeat-x;
	padding: 4px 0 0;
	background-size: 12px auto;
}
.header_home_contact p strong {
	font-size: 4vw;
	letter-spacing: .04em;
}
.header_home_contact p strong span {
	font-size: 4.7vw;
}
.header_home_contact h2 {
	color: #468cc4;
	font-size: 12.5vw;
	margin: 0;
}
a.header_home_btn {
	background: #468cc4;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.header_home_btn span {
	width: 11em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto 0 78px;
	font-weight: bold;
}
.header_home_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 11px;
	background: url(images/sp_mail.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
}
.header_home_btn span::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
.header_home_contact .tel {
	background: #4d4d4d;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.header_home_contact .tel strong{
	width: 7em;
	display: block;
	margin: 0 auto 0 78px;
	font-size: 20px;
}
.header_home_contact .tel strong::before {
	content: "お電話はコチラ";
	letter-spacing: .1em;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.header_home_contact .tel span {
	display: none;
}
.header_home_contact .tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 10px;
	background: url(images/sp_tel.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
.header_home_contact .tel::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
.home_h2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #58bac4;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
.home_li {
	display: block;
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	border: 2px solid #58bac4;
}
.home_li li {
	display: inline-block;
	width: 50%;
	border: 2px solid #58bac4;
	box-sizing: border-box;
	text-align: center;
}
.home_li li img {
	display: block;
	margin: 0 auto;
	width:80px;
	height:auto;
}
.home_li li a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	padding:8px;
}
.cont {
	display: block;
	width: 90%;
	margin: 30px auto;
	position: relative;
}
.cont h3 {
    margin: 0 auto 8px;
	padding: 0 0 0 .8em;
	font-size:24px;
	line-height:1.25;
	position: relative;
}
.cont h3::before {
	content: "■";
	color: #c49958;
	position: absolute;
	font-size: 18px;
    top: 5px;
	left:0;
}
.cont .sp-left {
	width: 50%;
	float: left;
	margin-right: 10px;
}
footer {
	width: 100%;
	border-top: 4px solid #c49958;
	background-color: #e6e6e6;
	display: block;
}
.footer_contact{
    margin: auto;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
}
.footer_contact p {
	font-size: 22px;
	letter-spacing: 10px;
	color: #468cc4;
	width: 100%;
	line-height: 1;
}
.footer_contact  p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_sp.png) bottom center repeat-x;
	padding: 4px 0 0;
	background-size: 12px auto;
}
.footer_contact p strong {
	font-size: 3.8vw;
	letter-spacing: .04em;
}
.footer_contact p strong span {
	font-size: 4.7vw;
}
.footer_contact h2 {
	color: #468cc4;
	font-size: 12vw;
	margin: 0;
}
a.footer_contact_btn {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	color: #468cc4;
	font-size: 14px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 0 #3264c4;
}
.footer_contact_btn span {
	width: 11em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto 0 78px;
	font-weight: bold;
}
.footer_contact_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 11px;
	background: url(images/sp_mail_footer.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
}
.footer_contact_btn span::after {
	color: #468cc4;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
.footer_contact .tel {
	background: #fff;
	border-radius: 8px;
	padding: 6px 8px;
	color: #4d4d4d;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 2px 0 #333;
}
.footer_contact .tel strong{
	width: 7em;
	display: block;
	margin: 0 auto 0 80px;
	font-size: 20px;
}
.footer_contact .tel strong::before {
	content: "お電話はコチラ";
	letter-spacing: .1em;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.footer_contact .tel span {
	display: none;
}
.footer_contact .tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 10px;
	background: url(images/sp_tel_footer.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
.footer_contact .tel::after {
	color: #4d4d4d;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
.footer_nav {
	display: block;
	padding: 0;
	margin: 40px 0 80px;
}
.footer_nav img {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 270px;
}
.footer_li {
	display: block;
}
.footer_li li {
	margin: 10px 0;
	font-size:14px;
}
.footer_li li::before {
	content: "●";
	color: #468cc4;
}
.footer_li li a{
	margin:0 0 0 -14px;
	padding:0 0 0 18px;
}
.footer_contact {
	display: block;
}
.copy {
	width: 100%;
	background-color: #c49958;
	text-align: center;
	color: #fff;
	padding: 8px 0;
}
.pagetop {
	z-index: 2;
	text-decoration: none;
	color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
	padding: 8px 0;
	text-align: center;
	font-size:14px;
}
.pagetop::before {
	content: "▲";
	color: #468cc4;
}
/*---下層ページ---*/
h4{
	font-size:16px;
	line-height:1.3;
	padding:8px 0;
}
.under_heading {
	display: block;
	background-color: #58bac4;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
}
.under_heading h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
}
.breadcrumb {
	display: block;
	background-color: #e6e6e6;
	color: #000;
	width: 100%;
}
.breadcrumb ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li::after{
	content:"　〉";
}
.breadcrumb ul li:last-child::after{
	content: "";
}
.breadcrumb ul li a {
	color: #000;
	padding: 5px 0;
    display: inline-block;
}
.breadcrumb ul li a:hover{
	color:#468cc4;
}
	
.article{
	display: block;
	width: 100%;
	font-size: 0;
	margin:16px auto;
}
.article-box{
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
	border: 1px solid #58bac4;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 16px;
}
.article-box:nth-child(3n){
	margin-right: 0;
}
.article-box img {
	display: block;
	margin: 0 auto;
	width:80px;
	height:auto;
}
.article-box h4{
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 19px;
	text-align: center;
}
.article-box ul {
	width: 86%;
	padding: 0 ;
	margin: 0 auto;
	font-size: 0;
}
.article-box ul li {
	color: #000;
	font-size: 14px;
	list-style: disc;
	text-indent: -6px;
}
.price_table{
	margin: 16px auto;
	display: inline-block;
}
.price_table table{
	border-collapse: collapse;
}
.price_table th{
	border: 1px solid #58bac4;
	padding:4px;
	background:#86d1db;
}
.price_table td{
	border: 1px solid #58bac4;
	padding:4px;
}
.price_table td:first-child{
	width:40%;
}
.price_table td:nth-child(2){
	width:28%;
}
.price_table td:nth-child(3){
	width:32%;
}
a.banner_btn {
	background: #468cc4;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner_btn span {
	width: 9em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto 0 25%;
	font-weight: bold;
	line-height:36px;
}
.banner_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 11px;
	background: url(images/sp_mail.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
}
.banner_btn span::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 7px;
	font-size: 22px;
}
.banner_btn span br{
	display:none;
}
.contact_banner {
	margin: 32px auto 40px;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
}
.contact_banner p {
	display: none;
}
.contact_banner h2::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_sp.png) bottom center repeat-x;
	padding: 4px 0 0;
	background-size: 12px auto;
}
.contact_banner h2 {
	color: #468cc4;
	font-size: 11.85vw;
	margin: 0;
}
.contact_banner .tel {
	background: #4d4d4d;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.contact_banner .tel strong{
	width: 7em;
	display: block;
	margin: 0 auto 0 28%;
	font-size: 20px;
}
.contact_banner .tel strong::before {
	content: "お電話はコチラ";
	letter-spacing: .1em;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.contact_banner .tel span {
	display: none;
}
.contact_banner .tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 10px;
	background: url(images/sp_tel.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
.contact_banner .tel::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
.case{
	margin: 0 auto 16px;
}
.case img {
	float: left;
	margin:0 8px 0 0;
	width:100px;
	height:auto;
}
.case h4{
	color: #58bac4;
	font-size: 19px;
    line-height: 1.3;
    margin: 0 0 6px;
    padding: 0;
}
.case p{

}
.flow_li{
	margin:16px auto 0;
}
.flow_li li{
	padding:8px;
	margin:0 0 40px 0;
	border: 1px solid #58bac4;
	position: relative;
	z-index:0;
}
.flow_li li:before {
	content: "";
	position: absolute;
	bottom: -21px;
	left:0;
	margin-left:20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 21px 19px 0 19px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.flow_li li:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left:0;
	margin-left:19px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 20px 0 20px;
	border-color: #58bac4 transparent transparent transparent;
	z-index: -1;
}
.flow_li li:last-child::before,
.flow_li li:last-child::after{
	display: none;
}

.flow_li li h3{
	color:#000;
	line-height:1;
	text-indent: -2em;
	margin: 0 0 8px 1em;
	font-size: 22px;
}
.flow_li li h3::before{
	content:"";
}
.flow_li li h3 span{
	color:#c49958;
	font-size:32px;
	padding:0 8px 0 0;
}
a.flow_li_btn {
	background: #468cc4;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flow_li_btn span {
	width: 10em;
	display: block;
	margin: 0 auto 0 28%;
	font-weight: bold;
	line-height:36px;
}
.flow_li_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 11px;
	background: url(images/sp_mail.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
}
.flow_li_btn span::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 7px;
	font-size: 22px;
}
.flow_li_btn span br{
	display:none;
}
.contact_btn {
	margin: 16px auto;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
}
a.flow_li_tel {
	background: #4d4d4d;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.flow_li_tel strong{
	width: 7em;
	display: block;
	margin: 0 auto 0 28%;
	font-size: 20px;
}
.flow_li_tel strong::before {
	content: "お電話はコチラ";
	letter-spacing: .1em;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.flow_li_tel span {
	display: none;
}
.flow_li_tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 26px;
	top: 10px;
	background: url(images/sp_tel.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
.flow_li_tel::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 22px;
}
#staff,
.access{
	margin:40px 0 0;
}
.staff_li{
	margin:16px auto;
	font-size:12px;
}
.staff_li li{
	padding:8px;
	margin:0 0 16px 0;
	border: 1px solid #58bac4;
	overflow:hidden;
}
.staff_li h3::before{
	content:"";
}
.staff_li h3{
	font-size:15px;
	color:#58bac4;
	line-height:1.2;
	padding:0;
	margin:0 0 4px 0;
}
.staff_li h3 span{
	padding:0 8px 0 0;
}
.staff_li img{
	width:100px;
	float:left;
	margin:0 8px 0 0;
}
.staff_li table{
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
	background:#eee;
	border:8px solid #eee;
	margin:8px auto 0;
	display: inline-block;
}
.staff_li td{
	font-size:12px;
	padding:3px 8px;
	width: 100%;
	display:block;
	line-height:1.4;
}
.staff_li tr{
	padding: 6px 0;
    display: block;
}
.access iframe{
	width: 100%;
    height: 240px;
    margin: 24px 0;
    border: none;
}
.access p{
	margin:0 0 16px;
}
#contact, .formTable {
	display: block;
	width: 90%;
	margin: 0 auto 40px;
	padding: 16px 5%;
	box-sizing: border-box;
	background: #e6e6e6;
	overflow: hidden;
}
#contact table, .formTable table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}
#contact th, .formTable th {
	width: 100%;
	padding: 8px 0 0;
	box-sizing: border-box;
	display: block;
	font-size:14px;
}
#contact th span{
	background:#58bac4;
	font-size:11px;
	color:#fff;
	font-weight: normal;
    padding: 0 7px;
    margin: 0 0 0 4px;
}
#contact td, .formTable td {
	width: 100%;
	padding: 0 0 8px;
	text-align: left;
	box-sizing: border-box;
	display: block;
}
#contact td.last {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}
#contact label {
	margin: 0 16px 0 0;
	cursor: pointer;
	padding: 4px 0;
	display: inline-block;
	font-size:14px;
}
#contact label:last-child {
    margin: 0;
}
#contact a {
	color: #000;
	text-decoration: underline;
}
input, textarea, select{
	font: 14px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding: 0 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select{
	padding:4px;
}
input[type=text], input[type=tel], textarea {
	width: 100%;
}
input[type="radio" i] {
	width:14px;
	height:14px;
	margin: 0 2px 0 0;
    vertical-align: middle;
}
input[type=checkbox] {
	width: 14px;
	height: 14px;
	margin: 0 3px 0 0;
	vertical-align: middle;
}
input[type=submit] {
	border: none;
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 16px auto 0;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#468cc4;
	color:#fff;
	border-radius: 8px;
}
input[type=button] {
	border: none;
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 0 auto;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#333;
	color:#fff;
	border-radius: 8px;
}

}

@media screen and (min-width:768px) and (max-width:1079px) {

.sp {
	display: none!important;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a img {
	outline: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}
img {
	max-width: 100%;
}
body {
	color: #000;
	background: #fff;
	font: 15px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: none;
}
.header_cont {
	width: 100%;
	margin: 0 auto;
	padding: 16px 24px;
	text-align: left;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.logo {
	display: block;
	margin: 12px auto;
	float: left;
}
.logo a {
	background: url(images/logo.png) center center no-repeat;
	background-size: 100%;
	height: 47px;
	width: 320px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.logo a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.header_tel {
	float: right;
	line-height: 1.2;
}
.header_tel p {
	font-size: 14px;
	letter-spacing: .125em;
}
.header_tel p:last-child {
	letter-spacing: .145em;
}
.header_tel a {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
.header_tel a strong {
	font-size: 32px;
}
.header_btn {
	margin: 8px 0 0 12px;
	float: right;
	background: #468cc4 url(images/header_btn.png) 0 0 no-repeat;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header_btn:hover {
	background-color: #3264c4;
}
#menu {
	transition: all .2s;
}
#menuButton {
	box-sizing: border-box;
	color: #fff;
	display: block;
	width: 100%;
	height: 32px;
	z-index: 5;
	text-align: left;
	padding: 4px 0 4px 36px;
	margin: 0;
	background: #c49958;
	position: absolute;
	top: 102px;
	font-size: 15px;
}
#menuButton span {
	display: block;
	background: #fff;
	width: 16px;
	height: 1px;
	position: absolute;
	left: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 10px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 11px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(6px) rotate(45deg);
	-moz-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:nth-child(3) {
	-webkit-transform: translateY(-4px) rotate(-45deg);
	-moz-transform: translateY(-4px) rotate(-45deg);
	-ms-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}
.nav{
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top:132px;
	display: none;
	background: #c49958;
	z-index: 999;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}	
.nav li{
	display: block;
	margin: 0;
	text-align: left;
}
.nav li span{
	display:none;
}

.nav li {
	margin: 0 auto;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	transition: all .2s;
}
.nav li a {
	width: 100%;
	display: block;
	padding: 0 0 0 16px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}
.nav li a:hover{
	background:#fff;
	color:#c49958;
}
.nav li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.nav li ul li {
	overflow: hidden;
	width: 100%;
	display: block;
	height: 0;
	color: #fff;
}
.nav li ul li a {
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.nav li ul li {
	overflow: visible;
	height: 3em;
	display: block;
}
.header_home {
	width: 100%;
	height: 0;
	display: table;
	font-size: 0;
	margin:30px 0 0 0;
}
.header_home_img {
	width: 60%;
	display: table-cell;
	position: relative;
	overflow: hidden;
	z-index: -1;
	border: 4px #e6e6e6 solid;
}
.header_home_img::before {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_top.png) top left no-repeat;
	background-size: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_home_img::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_bottom.png) bottom right no-repeat;
	background-size: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.header_wrap_text {
	margin: auto;
	position: absolute;
	top:50%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 45%;
	height: auto;
}
.home_border {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	z-index: -2;
	border: 24px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}
.header_home_img .home_border img {
	width: 100%;
	height: auto;
	margin: 0;
}
.header_home_wrap {
	width: 40%;
	display: table-cell;
	background: #468cc4;
	position: relative;
	height: 0;
}
.header_home_contact {
	height: 31vw;
	color: #fff;
	margin: auto;
	text-align: center;
	vertical-align: top;
	line-height: 1.3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 2.2vw;
}
.header_home_contact p {
	font-size: 2.2vw;
	text-shadow: 0 2px 0 #3264c4;
	line-height: 1;
}
.header_home_contact p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 4px 0 0;
}
.header_home_contact p strong {
	font-size: 1.65vw;
}
.header_home_contact p strong span {
	font-size: 24px;
}
.header_home_contact h2 {
	font-size: 4.9vw;
	text-shadow: 0 2px 0 #3264c4;
}
.header_home_contact .tel {
	color: #fff;
	font-size: 3vw;
	line-height: 1;
	display: block;
	text-shadow: 0 2px 0 #3264c4;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.header_home_contact .tel strong {
	font-size: 4.2vw;
}
a.header_home_btn {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	color: #468cc4;
	font-size: 2vw;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 0 #3264c4;
}
.header_home_btn span {
	width: 11em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 40px;
	font-weight: bold;
	transition: all .2s;
	-webkit-transition: all .2s;
	line-height:1.1;
}
.header_home_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 1.5vw;
	top: 1.25vw;
	background: url(images/home_contact.png) 0 0 no-repeat;
	width: 6vw;
    height: 4vw;
    background-size: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.header_home_btn span::after {
	color: #468cc4;
	content: "▶";
	display: block;
	position: absolute;
	right: 1vw;
    top: 1.6vw;
    font-size: 2.5vw;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.header_home_btn:hover span {
	padding: 0;
}
.header_home_btn:hover span::before {
	left: -6.2vw;
}
.header_home_btn:hover span::after {
	right: -2.7vw;
}
.home_h2 {
	background: #58bac4;
	text-align: center;
	font-size: 3.5vw;
	color: #fff;
}
.home_li {
	display: block;
	border: 2px solid #58bac4;
	font-size: 0;
}
.home_li li {
	display: inline-block;
	width: 33.33%;
	width: calc(100 / 3);
	box-sizing: border-box;
	border: 2px solid #58bac4;
	font-size: 3.5vw;
	text-align: center;
}
.home_li li a {
	display: block;
	color: #000;
	padding: 16px;
	font-weight: bold;
}
.home_li li a img {
	display: block;
	margin: 0 auto;
}
.home_li li a:hover {
	background: #1d8e91;
	color: #fff;
}
.cont {
	width: 100%;
	padding: 4vw;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
h3 {
	font-size: 3.5vw;
	padding: 8px 0;
}
h3::before {
	content: "■";
	color: #c49958;
	font-size: 3.2vw;
}
.cont .sp-left {
	width: 36%;
	float: left;
}
.top-read {
	width: 62%;
	float: right;
}
footer {
	width: 100%;
	border-top: 4px solid #c49958;
	background-color: #e6e6e6;
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}
.footer_nav {
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	float: left;
}
.footer_nav img {
	margin-bottom: 20px;
}
.footer_li {
	width: 50%;
	margin: 0;
	float: left;
}
.footer_li li {
	margin: 10px 0 0 0;
}
.footer_li li a {
	text-decoration: none;
	color: #000;
	padding: 0 0 0 22px;
	margin: 0 0 0 -18px;
}
.footer_li li a:hover {
	color: #468cc4;
}
.footer_li li::before {
	content: "●";
	color: #468cc4;
}
.footer_contact {
	width: 48%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	float: right;
	background-color: #468cc4;
	padding: 4.5vw 2.2vw;
	border-radius: 8px;
	color: #fff;
	position: relative;
	line-height: 1.3;
}
.footer_contact p {
	font-size: 2.25vw;
	letter-spacing: .055em;
	text-shadow: 0 2px 0 #3264c4;
	width: 100%;
	line-height: 1;
}
.footer_contact p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 4px 0 0;
}
.footer_contact p strong {
	font-size: 1.75vw;
	letter-spacing: .05em;
}
.footer_contact p strong span {
	font-size: 2.5vw;
}
.footer_contact h2 {
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 5.4vw;
	text-shadow: 0 2px 0 #3264c4;
	margin: 8px 0 0;
	padding: 0;
	letter-spacing: .013em;
	line-height: 1;
}
.footer_contact .tel {
	color: #fff;
	font-size: 3.3vw;
	line-height: 1;
	display: block;
	text-shadow: 0 2px 0 #3264c4;
	margin: 4px 0;
	padding: 0;
	font-weight: bold;
}
.footer_contact .tel strong {
	font-size: 4.7vw;
}
a.footer_contact_btn {
	background: #fff;
	border-radius: 8px;
	padding: .8vw;
	color: #468cc4;
	font-size: 1.95vw;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 0 #3264c4;
}
.footer_contact_btn span {
	width: 23vw;
    line-height: 1.275;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 5vw;
	font-weight: bold;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 1.3vw;
	background: url(images/home_contact.png) 0 0 no-repeat;
	width: 6vw;
    height: 4vw;
    background-size: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn span::after {
	color: #468cc4;
	content: "▶";
	display: block;
	position: absolute;
	right: 12px;
	top: 1.3vw;
	font-size: 2.75vw;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn:hover span {
	padding: 0;
}
.footer_contact_btn:hover span::before {
	left: -6.1vw;
}
.footer_contact_btn:hover span::after {
	right: -2.8vw;
}
.copy {
	width: 100%;
	background-color: #c49958;
	text-align: center;
	color: #fff;
	padding: 8px 0;
}
.pagetop {
	z-index: 2;
	text-decoration: none;
	color: #000;
	position: absolute;
	left: 4vw;
    bottom: 4vw;
	padding: 0;
}
.pagetop::before {
	content: "▲";
	color: #468cc4;
}
.pagetop:hover {
	color: #468cc4;
}
/*---下層ページ---*/
h4{
	font-size:16px;
	line-height:1.3;
	padding:8px 0;
}
.under_heading {
	display: block;
	background-color: #58bac4;
	color: #fff;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 8px;
	box-sizing: border-box;
}
.under_heading h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
}
.breadcrumb {
	display: block;
	background-color: #e6e6e6;
	color: #000;
	width: 100%;
}
.breadcrumb ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li::after{
	content:"　〉";
}
.breadcrumb ul li:last-child::after{
	content: "";
}
.breadcrumb ul li a {
	color: #000;
	padding: 5px 0;
    display: inline-block;
}
.breadcrumb ul li a:hover{
	color:#468cc4;
}
	
.article{
	display: block;
	width: 100%;
	font-size: 0;
	margin:16px auto;
}
.article-box{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #58bac4;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 16px;
	min-height: 280px;
}
.article-box:nth-child(3n){
	margin-right: 0;
}
.article-box img {
	display: block;
	margin: 0 auto;
}
.article-box h4{
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 32px;
	text-align: center;
}
.article-box ul {
	width: 22vw;
	padding: 0 ;
	margin: 1.5vw auto 0 11%;
	font-size: 0;
}
.article-box ul li {
	color: #000;
	font-size: 14px;
	list-style: disc;
	text-indent: -6px;
}
.price_table{
	margin: 16px auto;
	display: inline-block;
}
.price_table table{
	border-collapse: collapse;
}
.price_table th{
	border: 1px solid #58bac4;
	padding:8px;
	background:#86d1db;
	font-size:14px;
}
.price_table td{
	border: 1px solid #58bac4;
	padding:8px;
}
.price_table td:first-child{
	width:300px;
}
.price_table td:nth-child(2){
	width:180px;
}
.price_table td:nth-child(3){
	width:348px;
	font-size:14px;
}
.contact_banner{
	position: relative;
	display: block;
	background-color: #468cc4;
	border-radius: 8px;
	color: #fff;
	padding: 1vw;
	vertical-align: bottom;
	margin: 48px 0 30px;
	overflow:hidden;
}
.contact_banner h2{
	display: inline-block;
	font-size: 5vw;
	float: left;
	text-shadow: 0 2px 0 #3264c4;
	line-height: 1;
	margin:2vw;
}
.contact_banner h2::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 8px 0 0;
}
.contact_banner .tel{
	display: block;
	font-size: 3.5vw;
	color: #fff;
	text-shadow: 0 2px 0 #3264c4;
	font-weight:bold;
	line-height:1;
	margin:1.5vw 0 0 1vw;
}
.contact_banner .tel strong{
	font-size:4.3vw;
}
.contact_banner p{
	letter-spacing: .14em;
	display:inline-block;
	text-shadow: 0 2px 0 #3264c4;
	font-size: 1.9vw;
}
a.banner_btn{
	position: absolute;
	top:12px;
	right: 12px;
	display: block;
	width:9vw;
	height:10vw;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	font-size: 1.5vw;
	padding:1vw;
	text-align: center;
	color: #468cc4;
	font-weight: bold;
	line-height: 1;
	box-shadow: 0 2px 0 #3264c4;
}
.banner_btn::before{
	content:"";
	display: block;
	background: url(images/home_contact.png);
	width:6vw;
	height:4vw;
	background-size:100%;
	margin:.25vw auto .8vw;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.banner_btn span{
	transition: all .2s;
	-webkit-transition: all .2s;
	opacity:1;
}
.banner_btn:hover::before{
	margin:2vw auto 0;
}
.banner_btn:hover span{
	opacity:0;
}
.case{
	margin: 0 auto 16px;
	clear: both;
    display: inline-block;
}
.case img {
	float: left;
	margin:0 8px 0 0;
	width:100px;
	height:auto;
}
.case h4{
	color: #58bac4;
	font-size: 24px;
	line-height:1.3;
	margin:0;
	padding:0;
}
.case p{

}
.flow_li{
	margin:16px auto 0;
}
.flow_li li{
	padding:8px;
	margin:0 0 40px 0;
	border: 1px solid #58bac4;
	position: relative;
	z-index:0;
}
.flow_li li:before {
	content: "";
	position: absolute;
	bottom: -21px;
	left:0;
	margin-left:20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 21px 19px 0 19px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.flow_li li:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left:0;
	margin-left:19px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 20px 0 20px;
	border-color: #58bac4 transparent transparent transparent;
	z-index: -1;
}
.flow_li li:last-child::before,
.flow_li li:last-child::after{
	display: none;
}

.flow_li li h3{
	color:#000;
	line-height:1;
	text-indent: -1em;
	margin: 0 0 8px 1em;
	font-size: 22px;
}
.flow_li li h3::before{
	content:"";
}
.flow_li li h3 span{
	color:#c49958;
	font-size:32px;
	padding:0 8px 0 0;
}
.contact_btn{
	font-size:0;
	margin:16px auto;
	width:672px;
	display:block;
}
a.flow_li_tel {
	background: #4d4d4d;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	box-sizing: border-box;
	margin: 0 8px 0 0;
	display: inline-block;
	width: 324px;
	height:64px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.flow_li_tel strong{
    width: 7em;
    display: block;
    margin: 0 auto 0 68px;
    font-size: 36px;
    line-height: 48px;
}
.flow_li_tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 14px;
	background: url(images/sp_tel.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
a.flow_li_btn {
	background: #468cc4;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 21px;
	box-sizing: border-box;
	margin: 0;
	display: inline-block;
	width: 340px;
	height:64px;
	position: relative;
	overflow: hidden;
}
.flow_li_btn span {
	width: 11em;
	display: block;
	margin: 0 auto 0 70px;
    line-height: 48px;
	font-weight: bold;
}
.flow_li_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 17px;
	background: url(images/sp_mail.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.flow_li_btn span::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 8px;
	font-size: 22px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.flow_li_btn:hover span {
	padding: 0;
}
.flow_li_btn:hover span::before {
	left: -48px;
}
.flow_li_btn:hover span::after {
	right: -23px;
}
#staff,
.access{
	margin:40px 0 0;
}
.staff_li li{
	padding:16px;
	margin:0 0 24px 0;
	border: 1px solid #58bac4;
	overflow:hidden;
}
.staff_li h3::before{
	content:"";
}
.staff_li h3{
	font-size:24px;
	color:#58bac4;
	line-height:1;
	padding:0 0 8px;
}
.staff_li h3 span{
	padding:0 16px 0 0;
}
.staff_li img{
	width:240px;
	float:left;
	margin:0 16px 0 0;
}
.staff_li table{
	border-collapse: collapse;
	width:400px;
	width:calc(100% - 256px);
	box-sizing: border-box;
	background:#eee;
	border:8px solid #eee;
	margin:16px auto 0 0;
}
.staff_li td{
	font-size:13px;
	padding:8px;
}
.access iframe{
	float:right;
	width:53vw;
	height:26vw;
	margin:16px 0 40px;
	border:none;
}
.access p{
	margin:0 0 16px;
}
#contact, .formTable {
	display: block;
	width: 90%;
	margin: 0 auto 40px;
	padding: 40px 50px;
	box-sizing: border-box;
	background: #e6e6e6;
	overflow:hidden;
}
#contact table, .formTable table {
	border-collapse: collapse;
	width:560px;
	margin:0 auto;
}
#contact th, .formTable th {
	width: 164px;
	clear: both;
	padding: 8px;
	text-align: right;
	box-sizing: border-box;
	display: inline-block;
}
#contact th span{
	background:#58bac4;
	font-size:14px;
	color:#fff;
	font-weight: normal;
    padding: 1px 7px;
    margin: 0 0 0 4px;
}
#contact td, .formTable td {
	width: 392px;
	padding: 8px;
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
}
#contact td.last {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}
#contact label {
	margin: 0 24px 0 0;
	cursor: pointer;
}
#contact a {
	color: #000;
	text-decoration: underline;
}
#contact a:hover {
	color: #468cc4;
}
input, textarea, select{
	font: 18px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding: 0 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
select{
	padding:4px;
}
input[type=text], textarea {
	width: 100%;
}
input[type="radio" i] {
	width:18px;
	height:18px;
	margin: 0 4px 0 0;
    vertical-align: middle;
}
input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}
input[type=submit] {
	border: none;
	width: 395px;
	height: 68px;
	padding: 0;
	margin: 32px auto 0;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#468cc4;
	color:#fff;
	border-radius: 8px;
}
input[type=submit]:hover {
	background:#3264c4;
}
input[type=button] {
	border: none;
	width: 395px;
	height: 68px;
	padding: 0;
	margin: 0 auto;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#333;
	color:#fff;
	border-radius: 8px;
}
input[type=button]:hover {
	background:#3264c4;
}
}

@media screen and (min-width:1080px) {
.sp {
	display: none!important;
}
#menuButton {
	display: none;
}
body {
	color: #000;
	background: #fff;
	font: 18px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: none;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a img {
	outline: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a img.hover:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.header_cont {
	width: 960px;
	margin: 0 auto;
	padding: 16px 40px;
	text-align: left;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.logo {
	display: block;
	margin: 12px auto;
	float: left;
}
.logo a {
	background: url(images/logo.png) center center no-repeat;
	background-size: 100%;
	height: 58px;
	width: 400px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.logo a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.header_tel {
	float: right;
	line-height: 1.2;
}
.header_tel p {
	font-size: 14px;
	letter-spacing: .125em;
}
.header_tel p:last-child {
	letter-spacing: .145em;
}
.header_tel a {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
.header_tel a strong {
	font-size: 32px;
}
.header_btn {
	margin: 8px 0 0 12px;
	float: right;
	background: #468cc4 url(images/header_btn.png) 0 0 no-repeat;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header_btn:hover {
	background-color: #3264c4;
}
nav {
	display: block;
	background: #c49958;
	padding: 0;
	clear: both;
}
.nav {
	margin: 0 auto;
	display: table;
	width: 960px;
	box-sizing: border-box;
	padding: 0 28px;
}
.nav li {
	margin: 0 auto;
	display: table-cell;
	box-sizing: border-box;
	padding: 8px 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.nav li a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 8px;
}
.nav li:hover > a {
	background: #fff;
	color: #c49958;
}
.nav li ul {
	top: 100%;
	width: 240px;
	position: absolute;
}
.nav li ul li {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.nav li:hover ul li {
	background: #c49958;
	padding: 8px 12px;
	box-sizing: border-box;
	height: 48px;
	overflow: visible;
}
.nav li:hover ul li a {
	padding: 0 12px;
}
.header_home {
	width: 100%;
	height: 0;
	display: table;
	font-size: 0;
}
.header_home_img {
	width: 64%;
	width: calc(100% - 500px);
	display: table-cell;
	position: relative;
	overflow: hidden;
	z-index: -1;
	border: 4px #e6e6e6 solid;
}
.header_home_img::before {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_top.png) top left no-repeat;
	background-size: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_home_img::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/header_wrap_bottom.png) bottom right no-repeat;
	background-size: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.header_wrap_text {
	margin: auto;
	position: absolute;
	top:50%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 45%;
	height: auto;
}
.home_border {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	z-index: -2;
	border: 40px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}
.header_home_img .home_border img {
	width: 100%;
	height: auto;
	margin: 0;
}
.header_home_wrap {
	width: 500px;
	display: table-cell;
	background: #468cc4;
	position: relative;
	height: 0;
}
.header_home_contact {
	height: 368px;
	color: #fff;
	margin: auto;
	text-align: center;
	vertical-align: top;
	line-height: 1.3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 39px;
}
.header_home_contact p {
	font-size: 22px;
	letter-spacing: .125em;
	text-shadow: 0 2px 0 #3264c4;
	line-height: 1;
}
.header_home_contact p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 4px 0 0;
}
.header_home_contact p strong {
	font-size: 19px;
	letter-spacing: .04em;
}
.header_home_contact p strong span {
	font-size: 24px;
}
.header_home_contact h2 {
	font-size: 60px;
	text-shadow: 0 2px 0 #3264c4;
}
.header_home_contact .tel {
	color: #fff;
	font-size: 34px;
	line-height: 1;
	display: block;
	text-shadow: 0 2px 0 #3264c4;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.header_home_contact .tel strong {
	font-size: 46px;
	letter-spacing: .06em;
}
.header_home_btn {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	color: #468cc4;
	font-size: 23px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 0 #3264c4;
}
.header_home_btn span {
	color: #468cc4;
	width: 11em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 40px;
	font-weight: bold;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.header_home_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 17px;
	background: url(images/home_contact.png) 0 0 no-repeat;
	width: 62px;
	height: 40px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.header_home_btn span::after {
	color: #468cc4;
	content: "▶";
	display: block;
	position: absolute;
	right: 12px;
	top: 20px;
	font-size: 28px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.header_home_btn:hover span {
	padding: 0;
}
.header_home_btn:hover span::before {
	left: -62px;
}
.header_home_btn:hover span::after {
	right: -28px;
}
.home_h2 {
	background: #58bac4;
	text-align: center;
	font-size: 32px;
	color: #fff;
}
.home_li {
	display: block;
	border: 2px solid #58bac4;
	font-size: 0;
}
.home_li li {
	display: inline-block;
	width: 33.33%;
	width: calc(100 / 3);
	box-sizing: border-box;
	border: 2px solid #58bac4;
	font-size: 32px;
	text-align: center;
}
.home_li li a {
	display: block;
	color: #000;
	padding: 16px;
	font-weight: bold;
}
.home_li li a img {
	display: block;
	margin: 0 auto;
}
.home_li li a:hover {
	background: #1d8e91;
	color: #fff;
}
.cont {
	width: 960px;
	padding: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
h3 {
	font-size: 32px;
	padding: 8px 0;
}
h3::before {
	content: "■";
	color: #c49958;
	font-size: 30px;
}
.top-read {
	width: 62%;
	float: right;
}
footer {
	width: 100%;
	border-top: 4px solid #c49958;
	background-color: #e6e6e6;
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}
.footer_nav {
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	float: left;
}
.footer_nav img {
	margin-bottom: 20px;
}
.footer_li {
	width: 50%;
	margin: 0;
	float: left;
}
.footer_li li {
	margin: 10px 0 0 0;
}
.footer_li li a {
	text-decoration: none;
	color: #000;
	padding: 0 0 0 22px;
	margin: 0 0 0 -18px;
}
.footer_li li a:hover {
	color: #468cc4;
}
.footer_li li::before {
	content: "●";
	color: #468cc4;
}
.footer_contact {
	width: 50%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	float: right;
	background-color: #468cc4;
	padding: 30px;
	border-radius: 8px;
	color: #fff;
	position: relative;
	line-height: 1.3;
}
.footer_contact p {
	font-size: 22px;
	letter-spacing: normal;
	text-shadow: 0 2px 0 #3264c4;
	width: 100%;
	line-height: 1;
}
.footer_contact p:first-child::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 4px 0 0;
}
.footer_contact p strong {
	font-size: 17px;
	letter-spacing: .05em;
}
.footer_contact p strong span {
	font-size: 24px;
}
.footer_contact h2 {
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 53px;
	text-shadow: 0 2px 0 #3264c4;
	margin: 8px 0;
	padding: 0;
	letter-spacing: .013em;
	line-height: 1;
}
.footer_contact .tel {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	display: block;
	text-shadow: 0 2px 0 #3264c4;
	margin: 8px 0;
	padding: 0;
	font-weight: bold;
}
.footer_contact .tel strong {
	font-size: 46px;
}
.footer_contact_btn {
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	color: #468cc4;
	font-size: 18px;
	box-sizing: border-box;
	margin: 8px auto 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 0 #3264c4;
}
.footer_contact_btn span {
	color: #468cc4;
	width: 11em;
	letter-spacing: .1em;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 40px;
	font-weight: bold;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 11px;
	background: url(images/home_contact.png) 0 0 no-repeat;
	width: 62px;
	height: 40px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn span::after {
	color: #468cc4;
	content: "▶";
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 28px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.footer_contact_btn:hover span {
	padding: 0;
}
.footer_contact_btn:hover span::before {
	left: -62px;
}
.footer_contact_btn:hover span::after {
	right: -28px;
}
.copy {
	width: 100%;
	background-color: #c49958;
	text-align: center;
	color: #fff;
	padding: 8px 0;
}
.pagetop {
	z-index: 2;
	text-decoration: none;
	color: #000;
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding: 0;
}
.pagetop::before {
	content: "▲";
	color: #468cc4;
}
.pagetop:hover {
	color: #468cc4;
}
/*---下層ページ---*/
.under_heading {
	display: block;
	background-color: #58bac4;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
.under_heading h2 {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	font-size: 55px;
}
.breadcrumb {
	display: block;
	background-color: #e6e6e6;
	color: #000;
	width: 100%;
}
.breadcrumb ul {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li::after{
	content:"　〉";
}
.breadcrumb ul li:last-child::after{
	content: "";
}
.breadcrumb ul li a {
	color: #000;
	padding: 5px 0;
    display: inline-block;
}
.breadcrumb ul li a:hover{
	color:#468cc4;
}
	
.article{
	display: block;
	width: 100%;
	font-size: 0;
	margin:16px auto;
}
.article-box{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #58bac4;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 16px;
	min-height: 280px;
}
.article-box:nth-child(3n){
	margin-right: 0;
}
.article-box img {
	display: block;
	margin: 0 auto;
}
.article-box h4{
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 32px;
	text-align: center;
}
.article-box ul {
	width: 68%;
	padding: 0 ;
	margin: 0 auto 0 20%;
	font-size: 0;
}
.article-box ul li {
	color: #000;
	font-size: 14px;
	list-style: disc;
	text-indent: -6px;
}
.price_table{
	margin: 16px auto;
	display: inline-block;
}
.price_table table{
	border-collapse: collapse;
}
.price_table th{
	border: 1px solid #58bac4;
	padding:8px;
	background:#86d1db;
	font-size:14px;
}
.price_table td{
	border: 1px solid #58bac4;
	padding:8px;
}
.price_table td:first-child{
	width:300px;
}
.price_table td:nth-child(2){
	width:180px;
}
.price_table td:nth-child(3){
	width:348px;
	font-size:14px;
}
.contact_banner{
	position: relative;
	display: block;
	background-color: #468cc4;
	border-radius: 8px;
	color: #fff;
	padding: 16px;
	vertical-align: bottom;
	margin: 80px 0 56px;
	overflow:hidden;
}
.contact_banner h2{
	display: inline-block;
	font-size: 47px;
	float: left;
	text-shadow: 0 2px 0 #3264c4;
	line-height: 1;
	margin:16px 12px 16px 16px;
}
.contact_banner h2::after {
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	background: url(images/wave_pc.png) bottom center repeat-x;
	padding: 8px 0 0;
}
.contact_banner .tel{
	display: block;
	font-size: 34px;
	color: #fff;
	text-shadow: 0 2px 0 #3264c4;
	font-weight:bold;
	line-height:1;
	margin:12px 0 0 16px;
}
.contact_banner .tel strong{
	font-size:42px;
}
.contact_banner p{
	letter-spacing: .165em;
	display:inline-block;
	text-shadow: 0 2px 0 #3264c4;
}
.banner_btn{
	position: absolute;
	top:12px;
	right: 12px;
	display: block;
	width:96px;
	height:104px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding:16px;
	text-align: center;
	color: #468cc4;
	font-weight: bold;
	line-height: 1;
	box-shadow: 0 2px 0 #3264c4;
}
.banner_btn::before{
	content:"";
	display: block;
	background: url(images/home_contact.png);
	width:50px;
	height:32px;
	background-size:100%;
	margin:0 auto 8px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.banner_btn span{
	color: #468cc4;
	transition: all .2s;
	-webkit-transition: all .2s;
	opacity:1;
}
.banner_btn:hover::before{
	margin:21px auto 0;
}
.banner_btn:hover span{
	opacity:0;
}
.case{
	margin: 0 auto 16px;
}
.case img {
	float: left;
	margin:0 8px 8px 0;
}
.case h4{
	color: #58bac4;
	font-size: 24px;
	line-height:1;
	margin:0 0 2px;
}
.case p{
	font-size:16px;
	line-height:26px;
}
.flow_li{
	margin:16px auto 0;
}
.flow_li li{
	padding:16px;
	margin:0 0 40px 0;
	border: 1px solid #58bac4;
	position: relative;
	z-index:0;
}
.flow_li li:before {
	content: "";
	position: absolute;
	bottom: -21px;
	left:0;
	margin-left:20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 21px 19px 0 19px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.flow_li li:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left:0;
	margin-left:19px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 20px 0 20px;
	border-color: #58bac4 transparent transparent transparent;
	z-index: -1;
}
.flow_li li:last-child::before,
.flow_li li:last-child::after{
	display: none;
}

.flow_li li h3{
	color:#000;
	line-height:1;
}
.flow_li li h3::before{
	content:"";
}
.flow_li li h3 span{
	color:#c49958;
	font-size:44px;
	padding:0 16px 0 0;
}
.contact_btn{
	font-size:0;
	margin:16px auto;
	width:696px;
	display:block;
}
.flow_li_tel {
	background: #4d4d4d;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	box-sizing: border-box;
	margin: 0 16px 0 0;
	display: inline-block;
	width: 340px;
	height:64px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.flow_li_tel strong{
	color: #fff;
    width: 7em;
    display: block;
    margin: 0 auto 0 68px;
    font-size: 36px;
    line-height: 48px;
}
.flow_li_tel::before {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 14px;
	background: url(images/sp_tel.png) 0 0 no-repeat;
	background-size: 100%;
	width: 30px;
	height: 33px;
}
a.flow_li_btn {
	background: #468cc4;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 21px;
	box-sizing: border-box;
	margin: 0;
	display: inline-block;
	width: 340px;
	height:64px;
	position: relative;
	overflow: hidden;
}
.flow_li_btn span {
	width: 11em;
	display: block;
	margin: 0 auto 0 70px;
    line-height: 48px;
	font-weight: bold;
}
.flow_li_btn span::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 17px;
	background: url(images/sp_mail.png) 0 0 no-repeat;
	background-size: 100%;
	width: 47px;
	height: 31px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.flow_li_btn span::after {
	color: #fff;
	content: "▶";
	display: block;
	position: absolute;
	right: 14px;
	top: 8px;
	font-size: 22px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.flow_li_btn:hover span {
	padding: 0;
}
.flow_li_btn:hover span::before {
	left: -48px;
}
.flow_li_btn:hover span::after {
	right: -23px;
}
#staff,
.access{
	margin:40px 0 0;
}
.staff_li li{
	padding:16px;
	margin:0 0 24px 0;
	border: 1px solid #58bac4;
	overflow:hidden;
}
.staff_li h3::before{
	content:"";
}
.staff_li h3{
	font-size:24px;
	color:#58bac4;
	line-height:1;
	padding:0 0 8px;
}
.staff_li h3 span{
	padding:0 16px 0 0;
}
.staff_li img{
	width:300px;
	float:left;
	margin:0 16px 0 0;
}
.staff_li table{
	border-collapse: collapse;
	width:530px;
	box-sizing: border-box;
	background:#eee;
	border:8px solid #eee;
	margin:16px auto 0 0;
}
.staff_li td{
	font-size:16px;
	padding:8px;
}
.access iframe{
	float:right;
	width:500px;
	height:274px;
	margin:24px 0 40px;
	border:none;
}
.access p{
	margin:0 0 16px;
}
#contact, .formTable{
	display: block;
	width: 880px;
	margin: 0 auto 40px;
	padding: 40px 50px;
	box-sizing: border-box;
	background: #e6e6e6;
	overflow: hidden;
}
#contact table, .formTable table {
	border-collapse: collapse;
}
#contact th, .formTable th {
	width: 184px;
	float: left;
	clear: both;
	padding: 8px;
	text-align: right;
	box-sizing: border-box;
}
#contact th span{
	background:#58bac4;
	font-size:14px;
	color:#fff;
	font-weight: normal;
    padding: 1px 7px;
    margin: 0 0 0 4px;
}
#contact td, .formTable td {
	width: 600px;
	padding: 8px;
	text-align: left;
	box-sizing: border-box;
}
#contact td.last {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}
#contact label {
	margin: 0 24px 0 0;
	cursor: pointer;
}
#contact label:last-child {
    margin: 0;
}
#contact a {
	color: #000;
	text-decoration: underline;
}
#contact a:hover {
	color: #468cc4;
}
input, textarea, select{
	font: 18px / 1.7 "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding: 0 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
select{
	padding:4px;
}
input[type=text], textarea {
	width: 100%;
}
input[type="radio" i] {
	width:18px;
	height:18px;
	margin: 0 4px 0 0;
    vertical-align: middle;
}
input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}
input[type=submit] {
	border: none;
	width: 395px;
	height: 85px;
	padding: 0;
	margin: 32px auto 0;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#468cc4;
	color:#fff;
	border-radius: 8px;
}
input[type=submit]:hover {
	background:#3264c4;
}
input[type=button] {
	border: none;
	width: 395px;
	height: 85px;
	padding: 0;
	margin: 0 auto;
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	background:#ccc;
	color:#fff;
	border-radius: 8px;
}
input[type=button]:hover {
	background:#3264c4;
}
}