@charset "UTF-8";

html {
	overflow-x: hidden;
}

body {
	font-family: Meiryo,メイリオ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","YuGothic","游ゴシック",Helvetica,Arial,sans-serif;
	font-size: 1.0rem;
	line-height: 1.5;
	background-color:#fff;
	color:#000;
}

.font_honmin { font-family: "HonMinSKok-M"; }
.font_kakugogin_m_m { font-family: "Shuei KakuGo Gin M"; }
.font_kakugogin_m_b { font-family: "Shuei KakuGo Gin B"; }
.font_akzidenz { font-family: 'Roboto', sans-serif; }
.font_termina { font-family: 'Roboto', sans-serif; }

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	transition: all 0.2s ease;
	opacity: 0.8;
}

img,video,picture {
	width: 100%;
}

.img_box {
	position: relative;
	z-index: 2;
}

.img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
	margin: auto;
	z-index: 1;
	transition: all 0.5s;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:inherit;
}

ul, ol {
	list-style-type: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	appearance: none;
	border: none;
	outline: none;
	border-radius:0;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	vertical-align:middle;
	margin-right:3px;
}

select {
	border-radius:0;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.dib {
	display: inline-block;
}

/*
.clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
*/

.clamp {
	position: relative;
	overflow: hidden;
}
.clamp::before,
.clamp::after {
  position: absolute;
  background:#F6F5F5;
}
.clamp::before {
  content: "...";
  bottom: 0;
  right: 0;
}
.clamp::after {
  content: "";
  height: 100%;
  width: 100%;
}

.sp { display: none; }

header {
	padding: 15px 0 5px;
}

.logo_area {
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding-right: 20px;
}

.logo_area h1 {
	width: 400px;
}

.header_info {
	margin-left: auto;
}

.header_info>p a {
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 2.5rem;
	color: #59c66e;
	margin-left: auto;
	padding-left: 60px;
	background-image: url("../img/icon_tel.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	letter-spacing: -0.05em;
}

.header_info div.time {
	text-align: right;
}

.header_info div.time p {
	display: inline-block;
	color: #fff;	
	background-color: #7c7d77;
	padding: 5px 10px;
}


/* pc hmenu start */

.openbtn02 {
	display: none;
}

#h-nav{
	position:fixed;
	top:-120%;
	z-index: 999;
	left:0;
	width:100%;
    height: auto;/*ナビの高さ*/
	background:#fff;
	transition: all 0.6s;
	border-bottom: 2px solid #7c7d77;
}
#h-nav.m_fixed{
	top:0;    
}

#h-nav ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;	
}

#h-nav ul li {
	width: 20%;
}

#h-nav ul li a {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.75rem;	
	font-weight: bold;	
	position: relative;
}

#h-nav ul li a:hover {
	border-bottom: 2px solid #ffab0a;
}

#h-nav ul li a::after {
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 70%;
	content: "";
	background-color: #ccc;
}

#h-nav ul li:nth-of-type(5n) a::after {
	display: none;
}


/* pc hmenu end */

.ttl_h2 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 50px;
}

.ttl_h2 span {
	display: inline-block;
	padding: 5px 20px;
	border-bottom: dotted 2px;
}

.fv_slider {
	position: relative;
}

.fv_slider li {
	width: 100%;
	max-width: 1200px;
	margin: 0 10px;
}

.section001 {
	padding: 50px 0 100px;
}

.content001 {
	width: 95%;
	max-width: 1200px;
	margin: -70px auto 0;
	padding-top: 70px;
}

.section002 {
	padding: 50px 0 100px;
	background-color: #dddada;
}

.content002 {
	width: 95%;
	max-width: 1200px;
	margin: -70px auto 0;
	padding-top: 70px;
}

.list01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.25rem;	
}

.list01 li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;	
	color: #fff;
	margin: 15px;
	border-radius: 15px;
}

.list01.ptn01 li {
	background-color: #68b44a;
}


.list01.ptn02 li {
	background-color: #68b44a;
}

.list03 {
	display: flex;
	flex-wrap: wrap;
}

.list03 dt {
	font-size: 1.25rem;
	width: 100%;
	margin: 20px 0;
	padding-left: 10px;
	font-weight: bold;
}

.list03 dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 30px;	
	color: #fff;
	margin: 10px;
	border-radius: 15px;
	background-color: #7c7d77;
}

.list04 li {
	margin: 0 auto 10px;
	font-size: 1.25rem;
	text-align: center;
}

.aboutus>p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.aboutus h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 20px 0 20px 5%;
}

.aboutus h4 {
	font-weight: bold;
	font-size: 1.125rem;
	margin: 20px 0 20px 5%;
}

.aboutus dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.aboutus dl:last-of-type {
	margin-bottom: 30px;
}

.aboutus dl dt {
	width: 20%;
	margin: 0 5% 20px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #59c66e;
	color: #fff;
}

