@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
main {
	position: relative;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
header, #PC_gnavi, #greeting, .mainV_text, .footer_main {
	margin: 0 auto;
	width: 1000px;
}

@media screen and (max-width:768px) {
main {
	overflow: hidden;
}
header, #greeting, .mainV_text, .footer_main, .franchise_contents2 {
	width: auto;
}
}
/*header*/
header #slickmenu {
	display: none;
}
header {
	display: flex;
	align-items: flex-end;
}
header .header_img img {
	width: 100%;
}
header .header_img {
	width: 50%;
}
header .PCheader_contact {
	flex: 1;
	margin-left: 50px;
}
header .contact_boxleft {
	font-size: 24px;
	padding-top: 20px;
}
header .contact_boxleft a {
	pointer-events: none;
}
header .contact_boxleft .boxleft_p {
	font-size: 10px;
	padding-top: 5px;
}
header .contact_boxleft img {
	padding-bottom: 3px;
}
header .PCheader_contact {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
header .contact_boxmiddle {
	margin-left: 10px;
}
main header .PCheader_contact .contact_boxmiddle, .contact_boxright1 {
	height: 80px;
	text-align: center;
	line-height: 40px;
	width: 100px;
}
header .contact_boxmiddle, .contact_boxright1 p {
	color: white;
	font-size: 10px;
}
header .contact_boxmiddle {
	background-color: #0094aa;
}
header .contact_boxright1 {
	background-color: #0070b5;
}
/*#gnavi*/
main #PC_gnavi {
	height: 60px;
	margin-top: 20px;
}
main #PC_gnavi ul {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
main #PC_gnavi li {
	border-left: 1px solid #d0d3d9;
	padding: 10px 35px;
}
main #PC_gnavi a {
	padding-bottom: 10px;
}
#PC_gnavi li:first-child a {
	border-bottom: 2px solid #003366;
}
#PC_gnavi li:last-child {
	border-right: 1px solid #d0d3d9;
}
.slicknav_menu {
	display: none;
}

@media screen and (max-width:768px) {
header .PCheader_contact {
	display: none;
}
#PC_gnavi {
	display: none;
}
#slickmenu {
	display: none;
}
.slicknav_menu {
	display: block;
}
header .header_img {
	padding: 10px 10px 10px 5px;
	width: auto;
}
header .header_img img {
	width: 100%;
}
}
/*#mainV*/
main #mainV {
	background-image: url(images/main_mainV_photo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	margin-top: 20px;
	z-index: 1;
}
main #mainV .mainV_text {
	color: white;
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
	/*text-shadow:1px 1px 3px #000000;*/
	text-shadow:1px 2px 3px #343434;
	padding-top: 200px;
}
main #mainV .mainV_p {
	font-size: 45px;
	font-weight: 600;
	padding: 20px 0;
}
/*#point*/
main #point {
	background-color: #00285e;
	color: white;
	margin-top: -260px;
	opacity: 0.9;
	z-index: 2;
}
main #point ul {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
main #point li {
	border-left: 1px solid #425d82;
	padding: 0 30px;
}
main #point li:first-child {
	border-left: none;
}
main #point li {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width:768px) {
/*#mainV*/
main #mainV {
	background-image: url(images/SPmain_mainV_photo.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
}
main #mainV .mainV_text {
	color: white;
	font-size: 10px;
	height: 340px;
	letter-spacing: 1px;
	text-align: center;
	text-shadow:1px 1px 3px #000000;
	padding-top: 90px;
}
main #mainV .mainV_p {
	font-size: 20px;
	padding: 20px 0;
}
/*#point*/
main #point {
	margin-top: 0;
	opacity: 1;
	z-index: 0;
	width: auto;
}
main #point ul {
	padding: 10px;
}
main #point ul img {
	height: auto;
	width: 100%;
}
main #point li {
	border-left: none;
	padding: 0;
}
main #point li:last-child {
	padding-left: 5px;
}
}
/*#greeting*/
main #greeting {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
main #greeting h1 {
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}
main #greeting .greeting_contents {
	display: flex;
	padding-top: 20px;
}
main #greeting .main_greetingleft {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-right: 50px;
	padding: 0 20px;
}
main #greeting .main_greetingunder {
	border: 1px solid #bac1cb;
	text-align: center;
	margin-top: 50px;
	padding: 20px 0;
}
#greeting .main_greetingunder span {
	color: #0070b5;
	font-size: 25px;
}

