@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
body{
font-family: "Avenir" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
width: 100%;
min-width:1200px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	color: #4e4335;
	text-align: left;
	text-size-adjust: 100%;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
    opacity: 0.9;
}
p,ul,ul li,ol,ol li,dl,dt,dd{
color: #4e4335;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd,
.drawer-toggle,
.drawer-nav {
	display: none;
}
.body{
width: 1200px;
margin: 0 auto;
}
/*=============================================================
タイトル
=============================================================*/
.title {
width: 1400px;
margin: 0 auto;
text-align: left;
}
h2 {
font-size: 28px;
font-weight: 600;
color: #ff4335;
line-height: 1.6em;
text-align: left;
}
h3 {
font-size: 24px;
font-weight: 600;
color: #000;
line-height: 1.6em;
text-align: left;
margin-bottom: 30px;
}
/*=============================================================
ボタン
=============================================================*/
.btn{
border: 6px double #22d694;
display: block;
width: 250px;
padding: 20px;
text-align: center;
text-decoration: none!important;
color:#229c7c!important;
font-size: 20px;
}
.btn_line{
background: #70c35e;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 200px;
padding: 0.5em 2em 0.5em 1em;
text-align: center;
text-decoration: none!important;
color:#fff!important;
}
.btn_line::before{
content: "";
width: 33px;
height: 31px;
background: url("../image/line.png");
background-size: contain;
background-repeat: no-repeat;
padding-right: 20px;
}
/*=============================================================
#header
=============================================================*/
#header {
width: 100%;
height: 100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000!important;
}
#header .left {
display: flex;
align-items: center;
}
#header .left a {
padding:0 20px;
}
#header .left p {
font-size: 14px;
text-align: left;
line-height: 1.4em;
}
#header .header_nav ul {
display: flex;
}
#header .header_nav ul li{
padding-left: 3px;
}
#header .header_nav ul li a{
display:flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 600;
text-decoration: none;
font-size: 16px;
width: 140px;
height: 100px;
background: #22d694;
margin: auto;
}
#header .header_nav ul li a:hover{
background: #229c7c;
}

/*=============================================================
#FOOTER
=============================================================*/
.contact_link{
	position: fixed;
    bottom: 0;
	right: 0;
    z-index: 8000;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #EF8631;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #E9F262;
}
#footer {
width: 100%;
background: url("../image/footer_bg.jpg");
background-size: cover;
padding: 30px 0 100px;
}
#footer .footer_box {
margin: 0 auto;
max-width: 1200px;
display: flex;
justify-content: space-between;
padding: 30px 0;
}
#footer .footer_box .left {
text-align: left;
}
#footer .footer_box .left .logo {
padding-bottom: 10px;
}
#footer .footer_box .left p {
padding-bottom: 25px;
}
#footer .footer_box .left ol {
display: flex;
justify-content:flex-start;
}
#footer .footer_box .left ol li{
padding-right: 10px;
}
#footer .footer_box .right {
padding-top: 15px;
}
#footer .footer_nav ul {
display: flex;
}
#footer .footer_nav ul li:not(last-child){
padding-right: 40px;
}
#footer .footer_nav ul li a{
color: #4e4335;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
#footer .footer_nav ul li a:hover{
text-decoration: underline;
}
#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