.aboutus dl dd {
	width: 70%;
	margin-bottom: 20px;
}

.aboutus dl dd.link a {
	text-decoration: underline;
}

.greeting {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.greeting>div:first-child {
	order: 2;
	width: 30%;
	padding: 0 20px;
}

.note {
	font-size: 1.125rem;
	background-image:linear-gradient(90deg,rgba(211,198,189,0) 0%,rgba(211,198,189,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),linear-gradient(180deg,rgba(211,198,189,0) 0%,rgba(211,198,189,0) 90%,rgba(100,100,100,100) 100%);  
	background-repeat:repeat-x,repeat-y;
	background-size:8px 100%,100% 2.0em;
	line-height:2.0;
}

.greeting>div:last-child {
	order: 1;
	width: 70%;
	padding: 0 20px;
}


.form {
	margin: 100px auto;
	font-size: 1.25rem;
	text-align: center;
}

.form span {
	display: inline-block;
}

.form a {
	text-decoration: underline;
}

footer {
	padding-bottom: 100px;
	width: 100%;
}

.footer_copy {
	background-color: #39573f;
	padding: 10px 0;
}

.footer_copy p {
	text-align: center;
	color: #fff;
}

/* pc cv start */

.openbtn{
	display: none;
}

#g-nav{
    position:fixed;
    z-index: 999;
	bottom:0;
    left:0;
	width:100%;
	background: rgba(255,255,255,0.9);
	border-top: solid 2px #7c7d77;
	transition: all 0.6s;
}
#g-nav ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#g-nav ul li {
	margin: 10px 1%;
}

#g-nav ul li:nth-of-type(1) {
	width: 27%;
}

#g-nav ul li:nth-of-type(2) {
	width: 27%;
}

#g-nav ul li:nth-of-type(3) {
	width: 27%;
}

#g-nav ul li>div>p:first-child {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 2.0rem;
	color: #59c66e;
	margin-left: auto;
	padding-left: 20%;
	background-image: url("../img/icon_tel.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16% auto;
}

#g-nav ul li>div>p:last-child {
	text-align: center;
	font-size: 0.75rem;
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #59c66e;
	color: #fff;
	border-radius: 5px;
}

@media screen and (min-width:768px) and ( max-width:1150px) {
	#g-nav ul li>div>p:first-child {
		font-size: 2.7vw;
	}

	#g-nav ul li>div>p:last-child {
		font-size: 1.05vw;
	}
}

#g-nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-radius: 40px !important;
	/* background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: 60% 0%,0% 0%,100% 0%;
	background-size: 20% 100%,60% 100%,40% 100%;	 */
}

#g-nav ul li:nth-of-type(1) a {
	display: none;
	flex-direction: column;
	background-color: #59c66e;	
	/* background-image:
	linear-gradient(to right bottom,#ff2f1f 0%,#ff2f1f 50%,#f52c1d 50%,#f52c1d 100%),
	linear-gradient(to right,#ff2f1f,#ff2f1f),
	linear-gradient(to right,#f52c1d,#f52c1d);	 */
	box-shadow: 0 8px 0 #185524;
	text-align: center;
}

#g-nav ul li:nth-of-type(2) a {
	flex-direction: column;
	background-color: #7c7d77;
	/* background-image:
	linear-gradient(to right bottom,#ff5e1f 0%,#ff5e1f 50%,#ff4800 50%,#ff4800 100%),
	linear-gradient(to right,#ff5e1f,#ff5e1f),
	linear-gradient(to right,#ff4800,#ff4800);	 */
	box-shadow: 0 8px 0 #40413f;
	text-align: center;
}

#g-nav ul li:nth-of-type(3) a {
	flex-direction: column;
	background-color: #39573f;
	/* background-image:
	linear-gradient(to right bottom,#ff5e1f 0%,#ff5e1f 50%,#ff4800 50%,#ff4800 100%),
	linear-gradient(to right,#ff5e1f,#ff5e1f),
	linear-gradient(to right,#ff4800,#ff4800);	 */
	box-shadow: 0 8px 0 #243528;
	text-align: center;
}

#g-nav ul li:nth-of-type(1) a p:first-child,
#g-nav ul li:nth-of-type(2) a p:first-child,
#g-nav ul li:nth-of-type(3) a p:first-child {
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}

#g-nav ul li:nth-of-type(1) a p:last-child,
#g-nav ul li:nth-of-type(2) a p:last-child,
#g-nav ul li:nth-of-type(3) a p:last-child {
	font-size: 0.75rem;
	color: #fff;
}

@media screen and (min-width:768px) and ( max-width:1150px) {
	#g-nav ul li:nth-of-type(1) a p:last-child,
	#g-nav ul li:nth-of-type(2) a p:last-child,
	#g-nav ul li:nth-of-type(3) a p:last-child {
		font-size: 1.05vw;
	}
}

/* pc cv end */