@media screen and (max-width:768px) {
main #greeting {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
main #greeting h1 {
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	padding: 10px;
}
main #greeting .greeting_contents {
	display: block;
	padding-top: 0px;
}
main #greeting .main_greetingleft {
	font-size: 15px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 23px;
	margin-right: 0px;
	padding: 20px 10px;
}
#greeting .main_greetingright {
	padding: 10px;
	width: auto;
}
#greeting .main_greetingright img {
	width: 100%;
}
main #greeting .main_greetingunder {
	border: 1px solid #bac1cb;
	font-size: 15px;
	text-align: center;
	margin: 10px 5px;
	padding: 10px;
}
#greeting .main_greetingunder span {
	color: #0070b5;
	font-size: 20px;
	line-height: 30px;
}
}
/*#information*/
main #information {
	background-color: #f1f3f8;
	margin-top: 50px;
}
main #information .info_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}
main #information a {
	color: #3366cc;
}
#information .info_contents1, .info_contents2 {
	padding: 0 30px;
}
main #information .info_contents1 h1 {
	font-size: 15px;
}
main #information .info_contents2 h2 {
	font-size: 20px;
	text-align: left;
	padding-bottom: 20px;
}
main #information .info_contents2 {
	border-left: 1px solid #bac1cb;
}
main #information .info_contents2 p {
	line-height: 30px;
}

@media screen and (max-width:768px) {
main #information {
	margin-top: 20px;
}
main #information .info_frame {
	display: block;
	text-align: center;
	padding: 5px 10px 20px 10px;
}
#information .info_contents2 {
	padding: 0;
}
#information .info_contents1 {
	border-bottom: 1px solid #bac1cb;
	padding: 20px 0;
	margin-bottom: 10px;
}
main #information .info_contents1 h1 {
	font-size: 15px;
}
main #information .info_contents2 h2 {
	font-size: 17px;
	text-align: left;
	padding-bottom: 20px;
}
main #information .info_contents2 {
	border-left: none;
}
main #information .info_contents2 p {
	font-size: 15px;
	text-align: left;
	line-height: 20px;
}
}
/*#contact*/
main #contact {
	background-color: #00285e;
	color: white;
}
main #contact a {
	color: white;
}
main #contact h1, h2 {
	text-align: center;
	padding: 10px 0;
}
main #contact h1 {
	font-size: 20px;
	padding-top: 50px;
}
main #contact .contact_contents1 {
	display: flex;
	justify-content: center;
	padding: 40px;
}
main #contact .contact_tel {
	text-align: center;
	padding: 5px 30px;
}
main #contact .contact_tel a {
	pointer-events: none;
}
#contact .contact_tel p {
	font-size: 28px;
}
main #contact .boxleft_p {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact .contact_contents2 {
	border-left: 1px solid #bac1cb;
	display: flex;
	justify-content: center;
	padding: 10px 40px;
}
main #contact .contact_boxleft {
	background-color: #0094aa;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}
main #contact .contact_boxright {
	background-color: #0070b5;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}

