@charset "utf-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
html {
	overflow-y: scroll;
}
body {
	color: #555;
	font-size: 15px;
    line-height: 1.8;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	background: white;
	overflow: hidden;
}


strong {
	font-weight: bold;
}
.x-small { font-size: 10px; line-height: 1.6; }
.small { font-size: 12px; line-height: 1.6; }
.middle { font-size: 14px; }
.large { font-size: 16px; }
.x-large { font-size: 18px; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {
	font-style: italic;
}

img.frame {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.bold{font-weight: bold;}

.white { color: #ffffff; }
.red { color: #f00; }
.blue { color: #06c; }
.purple { color: #c27dbc; }
.orange { color: #c60; }
.green { color: #06c286; }
.navy { color: #04447c; }
.gold { color: #aa9b3e; }
.f-right {
	float: right;
	margin-left: 15px !important;
}
.f-left {
	float: left;
	margin-right: 15px !important;
}
.pointer {
	cursor: pointer;
}
.clear {
	clear: both;
}
.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
a {
	font-size: 100%;
	vertical-align: baseline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration:none;
}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a:focus{
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


ul.decimal li{list-style: decimal;margin-bottom: 5px;margin-left: 25px;}
ul.decimal2 li{list-style:lower-latin;margin-bottom: 3px;margin-left: 30px;}

.indent {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.indent span {
    display: inline-block;
    width: 1.1em;
    text-indent: 0;
}
.indent-icon {
	position: relative;
	padding-left: 1.2em;
}
.indent-icon::after {
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	color: #bb2525;
}
.indent-icon.dot::after {
	content: "\f192";
}
.indent-icon.check::after {
	content: "\f046";
}
.indent-icon.color-2::after {
	color: #c00;
}
.bb {
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
a.btn {
	display: inline-block;
	padding: 15px 50px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;letter-spacing: 0.05em;
}
a.btn:hover {
}
.pc a.btn:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.btn-more {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 10px 0px;
	line-height: 1;width: 80%;
	background-color: rgba(6,194,134,1);
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.btn-more:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a.btn-more2 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 20px 15px;
	line-height: 1;width: 262px;
	background-color: rgba(6,194,134,1);
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.btn-more2:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}



@media (max-width: 1024px) {

}
@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.6;
		position: relative;
}
	.x-small { font-size: 11px; }
	.small { font-size: 12px; }
	.middle { font-size: 13px; }
	.large { font-size: 14px; }
	.x-large { font-size: 15px; }
	.x2-large { font-size: 16px; }
	.x3-large { font-size: 17px; }
	.x4-large { font-size: 18px; }
	.max-large { font-size: 24px; }
	.text-center.left-xs {
		text-align: left;
	}
	.btn {
		padding: 10px;
	}
	a.btn {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
a.btn-more {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 10px 0px;
	line-height: 1;width: 260px;
	background-color: rgba(6,194,134,1);
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn-more2 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 15px 0px;
	line-height: 1;width: 260px;
	background-color: rgba(6,194,134,1);
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-center.left-xs {
		text-align: left;
	}
	.xs-w75 {
		width: 75%;
	}
	.xs-w50 {
		width: 50%;
	}
}
/*-----------------------------------------------------------------------------
layout
-----------------------------------------------------------------------------*/
.fluid {
	max-width: 1170px;
	margin: 0 auto;
}

#header{width: 100%;background:#f8faed;}

/*-----------------------------------------------------------------------------
common
-----------------------------------------------------------------------------*/
#h2area{padding: 100px 0px;}
#h2area.h2-news{background: url("../images/h2-greeting.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}
#h2area.h2-season{background: url("../images/h2-season.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}
#h2area.h2-restrant{background: url("../images/h2-restrant.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.headline01 {text-align: center;font-size: 52px;letter-spacing: 0.1rem; color: white;text-shadow: #363 1px 0 10px;font-family: 'Noto Sans JP', sans-serif;}

.headline02 {
	font-size: 28px;
text-align: left;
padding: 10px 0px;
color: #222;
border-left: 5px solid #5c9ddf;
padding-left: 20px;
margin-bottom: 30px;
letter-spacing: 0.05em;
}
.headline03 {
	font-size: 22px;
	line-height: 1.4;
	border-bottom: double #DFCBAD;
	margin-bottom: 20px;
}
.headline-ll {
	padding: 0.1em 0 0.1em 0.5em;
	border-left: 7px solid #f00;
	margin-bottom: 20px;
}
.line-left {
	padding-left: 5px;
	border-left: 3px solid #c27dbc;
}
.line-bottom {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#pankuzu{background:#f5f5f5; }
.breadcrumb {
	margin: 0px 0 0px;
	background-color: none;
}
.breadcrumb a{color:#72ae63;}
.table > tbody > tr > th {
	background-color: #f6f6f6;
}
.more{text-align: center;}
@media (max-width: 1024px) {
	.headline03 {
		font-size: 22px;
	}
	.breadcrumb {
		margin: 0px 0 0px;
	}
}

@media (max-width: 834px) {
#h2area{padding: 60px 0px;}
.headline01 {text-align: center;font-size: 32px;letter-spacing: 0.1rem; color: white;text-shadow: #363 1px 0 10px;font-family: 'Noto Sans JP', sans-serif;}

}

@media (max-width: 767px) {
#h2area{padding: 40px 0px;}
#h2area.h2-beginner{background: url("../images/h2-beginner-xs.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;}

.headline01 {text-align: center;font-size: 28px;letter-spacing: 0.1rem; color: white;text-shadow: #363 1px 0 10px;font-family: 'Noto Sans JP', sans-serif;}
.headline02 {
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	padding: 7px 2px 2px 10px;
}
	.headline03 {
		font-size: 18px;
	}
	.table > tbody > tr > th {
		background-color: transparent;
	}
}

@media (max-width: 567px) {
.headline01 {font-size:20px;}

.headline02 {
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #333;margin-bottom: 20px;}

}

ul.normal {
	list-style-type: disc;
}
ul.normal li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
} 


/*-----------------------------------------------------------------------------
section common
-----------------------------------------------------------------------------*/
article {
	padding: 0 0 30px;
}
.common-cont {
	padding: 20px 0 50px;
}
@media (max-width: 1024px) {
	article {
		padding: 0;
	}
	.common-cont {
		padding: 20px 0 30px;
	}
}
@media (max-width: 767px) {
	.common-cont {
		padding: 20px 0 40px;
	}
}
/*-----------------------------------------------------------------------------
home
-----------------------------------------------------------------------------*/
/* メインスライダーについてはここから */

#top_scroll{
height: 700px;
margin-top:0px;
}	

@media (max-width: 1024px) {
#top_scroll{
height: 550px;
}
}

@media (max-width: 991px) {
#top_scroll{
height: 500px;
}

}

@media (max-width: 800px) {
#top_scroll{
height: 400px;
}

}



@media (max-width: 667px) {
#top_scroll{
height: 250px;
}


}


.home #main01 {padding: 80px 0px;background: url("../images/bg-maru.jpg")!important;background-position: top center;position: relative;}
.home #main01 .top-h3{background: url("../images/bg-top-h3.png");background-position: top center;background-repeat: no-repeat; padding-top:50px;font-size: 32px;font-weight: bold;color: #555;text-align: center;letter-spacing: 0.1rem;margin-bottom: 40px;}
.home #main01 .top-h3 span{display: block;margin-top: 10px;font-size: 15px;color: #06c286;font-weight: normal;letter-spacing: 0.05rem;}
.home #main01 .top-products{background: white;padding: 50px 0px 70px 0px;position: relative;z-index: 20;}
.home #main01 .top-products li{text-align: center;border-right: 1px solid #cac49f;padding: 0px 50px;position: relative;}
.home #main01 .top-products li:last-child{text-align: center;border-right: none;padding-right: 50px;}
.home #main01 .top-products li img{border-radius: 50%;margin-bottom: 30px;}
.home #main01 .top-h4{font-size: 30px;color: #06c286;font-weight: bold;letter-spacing: 0.05rem;text-align: center;height: 60px;margin-bottom: 20px;}
.home #main01 .top-h4 span{font-size: 20px;color: #06c286;font-weight: normal;letter-spacing: 0.05rem;text-align: center;display: block;}
.home #main01 .sub{font-size: 18px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.home #main01 p.comment{font-size: 16px;text-align: left;margin-bottom: 50px;}
.home #main01 .top-products li .morebtn{position: absolute; left:0;right: 0; bottom: 0;height: 40px;}

.home #main02 {padding: 90px 0px;background: url("../images/bg-top-area.jpg");background-position:center top;background-repeat: no-repeat;}
.home #main02 .top-h3{background: url("../images/bg-top-h3-2.png");background-position: top center;background-repeat: no-repeat; padding-top:50px;font-size: 32px;font-weight: bold;color: #fff;text-align: center;letter-spacing: 0.1rem;margin-bottom: 40px;}
.home #main02 .top-h3 span{display: block;margin-top: 10px;font-size: 15px;color: #cac49f;font-weight: normal;letter-spacing: 0.05rem;}
.home #main02 p{font-size: 16px;text-align: left;color: white;padding-left: 40px;margin-bottom: 30px;}

.home #main03 {padding: 90px 0px;background: #fff;}
.home #main03 .top-h3{background: url("../images/bg-h3-heart.png");background-position: left center;background-repeat: no-repeat;padding-left: 36px;font-size: 24px;color:#05C285;margin-bottom: 40px;}
.home #main03 .top-h3 span{color: #555;font-size: 16px;padding-left: 10px;}

.news_box {text-align:left;margin-bottom: 25px;border-bottom: 1px solid #c9c9c9;padding-bottom: 25px;font-size: 0;}
.news_box li { display: inline-block;  vertical-align: middle;}
.news_box .date { text-align:left; font-size:16px;letter-spacing: 0.05em;width: 25%;}
.news_box .date span{ font-size:11px;letter-spacing: 0.05em;background: #555;color: white;padding: 0px 10px;margin-left: 10px;vertical-align: middle;}
.news_box .text{font-size:16px;letter-spacing: 0.05em;width: 70%; }
.news_box .next{text-align: center; width: 5%; vertical-align: middle;background:#cac49f ;padding: 5px;}
.news_box .next a i{font-size:16px; color: #fff;}
.news_box .next a{  color: #fff !important;display: inline-block;}

.news_box a.pdf {
        list-style: none;
        padding-left: 0;
		color: #cac49f;
		text-decoration: underline;
      }
.news_box a.pdf:hover {
        list-style: none;
        padding-left: 0;
		color: #ccc;
		text-decoration: underline;
      }
.news_box a.pdf:after {
        font-family: "fontawesome";
        content: "\f1c1";
        margin-left: .3em;
      }

.news_box a.word {
        list-style: none;
        padding-left: 0;
		color: #cac49f;
		text-decoration: underline;
      }
.news_box a.word:hover {
        list-style: none;
        padding-left: 0;
		color: #ccc;
		text-decoration: underline;
      }
.news_box a.word:after {
        font-family: "fontawesome";
        content: "\f1c2";
        margin-left: .3em;
      }
.news_box a.excel {
        list-style: none;
        padding-left: 0;
		color: #cac49f;
		text-decoration: underline;
      }
.news_box a.excel:hover {
        list-style: none;
        padding-left: 0;
		color: #ccc;
		text-decoration: underline;
      }
.news_box a.excel:after {
        font-family: "fontawesome";
        content: "\f1c3";
        margin-left: .3em;
      }


@media (max-width: 1199px) {
.home #main01 .sub{font-size: 16px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.home #main01 .top-products li{text-align: center;border-right: 1px solid #cac49f;padding: 0px 40px;}
.home #main01 .top-products li:last-child{text-align: center;border-right: none;padding-right: 40px;}
.home #main02 {padding: 90px 0px;background: url("../images/bg-top-area.jpg");background-position: center top;background-repeat: no-repeat;background-size: cover;}

}

@media (max-width: 991px) {

.home #main01 .top-products{background: white;padding: 40px 0px 60px 0px;position: relative;z-index: 50;}
.home #main01 .top-products li{text-align: center;border-right: 1px solid #cac49f;padding: 0px 30px;}
.home #main01 .top-products li:last-child{text-align: center;border-right: none;padding-right: 30px;}
.home #main01 .top-products li img{border-radius: 50%;margin-bottom: 30px;}
.home #main01 .top-h4{font-size: 26px;color: #06c286;font-weight: bold;letter-spacing: 0.05rem;text-align: center;height: 60px;margin-bottom: 20px;}
.home #main01 .top-h4 span{font-size: 16px;color: #06c286;font-weight: normal;letter-spacing: 0.05rem;text-align: center;display: block;}
.home #main01 .sub{font-size: 16px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.home #main01 p.comment{font-size: 15px;text-align: left;margin-bottom: 50px;}
.home #main02 {padding: 70px 0px;background: url("../images/bg-top-area-sm.jpg");background-position: center top;background-repeat: no-repeat;}


}

@media (max-width: 834px) {
.home #main01 .top-products li{text-align: center;border-right: 1px solid #cac49f;padding: 0px 10px;}
.home #main01 .top-products li:last-child{text-align: center;border-right: none;padding-right: 25px;}
.home #main01 .top-products li:first-child{text-align: center;padding-left: 25px;}
.home #main01 .top-products li img{border-radius: 50%;margin-bottom: 20px;}
.home #main01 .top-h4{font-size: 20px;color: #06c286;font-weight: bold;letter-spacing: 0.05rem;text-align: center;height: 40px;margin-bottom: 20px;}
.home #main01 .top-h4 span{font-size: 15px;color: #06c286;font-weight: normal;letter-spacing: 0.05rem;text-align: center;display: block;}
.home #main01 .sub{font-size: 14px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.home #main01 p.comment{font-size: 14px;text-align: left;margin-bottom: 50px;}
.home #main02 {padding: 60px 0px;background: url("../images/bg-top-area-sm.jpg");background-position: center top;background-repeat: no-repeat;}

.news_box {text-align:left;margin-bottom: 15px;border-bottom: 1px solid #c9c9c9;padding-bottom: 15px;font-size: 0;}
.news_box .date { text-align:left; font-size:14px;letter-spacing: 0.05em;width: 25%;}
.news_box .date span{ font-size:11px;letter-spacing: 0.05em;background: #555;color: white;padding: 0px 10px;margin-left: 10px;vertical-align: middle;}
.news_box .text{font-size:14px;letter-spacing: 0.05em;width: 70%; }
.news_box .next{text-align: center; width: 5%; vertical-align: middle;}
.news_box .next a i{font-size:14px; color: #cac49f;}


}

@media (max-width: 800px) {
.home #main01 .top-h3{background: url("../images/bg-top-h3.png");background-position: top center;background-repeat: no-repeat; padding-top:50px;font-size: 26px;font-weight: bold;color: #555;text-align: center;letter-spacing: 0.1rem;margin-bottom: 30px;}
.home #main01 .top-h3 span{display: block;margin-top: 10px;font-size: 14px;color: #06c286;font-weight: normal;letter-spacing: 0.05rem;}
.home #main02 {padding: 50px 0px;background: url("../images/bg-top-area-sm.jpg");background-position: center top;background-repeat: no-repeat;}
.home #main02 .top-h3{background: url("../images/bg-top-h3-2.png");background-position: top center;background-repeat: no-repeat; padding-top:50px;font-size: 26px;font-weight: bold;color: #fff;text-align: center;letter-spacing: 0.1rem;margin-bottom: 30px;}
.home #main02 .top-h3 span{display: block;margin-top: 10px;font-size: 14px;color: #cac49f;font-weight: normal;letter-spacing: 0.05rem;}
.home #main02 p{font-size: 14px;text-align: left;color: white;padding-left: 20px;margin-bottom: 20px;}


}

@media (max-width: 767px) {
.home #main01 .top-products{background: white;padding: 30px 0px 50px 0px;position: relative;z-index: 20;}
.home #main01 .top-products li{text-align: center;border-right: none;padding: 0px 40px 15px 40px;margin-bottom: 50px;}
.home #main01 .top-products li:last-child{text-align: center;border-right: none;padding-right: 40px;}
.home #main01 .top-products li:first-child{text-align: center;padding-left: 40px;}
.home #main01 .top-h4{font-size: 26px;color: #06c286;font-weight: bold;letter-spacing: 0.05rem;text-align: center;height: 38px;margin-bottom: 20px;}
.home #main01 p{font-size: 14px;text-align: left;padding: 0px 20px;}
.home #main01 .sub{font-size: 16px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.home #main01 p.comment{font-size: 14px;text-align: left;margin-bottom: 40px;}
.home #main02 {padding: 0px 0px 40px 0px;background: none;}
.home #main02 .top-h3{background: url("../images/bg-top-h3-2.png");background-position: top center;background-repeat: no-repeat; padding-top:50px;font-size: 26px;font-weight: bold;color: #555;text-align: center;letter-spacing: 0.1rem;margin-bottom: 30px;}
.home #main02 .top-h3 span{display: block;margin-top: 10px;font-size: 14px;color: #cac49f;font-weight: normal;letter-spacing: 0.05rem;}
.home #main02 p{font-size: 14px;text-align: center;color: #555;padding-left: 0px;margin-bottom: 20px;}
.home #main02 img{margin-bottom: 20px;}

.news_box {text-align:left;margin-bottom: 10px;border-bottom: 1px solid #c9c9c9;padding-bottom: 10px;font-size: 0;}
.news_box li { display: block;  vertical-align: middle;}
.news_box .date { text-align:left; font-size:14px;letter-spacing: 0.05em;width: 100%;margin-bottom: 8px;}
.news_box .date span{ font-size:11px;letter-spacing: 0.05em;background: #555;color: white;padding: 0px 10px;margin-left: 10px;vertical-align: middle;}
.news_box .text{font-size:14px;letter-spacing: 0.05em;width: 100%; margin-bottom: 10px;}
.news_box .next {text-align: center; width: 100%; vertical-align: middle;background: #F8FAEE;}
.news_box .next a{display: block;padding: 10px 5px;}

}

@media (max-width: 420px) {


}




/*-----------------------------------------------------------------------------
news.html
-----------------------------------------------------------------------------*/
.news{background:url("../images/bg-maru.png");background-position: bottom right;background-repeat: no-repeat;}
.news #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.news #main01 .h3area{padding: 30px 0px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: white;margin-bottom: 40px;}
.news #main01 .h3area .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px;}
.news #main02{ padding:70px 0px;}
.news .h4-title{font-size: 18px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 20px;}
.news .table th{background: #08529F;color: white;font-weight: normal;}
.news .table td{background: #fff;}


/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	font-family: FontAwesome !important;
	content: '\f104' !important;
}
/*次矢印のアイコンフォント*/
/*.sp-next-arrow:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow-right.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}*/
/*前矢印のアイコンフォント*/
/*.sp-previous-arrow:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow-left.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}*/
/*ナビゲーションボタンの色*/
.sp-button {
	border:2px solid #ccc;
}
.sp-selected-button {
	background-color: #ccc;
}
/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-color: #ffa801;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	color: #ffa801;
}
/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
	top: 0;
}
.sp-vertical .sp-next-arrow {
	bottom: 0;
}
@media (max-width: 1024px) {

}

@media (max-width: 991px) {
.news #main01{padding: 60px 0px;background:none;}

}


@media (max-width: 834px) {


}
@media (max-width: 800px) {

}
@media (max-width: 767px) {
.news #main01{padding: 50px 0px;}
.news #main01 li{margin-bottom: 20px;}

}

/*-- main-item
---------------------*/
.main-item {
    width: 100%;
    text-align: center;
    display: table;
    margin-bottom: 20px;
    table-layout: fixed;
}

.main-item div {
    display: table-cell;
    width: 100%;
    height: 260px;
    text-align: center;
    vertical-align: middle;
    border:1px solid #eee;
	background:white;
	padding: 10px;
}

.main-item div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
	padding-top: 8px;
}

@media (min-width: 768px) {
    .main-item div {
        height: 280px;
    }
}

@media (min-width: 992px) {
    .main-item{margin-bottom: 20px;}

    .main-item div {
        height: 380px;
    }
}

.coment-box{margin-bottom: 25px;
    position: relative;
    padding:1em 1em;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.08rem;
}
.coment-box:before,.coment-box:after{ 
    content:'';
    width: 30px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
.coment-box:before{
    border-left: solid 3px #06c286;
    border-top: solid 3px #06c286;
    top:0;
    left: 0;
}
.coment-box:after{
    border-right: solid 3px #06c286;
    border-bottom: solid 3px #06c286;
    bottom:0;
    right: 0;
}

.view-pic{margin: 0px auto;margin-bottom: 30px;text-align: center;}
.view-pic img{width: auto;max-height: 409px;}

/*-- tateyoko-item
---------------------*/
.item {
    width: 100%;
    text-align: center;
    display: table;
    table-layout: fixed;
	margin-bottom: 0px;
}

.item div {
    display: table-cell;
    width: 100%;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    border:1px solid #eee;
	background: white;
}

.item div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	vertical-align: bottom;
}

@media (min-width: 768px) {
    .item div {
        height: 180px;
    }
}

@media (min-width: 992px) {
    .item {margin-bottom: 25px;}

    .item div {
        height: 240px;
    }
}


/*-----------------------------------------------------------------------------
message.html
-----------------------------------------------------------------------------*/
.message{background:#f9f9f9;}
.message #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.message #main01 .copy{font-size: 28px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 30px;text-align: center;color: #05C285;line-height: 1.5;}
.message #main01 p{letter-spacing: 0.1rem;}

.item-pic {
  position: relative;
  }
.item-pic a{display: block;}
.item-pic p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  color: #555;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  background: rgba(255,255,255,0.8);
  padding: 20px 10px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  }


.item-pic img {
  width: 100%;
  }
.item-pic p img {
  width: auto;
  }
.item-pic p span {
  font-size: 15px;
  line-height: 1;
  }


@media (max-width: 1024px) {

.item-pic p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  color: #555;/*文字色*/
  font-size: 16px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  background: rgba(255,255,255,0.8);
  padding: 20px 5px;
  line-height: 1.2;
  }

}

@media (max-width: 991px) {
.message #main01{padding: 60px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.message #main01 .copy{font-size: 25px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 30px;text-align: center;color: #05C285;}




}

@media (max-width: 834px) {
.item-pic p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  color: #555;/*文字色*/
  font-size: 14px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  background: rgba(255,255,255,0.8);
  padding: 10px 5px;
  line-height: 1.2;
  }

.item-pic p span {
  font-size: 14px;
  }


}


@media (max-width: 800px) {
.message #main01{padding: 60px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.message #main01 .copy{font-size: 24px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 30px;text-align: center;color: #05C285;}
.item-pic p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-40%,-50%);
  -webkit-transform: translate(-40%,-50%);
  transform: translate(-40%,-50%);
  margin:0;/*余計な隙間を除く*/
  color: #555;/*文字色*/
  font-size: 14px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  background: rgba(255,255,255,0.8);
  padding: 15px 10px;
  line-height: 1.2;
  }

.item-pic p span {
  font-size: 12px;letter-spacing: 0rem;
  }

}

@media (max-width: 767px) {
.message #main01{padding: 50px 0px;background:none;}
.message #main01 .copy{font-size: 22px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 30px;text-align: left;color: #05C285;padding: 0px 20px;}
.item-pic {margin-bottom: 30px;  }


}

@media (max-width: 567px) {
.message #main01{padding: 50px 0px;background:none;}
.message #main01 .copy{font-size: 18px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;margin-bottom: 30px;text-align: left;color: #05C285;}
.item-pic {margin: 0px 30px 30px;  }
.item-pic p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  color: #555;/*文字色*/
  font-size: 15px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  background: rgba(255,255,255,0.8);
  padding: 10px;
  line-height: 1.2;}


}




/*-----------------------------------------------------------------------------
products.html
-----------------------------------------------------------------------------*/
.products{}
.products #main01{padding: 80px 0px;position: relative;}
.products #main01 .top-pic{margin: 0px auto;margin-bottom: 30px;text-align: center;}
.products #main01 .top-pic img{width: auto;max-height: 409px;}
.products #main01 #navarea{position: relative;}
.products #main01 #navarea #nav-btn{position: absolute;left:0;top:-10px;}
.products #main02{padding: 0px 0px 80px 0px;background:  #f9f9f9;}
.products .h3area{padding: 20px 0px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: white;margin-bottom: 40px;}
.products .h3area .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px;}
.products .itembox{border: 3px solid #eee;padding: 20px;background: white;margin-bottom: 30px;position: relative;}
.products .itembox ul{margin-bottom: 60px;}
.products .itembox img{border: 2px solid #eee;}
.products .itembox .title{font-size: 16px;font-family: 'Noto Sans JP', sans-serif;padding-bottom: 5px;border-bottom: 1px solid #ccc;margin-bottom: 15px;}
.products .itembox .exp{padding: 10px 0px 5px 0px;line-height: 1.5;border-bottom: 1px dotted #ccc;}
.products .itembox .bt{position: absolute;bottom: 20px;right: 20px;}

span.inside{background: #f90;color: white;padding:  2px 10px;line-height: 1;margin-right: 5px;font-size: 14px;}
span.straight{background: #0cf;color: white;padding:  2px 10px;line-height: 1;margin-right: 5px;font-size: 14px;}
span.curve{background: #3c0;color: white;padding:  2px 10px;line-height: 1;margin-right: 5px;font-size: 14px;}
span.outside{background:#202f55;color: white;padding:  2px 10px;line-height: 1;margin-right: 5px;font-size: 14px;}

@media (max-width: 991px) {

}

@media (max-width: 834px) {

}

@media (max-width: 767px) {
.nav-pills > li {
  float: none;
  width: 100%;
}
.products #main01 #navarea{position: relative;}
.products #main01 #navarea #nav-btn{position: absolute;left:0;top:-80px;}

.products .itembox img{border: 2px solid #eee;margin-bottom: 15px;}
.products .itembox .bt{position: absolute;bottom: 20px;right: 20px;left:20px;}

}






/*-----------------------------------------------------------------------------
area.html
-----------------------------------------------------------------------------*/
.area{background:#f9f9f9;}
.area #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.area #main01 .h3-title{font-size: 28px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#2cca85;text-align: center;margin-bottom:50px;line-height: 1.6;}
.area #main01 .h4-title{font-size: 22px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#555;text-align: center;margin-bottom:30px;line-height: 1.6;padding-top: 100px; }
.area #main01 .h4-title span{font-size: 16px;}
.area #main01 p{font-size: 16px;text-align: center;}


@media (max-width: 1024px) {

}


@media (max-width: 991px) {


}
@media (max-width: 834px) {
.area #main01{padding: 60px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.area #main01 .h3-title{font-size: 26px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#2cca85;text-align: center;margin-bottom:50px;line-height: 1.6;}
.area #main01 .h4-title{font-size: 22px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#555;text-align: center;margin-bottom:30px;line-height: 1.6;padding-top: 50px; }
.area #main01 .h4-title span{font-size: 16px;}

}

@media (max-width: 800px) {
.area #main01{padding: 60px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.area #main01 .h3-title{font-size: 24px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#2cca85;text-align: center;margin-bottom:50px;line-height: 1.6;}
.area #main01 .h4-title{font-size: 18px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#555;text-align: center;margin-bottom:30px;line-height: 1.6;padding-top: 40px; }
.area #main01 .h4-title span{font-size: 14px;}
.area #main01 p{font-size: 14px;text-align: center;}

}


@media (max-width: 767px) {
.area #main01{padding: 50px 0px;background:none;}
.area #main01 .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.08rem;padding: 0px 15px; color:#2cca85;text-align: left;margin-bottom:50px;line-height: 1.6;}

}

@media (max-width: 567px) {

}

/*-----------------------------------------------------------------------------
flow.html
-----------------------------------------------------------------------------*/
.flow{background:#f9f9f9;}
.flow #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.flow .h3-title{font-size: 28px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;padding: 0px 15px; color:#2cca85;text-align: center;margin-bottom:50px;line-height: 1.6;}


#processbox {margin: 0px auto;width: 100%;}
.process {
	font-size: 22px;
	color: #555;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.process span {background: #06c286;font-size: 22px; color: white;padding: 19px 22px;margin-right: 10px;border-radius: 50%;}

.guide {
	padding-left: 50px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #ddd;
	margin-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.guide p{font-size: 16px;line-height: 1.5;letter-spacing: 0.1rem;}



@media (max-width: 992px) {
.flow #main01{padding: 60px 0px;}
}


@media (max-width: 800px) {
.flow #main01{padding: 60px 0px;}
.flow .h3-title{font-size: 24px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;padding: 0px 15px; color:#2cca85;text-align: left;margin-bottom:40px;line-height: 1.6;}
.process {
	font-size: 20px;
	color: #555;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.process span {background: #06c286;font-size: 20px; color: white;padding: 10px 13px;line-height: 1;margin-right: 10px;}

.guide {
	padding-left: 35px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #ddd;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.guide p{font-size: 14px;line-height: 1.5;letter-spacing: 0.08rem;}
}
@media (max-width: 767px) {
.flow #main01{padding: 50px 0px;background:none;}
.flow .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;padding: 0px 15px; color:#2cca85;text-align: left;margin-bottom:40px;line-height: 1.6;}

.process {
	font-size: 18px;
	color: #555;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.process span {background: #06c286;font-size: 14px; color: white;padding: 11px 13px;line-height: 1;margin-right: 8px;}
.guide {
	padding-left: 20px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #ddd;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.guide li{margin-bottom: 10px;}
.guide li:last-child{margin-bottom: 0px;}

}





/*-----------------------------------------------------------------------------
works.html
-----------------------------------------------------------------------------*/
.works{background:#f9f9f9;}
.works #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.works .h3-title{font-size: 30px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:50px;line-height: 1;border-left: 7px solid #06c286;padding: 10px 10px 10px 15px;}
.works .h4-title{font-size: 20px;letter-spacing: 0.1rem;color:#fff;margin-bottom:30px;background: #06c286;padding: 10px;}

.works-img {
  position: relative;
  }

.works-img p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #555;/*背景色*/
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }

.works-img img {
  width: auto;
  }


.works #main02{padding: 80px 0px;background: url("../images/after1.jpg"),#fff;background-position: center right;background-repeat: no-repeat;}

.works #main02 p{font-size: 18px;letter-spacing: 0.2rem;text-shadow: white 1px 1px;}


@media (max-width: 1024px) {
.works #main02 p{font-size: 18px;letter-spacing: 0.2rem;text-shadow: white 1px 1px;}

}


@media (max-width: 991px) {
.works #main01{padding: 60px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.works #main02{padding: 60px 0px;background: url("../images/after1-sm.jpg"),#fff;background-position: center right;background-repeat: no-repeat;}
.works #main02 p{font-size: 16px;letter-spacing: 0.1rem;text-shadow: #ccc 1px 1px;}
.works .h3-title{font-size: 26px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:40px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}

}


@media (max-width: 767px) {
.works #main01{padding: 50px 0px;background:none;}
.works #main02{padding: 50px 0px;background: none;}
.works #main02 p{font-size: 14px;letter-spacing: 0.1rem;text-shadow: white 1px 1px;}
.works .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:30px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}

}






/*-----------------------------------------------------------------------------
faq.html
-----------------------------------------------------------------------------*/
.faq{background:#f9f9f9;}
.faq #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.faq #main02{padding: 80px 0px;background:white;}
.faq #main03{padding: 80px 0px;}
.faq .h3-title{font-size: 30px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:30px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}
.faq a.bt-faq{background: #059869;color: white;font-weight: bold;font-size: 18px;letter-spacing: 0.1rem; text-align: center;padding: 10px;width: 100%;border-radius: 10px;display: block;}
.faq_box{
	padding:40px 50px;
	background: #fff;
	border:2px solid #eee;
	font-size: 16px;
	letter-spacing: 0.1rem;
	line-height: 1.6;
}
.faq_box dt{
	background:url(../images/q.jpg) no-repeat left center;
	padding:15px 0px 15px 50px;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:1px dashed #ddd;
}
.faq_box dd{
	background:url(../images/a.jpg) no-repeat left top;
	padding:0px 0px 15px 50px;
}

@media (max-width: 991px) {
.faq #main01{padding: 60px 0px;}
.faq #main02{padding: 60px 0px;}
.faq #main03{padding: 60px 0px;}
.faq .h3-title{font-size: 26px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:40px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}

}

@media (max-width: 767px) {
.faq #main01{padding: 50px 0px;}
.faq #main02{padding: 50px 0px;}
.faq #main03{padding: 50px 0px;}
.faq .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:40px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}
.faq a.bt-faq{background: #059869;color: white;font-weight: bold;font-size: 18px;letter-spacing: 0.1rem; text-align: center;padding: 10px;width: 100%;border-radius: 10px;display: block;margin-bottom: 5px;}

}


@media (max-width: 567px) {
.faq .h3-title{font-size: 18px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:40px;line-height: 1.2;border-left: 5px solid #39F;padding-left: 10px;}

.faq_box{
	padding:15px 20px;}
.faq_box dt{
	background:url(../images/q.jpg) no-repeat left center;
	padding:15px 0px 15px 50px;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:15px;
	border-bottom:1px dashed #d3bd9d;}
.faq_box dd{
	background:url(../images/a.jpg) no-repeat left top;
	padding:0px 0px 15px 50px;
	font-size: 14px;}
}





/*-----------------------------------------------------------------------------
contact.html
-----------------------------------------------------------------------------*/
.contact{background:#f9f9f9; }
.contact #main01{padding: 80px 0px;background:url("../images/bg-heart.png");background-position: left top;background-repeat: no-repeat;}
.contact .h3-title{font-size: 24px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:30px;line-height: 1.2;}
.contact .h3-title span{font-size: 16px;font-family: 'Noto Sans JP', sans-serif;}
.contact .h3-title i{color: #06c286;}
.contact .index{font-size: 24px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#06c286;margin-bottom:30px;line-height: 1.2;text-align: center;}
.contact .sub{font-size: 16px;letter-spacing: 0.05rem;color:#555;margin-bottom:80px;line-height: 1.8;text-align: center;}

.waku{padding: 30px;text-align: center;background:white;border-radius: 10px;border:2px solid #06c286; }
.waku .tel{font-size: 30px;letter-spacing: 0.05em;line-height: 1;font-family: 'Noto Sans JP', sans-serif;}
.waku .tel span{font-size: 20px;}
.waku .tel span.biko{font-size: 14px;letter-spacing: 0.05em;display: block;padding-top: 10px;color: #666;line-height: 1.5;}
.btn-tel {
display: inline-block;
padding: 15px 10px;
line-height: 1;
width: 100%;
margin-bottom: 5px;
font-size: 24px;
background-color: #06c286;
font-family: 'Noto Sans JP', sans-serif;
color: #fff !important;
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
border-radius: 25px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-tel span{color: white;}

.contact #main02{padding: 80px 0px;background: white;}
.contact #main02 p.top{margin-bottom: 50px;text-align: center;}
.contact #main02 p.chois{font-size: 18px;text-align: center;border-right: 1px solid #ccc;}

.contact #main02 .table{}
table {
width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
.contact #main02 .table th{background:#06c286;color: white; padding: 20px 15px;width: 250px;font-weight: normal;}
.contact #main02 .table td{background: #fff;padding: 20px 15px;vertical-align: middle;}
.contact #main02 .table td span{font-size: 12px;display: block;}
.contact #main02 .table td .table{}
.contact #main02 .table td .table td{background: #fff;padding: 10px 10px;border-top: none;border-bottom: 1px solid #eee;}
.contact #main02 h4.policy{margin-bottom: 40px;font-family: 'Noto Sans JP', sans-serif;font-size: 20px;border-bottom: 2px solid #eee;padding-bottom: 10px;}


.contact .well p {text-align: center;}
.form-s{width:70px}
.form-m{width:150px}
.form-l{width:250px}
.form100{width:95%}
.form-h{ height:80px}
.needinput{background-color:#f5faea;border:1px solid #ccc}
input ,select {
    position:relative;
    top:-3px;
	color: #111;
	font-size: 13px;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle}
input{font-size:100%;vertical-align:middle; margin: 3px 0px;}
select{font-size:100%;vertical-align:middle; margin: 3px 0px;letter-spacing: 0.1rem;}
input[type="text"], select{border:1px solid #ccc;}
input,textarea { outline:0; padding:10px;border-radius: 5px;}
textarea{border:1px solid #ccc;width:95%;color: #111;}
input[type="file"] {
  margin: 0;
  padding: 2px;
  font-size: 12px;
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  font: inherit;
  margin: 0;
}

input[type="file"]::-webkit-file-upload-button {
  padding: .1em .5em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(white));
  box-shadow: inset 10px 0 12px -12px rgba(0, 0, 0, 0.4), inset -10px 0 12px -12px rgba(0, 0, 0, 0.4);
  line-height: normal;
}

input[type="file"]::-webkit-file-upload-button:focus {
  outline-offset: -2px;
}
lavel{display: block;}
.contact_privacy{height:450px;overflow:auto;border:1px solid #ccc;padding:25px;line-height:1.43333;margin-bottom:15px; background:#FFF;color: #111;}
.contact_privacy h4{font-size:16px;line-height:normal;padding-bottom:3px;border-bottom:1px dotted #aaa;margin-bottom:15px;}
.contact_privacy ol{margin-left:20px;margin-bottom:25px;}
.contact_privacy li{margin-bottom:20px;list-style-type: decimal;margin-left: 20px;}
.contact_privacy p.indent{padding-left: 1em;}

@media (max-width:991px) {
.contact #main02{padding: 60px 0px;}
.contact #main02 .table td img{margin-bottom: 20px;}

}


@media (max-width: 834px) {
.contact #main02 p.top{margin-bottom: 50px;text-align: left;}
.contact .well p {text-align:left;}

}

@media (max-width: 800px) {
.contact #main01{padding: 50px 0px;}
.contact .waku{padding: 20px;text-align: center;}
.contact .waku .tel{font-size: 22px;letter-spacing: 0.05em;line-height: 1;}
.contact .waku .tel span{font-size: 12px;letter-spacing: 0.05em;padding-top: 10px;line-height: 1.5;}
.contact form{font-size: 14px;letter-spacing: 0.05em;line-height: 1;}
.contact .well p {text-align:left;font-size: 14px;line-height: 1.4333;}


}


@media (max-width: 767px) {
.contact .h3-title{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#555;margin-bottom:30px;line-height: 1.2;}
.contact .h3-title span{font-size: 14px;font-family: 'Noto Sans JP', sans-serif;}
.contact .h3-title i{color: #06c286;}
.contact .index{font-size: 20px;font-family: 'Noto Sans JP', sans-serif;letter-spacing: 0.05rem;color:#06c286;margin-bottom:30px;line-height: 1.2;text-align: left;}
.contact .sub{font-size: 14px;letter-spacing: 0.05rem;color:#555;margin-bottom:80px;line-height: 1.8;text-align: left;}

.contact #main02{padding-bottom: 40px;}
.contact #main02 .table th{text-align: left;padding: 10px 10px;line-height: 1.444;width: 100%;display: block;}
.contact #main02 .table td{text-align: left;background-color: #fff;padding: 10px 10px;line-height: 1.7;width: 100%;display: block;}
}

@media (max-width: 567px) {
.contact #main02 table.table {font-size: 13px;} 
.contact #main02 .table td .table{width: 100%;}
.contact #main02 .table td .table td{background: #fff;padding: 10px 10px;border-top: none;border-bottom: 1px solid #eee;}
.contact #main02 .table td label {
  max-width: 80%;
  margin: 5px 0px;
  font-weight:normal;
}

}

/*-----------------------------------------------------------------------------
footer 
-----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background: #f8faed;
	padding: 36px 0px;
	border-top:1px solid #ccc;
	}
#footer p.address{font-size: 12px;line-height: 1.6;text-align: left;margin-bottom: 10px;}
#footer .telarea{}
#footer p.tel-print{font-size: 22px;color: #555;text-align: left;background: url("../images/ico-freedial-footer.png");background-position: center left;background-repeat: no-repeat;padding-left: 33px;vertical-align: middle;line-height: 1;}
#footer p.co{font-size: 14px;color: #555;text-align: right;}
#footer p.co a{color: #555;}
#footer p.co a:hover{color: #ccc;}
#footer_menu {height: auto;margin-bottom: 20px;}
#footer_menu-list li {
display: inline;
	letter-spacing: 0;
	line-height: 1;
}
#footer_menu-list li a {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 15px;
	color: #555;
	font-size: 12px;
text-decoration: none;
	line-height: 1;
	margin: 0px;
	border-right: 1px solid #999;
}
#footer_menu-list li:last-child a {
	position: relative;
	display: inline-block;
	color: #555;
	font-size: 12px;
		border-right: none;
text-decoration: none;
	line-height: 1;
	padding: 0 0 0 15px;
}
#footer_menu-list a:hover {
color: #999;}
#footer_menu-list li:last-child a:hover {
color: #999;}

@media (max-width: 1024px) {
#footer_menu-list li a {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 5px;
	color: #555;
	font-size: 12px;
text-decoration: none;
	line-height: 1;
	margin: 0px;
	border-right: 1px solid #999;
}
#footer_menu-list li:last-child a {
	position: relative;
	display: inline-block;
	color: #555;
	font-size: 12px;
		border-right: none;
text-decoration: none;
	line-height: 1;
	padding: 0 0 0 10px;
}

}

@media (max-width: 991px) {
#footer .footer-logo{text-align: center;margin-bottom: 20px;}
#footer p.tel{font-size: 22px;color: #555;background: none;padding-left: 0px;line-height: auto;height: 22px; text-align: center;display: inline;vertical-align: middle;}
#footer p.tel img{margin-right: 5px;}
#footer p.co{font-size: 14px;color: #555;text-align:center;}

#footer_menu {height: auto;margin-bottom: 20px;text-align: center;}
#footer_menu-list li a {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 5px;
	color: #555;
	font-size: 12px;
text-decoration: none;
	line-height: 1;
	margin: 0px;
	border-right: 1px solid #999;
}
#footer_menu-list li:last-child a {
	position: relative;
	display: inline-block;
	color: #555;
	font-size: 12px;
		border-right: none;
text-decoration: none;
	line-height: 1;
	padding: 0 0 0 10px;
}

}

@media (max-width: 767px) {
#footer {
	width: 100%;
	height: auto;
	padding: 40px 0px 10px 0px;}
#footer .footer-logo{padding: 0px 0px 0px 0px;text-align: center;}
#footer p.co{font-size: 14px;color: #555;text-align:center;margin-bottom: 15px;}

#footer p.tel{font-size: 25px;color: #222;text-align: center;margin: 15px 0px 10px 0px;}
#footer .bt-tel{font-size: 16px;color: #fff;text-align: center;background:#05C285; width: 100%;padding: 8px 0px;letter-spacing: 0.08em;border-radius: 30px;}
#footer .bt-tel span{color: #fff;text-align: center;width: 100%;display: block; }

#footer p{font-size: 13px;line-height: 1.4;}
	#footer_menu {
	padding-top: 0px;
		margin: 0px;
		margin-top: 15px;
		text-align: left;padding-left: 0px;
		margin-bottom: 20px;
	}
	#footer_menu #footer_menu-list {
		border-bottom: 1px solid #ccc;
}
	#footer_menu #footer_menu-list li {
		display: block;
		padding-left: 10px;
		border-top: 1px solid #ccc;
	}
	#footer_menu #footer_menu-list a {
		display: block;
		padding: 15px 10px 15px 25px;
		color: #555;
		font-size: 14px;
		border-right: none;
			margin-bottom: 0px;
	}

#footer_menu #footer_menu-list a::after {
		display: none;
	}
	#footer_menu #footer_menu-list li a:before {
		content: "\f138";
		position: absolute;
		font-family: FontAwesome;
		top: 50%;
		left: 8px;
		margin-top: -8px;
		color: #555;
	}
	
	
}

/*-----------------------------------------------------------------------------
copyright
-----------------------------------------------------------------------------*/
p.copyright  {
font-size: 12px;
color: #fff;
text-align: center;
padding: 13px;
background: #555;
letter-spacing: 0.08rem;
}
@media (max-width: 767px) {
p.copyright  {
font-size: 12px;
color: #fff;
text-align: center;
padding: 10px;
}

}


@media print {
  .aos-init {
    opacity: 1 !important;
    transform: none !important; }
.home #main01 {background:none;background-position: center top;background-repeat: no-repeat;position: relative;top:0;left: 0;right: 0;z-index: 20;padding: 0px 0px 30px 0px;}
.home #main02 {padding: 90px 0px;background: url("../images/bg-top-area-sm.jpg")!important;background-position:center top!important;background-repeat: no-repeat!important;background-size: cover!important;}
#footer .footer-logo{padding: 15px 0px 10px 0px;text-align: left;display: block;}
#footer p.tel-print{display: none;}
#footer_menu-list li a {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 5px;
	color: #555;
	font-size: 12px;
text-decoration: none;
	line-height: 1;
	margin: 0px;
	border-right: 1px solid #999;
}
#footer_menu-list li:last-child a {
	position: relative;
	display: inline-block;
	color: #555;
	font-size: 12px;
		border-right: none;
text-decoration: none;
	line-height: 1;
	padding: 0 0 0 5px;
}

}

#topcontrol{z-index: 100;}