@media screen and (max-width:768px) {
main #contact h1 {
	font-size: 20px;
}
main #contact .contact_contents1 {
	display: block;
	padding: 40px;
}
main #contact .contact_tel {
	padding: 10px;
}
main #contact .contact_tel a {
	pointer-events: auto;
}
#contact .contact_tel img {
	margin-right: 10px;
}
#contact .contact_tel p {
	font-size: 25px;
}
main #contact .boxleft_p {
	font-size: 7px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact .contact_contents2 {
	border-left: none;
	padding: 20px;
}
}
/*#features*/
main #features .SPfeatures1_img, .SPfeatures2_img {
	display: none;
}
main #features .features_title {
	display: flex;
	justify-content: center;
	padding: 50px;
}
main #features h1 span {
	border-right: 1px solid #bac1cb;
	font-size: 30px;
	margin: 0 30px;
	padding-right: 30px;
}
main #features h2 {
	font-size: 15px;
	padding-left: 100px;
}
main #features .features_contents {
	background-color: #f1f3f8;
}
main #features .features1_flame {
	display: flex;
	justify-content: center;
	padding: 20px;
	position: relative;
}
main #features .features1 {
	display: flex;
	flex-flow: column;
	padding-bottom: 50px;
	z-index: 2;
}
main .features1_flame .features1_2 {
	margin-left: -100px;
	width:580px;
	height: auto;
	z-index: 1;
}
main .features1_flame .features1_2 img{
	width: 100%;
}
#features .features1 h3 {
	z-index: 2;
}
main #features .features1_contents {
	background-color: white;
	margin-top: -30px;
	width: 600px;
	z-index: 1;
}
main #features .features1_contents h4 {
	font-size: 20px;
	padding: 70px 30px 10px 30px
}
main #features .features1_contents p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 20px 30px 50px 30px;
}
/*#features2*/
main #features .features2_flame {
	display: flex;
	justify-content: center;
	padding: 20px;
	position: relative;
}
main .features2_flame .features2_2 {
	margin-right: -100px;
	width: 580px;
	height: auto;
	z-index: 1;
}
main .features2_flame .features2_2 img{
	width: 100%;
}
main #features .features2 {
	display: flex;
	flex-flow: column;
	padding-bottom: 50px;
}
#features .features2 h3 {
	text-align: right;
	z-index: 3;
}
main #features .features2_contents {
	background-color: white;
	margin-top: -30px;
	width: 600px;
	z-index: 2;
}
main #features .features2_contents h4 {
	font-size: 20px;
	padding: 70px 30px 10px 30px
}
main #features .features2_contents p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 20px 30px 70px 30px;
}
main #features .features_bottom {
	text-align: center;
	padding-bottom: 50px;
}
main #features .features_contents2 {
	padding: 50px;
}

@media screen and (max-width:768px) {
/*titile*/
main #features .features_title {
	display: block;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
main #features h1 span {
	border-right: 1px solid #bac1cb;
	font-size: 18px;
	margin: 0 20px 0 0;
	padding-right: 20px;
}
main #features h2 {
	font-size: 10px;
	text-align: center;
	padding-left: 0px;
}
/*features content flame*/
#features .features1_flame {
	position: static;
}
#features .features1_2, .features2_2 {
	display: none;
}
main #features .features_contents2 {
	padding: 0;
}
/*features content1*/
main #features .SPfeatures1_img {
	display: block;
	width: auto;
}
#features .SPfeatures1_img img {
	width: 100%;
}
main #features .features1_flame {
	display: block;
	padding: 20px;
}
main #features .features1 {
	display: block;
	padding-bottom: 0px;
	z-index: 0;
}
#features .features1 h3 {
	text-align: center;
	z-index: 0;
}
main #features .features1_contents {
	margin-top: 0px;
	text-align: left;
	width: auto;
	z-index: 0;
}
main #features .features1_contents h4 {
	font-size: 20px;
	padding: 40px 20px 20px 20px;
}
main #features .features1_contents p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 20px 20px 40px 20px;
}
/*features content2*/
#features .SPfeatures2_img {
	display: block;
	width: auto;
}
#features .SPfeatures2_img img {
	width: 100%;
}
main #features .features2_flame {
	display: block;
	padding: 20px;
	position: relative;
}
main #features .features2 {
	display: block;
	padding-bottom: 0px;
	z-index: 0;
}
#features .features2 h3 {
	text-align: center;
	z-index: 0;
}
main #features .features2_contents {
	margin-top: 0px;
	text-align: left;
	width: auto;
	z-index: 0;
}
main #features .features2_contents h4 {
	font-size: 20px;
	line-height: 30px;
	padding: 40px 20px 20px 20px;
}
main #features .features2_contents p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 20px 20px 40px 20px;
}
/*features_bottom*/
main #features .features_bottom {
	padding: 0 10px;
	width: auto;
}
main #features .features_bottom img {
	width: 100%;
}
}
/*#franchise*/
main .SPfranchise_img {
	display: none;
}
main #franchise {
	margin-top: 50px;
}
main #franchise .franchise_contents {
	background-image: url(images/main_franchise_photo.png);
	background-repeat: no-repeat;
	background-size: cover;
}
main #franchise .franchise_contents2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 1000px;
}
main #franchise .franchise_text {
	color: black;
	background-color: white;
	width: 50%;
}
main #franchise .franchise_text h1 {
	font-size: 18px;
	text-align: start;
	padding: 30px 30px 20px 30px;
	display: flex;
	align-items: center;
}
h1:after {
	border-top: 1px solid #bac1cb;
	content: "";
	display: inline;
	flex-grow: 1;
}
h1:after {
	margin-left: 0.5em;
}
main #franchise .franchise_text h2 {
	font-size: 20px;
	text-align: start;
	line-height: 30px;
	padding: 20px 30px 20px 30px;
}
main #franchise .franchise_text p {
	font-size: 15px;
	text-align: start;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 20px 30px 50px 30px;
}

@media screen and (max-width:768px) {
main .SPfranchise_img {
	display: block;
}
main #franchise {
	margin-top: 20px;
}
main #franchise .franchise_contents {
	background-image: none;
}
main #franchise .franchise_contents2 {
	padding: 0;
	width: auto;
}
main #franchise .franchise_text {
	color: black;
	background-color: white;
	width: auto;
}
main #franchise .franchise_text h2 {
	font-size: 18px;
	padding: 10px 30px;
}
main #franchise .franchise_text p {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 30px;
}
}
/*#contact2*/
main #contact2 {
	background-color: #00285e;
	color: white;
	margin-top: 50px;
}
main #contact2 a {
	color: white;
}
main #contact2 h1, h2 {
	text-align: center;
	padding: 10px 0;
}
main #contact2 h1 {
	font-size: 20px;
	padding-top: 50px;
}
main #contact2 .contact_contents1 {
	display: flex;
	justify-content: center;
	padding: 40px;
}
main #contact2 .contact_tel {
	text-align: center;
	padding: 5px 30px;
}
main #contact2 .contact_tel a {
	pointer-events: none;
}
#contact2 .contact_tel p {
	font-size: 28px;
}
main #contact2 .boxleft_p {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact2 .contact_contents2 {
	border-left: 1px solid #bac1cb;
	display: flex;
	justify-content: center;
	padding: 10px 40px;
}
main #contact2 .contact_boxleft {
	background-color: #0094aa;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}
main #contact2 .contact_boxright {
	background-color: #0070b5;
	font-size: 10px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}

@media screen and (max-width:768px) {
main #contact2 h1 {
	font-size: 20px;
}
main #contact2 .contact_contents1 {
	display: block;
	padding: 40px;
}
main #contact2 .contact_tel {
	padding: 10px;
}
main #contact2 .contact_tel a {
	pointer-events: auto;
}
#contact2 .contact_tel img {
	margin-right: 10px;
}
#contact2 .contact_tel p {
	font-size: 25px;
}
main #contact2 .boxleft_p {
	font-size: 7px;
	letter-spacing: 1px;
	padding-top: 10px;
}
main #contact2 .contact_contents2 {
	border-left: none;
	padding: 20px;
}
}
/*footer*/
footer .PCnav {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d0d3d9;
	font-size: 15px;
	height: 60px;
	justify-content: center;
	padding: 10px 0;
}
footer .PCnav a {
	border-left: 1px solid #d0d3d9;
	padding: 0px 17px;
}
footer .PCnav li:last-child a {
	border-right: 1px solid #d0d3d9;
}
footer #fix {
	position: fixed;
	bottom: 10px;
	right: 150px;
	width: 66px;
	z-index: 999;
}
footer .footer_main {
	display: flex;
	align-items: flex-start;
}
footer .footer_boxleft img {
	padding: 20px 0;
}
footer .footer_boxleft li {
	border-bottom: 1px solid #d0d3d9;
	padding: 10px 20px 10px 10px;
}
footer .footer_boxright {
	margin-top: 70px;
	margin-left: 70px;
}
footer .footer_boxright h1 {
	border-bottom: 1px solid #d0d3d9;
	padding: 20px 20px 20px 10px;
}
footer .footer_boxright p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px;
}
footer .Copyright {
	border-top: 1px solid #d0d3d9;
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width:768px) {
footer .PCnav {
	display: none;
}
footer .footer_main {
	display: block;
	text-align: left;
}
footer .footer_boxleft {
	padding: 0 10px;
	width: auto;
}
footer .footer_boxleft img {
	width: 100%;
	padding: 10px 0;
}
footer .footer_boxleft li {
	font-size: 15px;
	padding: 5px;
}
footer .SPQR_img {
	width: auto;
}
footer .SPQR_img img {
	width: 20%;
}
footer #fix {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 66px;
	z-index: 999;
}
footer .footer_boxright {
	margin-top: 5px;
	margin-left: 0px;
}
footer .Copyright {
	font-size: 10px;
	padding: 20px 0;
}
}
