@charset "utf-8";

/* ページ共通 */

/*-------------------------------------------------
general
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: baseline;
	line-height: 1;
}

html {
	font-size: 62.5%;
}

body {
	padding: 0;
	font-size: 1.4em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo",sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	color: #1b1b1b;
}

a,
img,
input,
svg,
*:before,
*:after {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
	backface-visibility: hidden;
}

.sp {
	display: none;
}

a {
	color: #1b1b1b;
	text-decoration: none;
}

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

video {
	height: auto;
	width:800px;
}


.longurl{word-break: break-all;}

@media screen and (min-width: 768px) {
	a {
		transition: all 0.3s ease;
	}
	a img {
		transition: all none ease;
	}
	a:hover, a img:hover {
		opacity: 0.7;
	}
}

table {
	border-collapse: collapse;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

.sp {
	display: none;
}

.notes li {
	display: flex;
	align-items: baseline;
}
.notes li::before {
	content: "※";
	margin: 0 .2em 0 0;
}

a.btn01 {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 24px 20px;
	border-radius: 10px;
	background-color: #1b1b1b;
	text-align: center;
	font-weight: 600;
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: .1em;
}
a.btn01::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 8px;
	height: 18px;
	background-image: url(/imgs/common/ico_ar01.png);
	background-size: contain;
	background-repeat: no-repeat;
}

a.btn02 {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 24px 20px;
	border-radius: 10px;
	border: 2px solid #1b1b1b;
	background-color: #f9f9f9;
	text-align: center;
	font-weight: 600;
	font-size: 2.0rem;
	color: #1b1b1b;
	letter-spacing: .1em;
}
a.btn02::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 8px;
	height: 18px;
	background-image: url(/imgs/common/ico_ar03.png);
	background-size: contain;
	background-repeat: no-repeat;
}



/*-------------------------------------------------
header
------------------------------------------------*/
header {
	margin-bottom: 60px;
	background-color: #45b035;
}
header .inner {
	width: 1040px;
	height: 130px;
	margin: 0 auto;
	background-image: url("/imgs/common/header_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
header .inner img {
	margin-top: 20px;
}



/*-------------------------------------------------
h1
------------------------------------------------*/
h1 {
	width: 640px;
	margin: 0 auto 60px;
}
h1#lower {
	width: 440px;
}



/*-------------------------------------------------
h2
------------------------------------------------*/
h2 {
	margin-bottom: 60px;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
}



/*-------------------------------------------------
#gnav
------------------------------------------------*/
#gnav {
	padding: 0 0 60px;
}
#gnav ul {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 0 auto;
	padding: 24px 80px;
	background-color: #1b1b1b;
	border-radius: 10px;
}
#gnav li a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
#gnav li a:hover {
	color: #fff100;
	opacity: 1;
}
#gnav li a.active {
	color: #fff100;
}



/*-------------------------------------------------
footer
------------------------------------------------*/
footer {
	background-color: #7fbe26;
	color: #fff;
}
footer .inner {
	width: 1040px;
	margin: 0 auto;
	padding: 60px 0 40px;
	text-align: center;
}
footer dl:first-child {
	margin-bottom: 40px;
}
footer dt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 600;
}
footer dl:nth-child(1) dd img {
	width: 140px;
	margin-bottom: 10px;
}
footer dl:nth-child(2) dd {
	display: flex;
	justify-content: center;
}
footer dl:nth-child(2) dd p:nth-child(n+2) {
	margin-left: 1em;
}
footer .inner .link {
	margin-top: 40px;
	font-size: 1.6rem;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff100;
	opacity: 1;
}
footer a.active {
	color: #fff100;
}
footer small {
	display: inline-block;
	margin-top: 70px;
	font-size: 1.3rem;
}



/*-------------------------------------------------
#page_top
------------------------------------------------*/
#page_top {
	width: 66px;
	height: 66px;
	position: fixed;
	right: 30px;
	bottom: -66px;
	background: #1b1b1b;
	border-radius: 50%;
	z-index: 200;
}
#page_top a{
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
	text-decoration: none;
}
#page_top a::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: inline-block;
	width: 28px;
	height: 13px;
	background-image: url(/imgs/common/ico_ar02.png);
	background-size: contain;
	background-repeat: no-repeat;
}






/*//////////////////////////////////////////////////////////////

SmartPohne

//////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {

/*-------------------------------------------------
general
------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
	
a, a img {
	transition: 0;
}
a:hover, a img:hover {
	opacity: 1;
}

video {
	width:100%;
}

.sp {
	display: block;
}
	
a.btn01 {
	width: auto;
	padding: 20px 16px;
	border-radius: 6px;
	font-size: 4.83vmin;
}
	
a.btn02 {
	width: auto;
	padding: 20px 16px;
	border-radius: 6px;
	font-size: 4.83vmin;
}

	
	
/*-------------------------------------------------
header
------------------------------------------------*/
header {
	margin-bottom: 20px;
	padding: 0 3%;
	}
header .inner {
	position:: relative;
	width: 100%;
	height: auto;
	background-image: url("/imgs/common/header_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
}
header .inner img {
	position: absolute;
	top: 10px;
	left: 3%;
	width: 56px;
	margin-top: 0;
}

	

/*-------------------------------------------------
h1
------------------------------------------------*/
h1 {
	width: 76%;
	margin: 0 auto 20px;
}
 h1#lower {
	width: 56%;
}
	
	

/*-------------------------------------------------
h2
------------------------------------------------*/
h2 {
	margin-bottom: 20px;
	font-size: 5.797vmin;
}



/*-------------------------------------------------
#gnav
------------------------------------------------*/
#gnav {
	padding: 0 3% 30px;
}
#gnav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
	padding: .8em;
	border-radius: 6px;
}
#gnav li {
	padding: .8em;
}
#gnav li a {
	font-size: 3.864vmin;
	letter-spacing: .05em;
}



/*-------------------------------------------------
footer
------------------------------------------------*/
footer .inner {
	width: auto;
	padding: 20px 3%;
}
footer dl:nth-child(1) {
	margin-bottom: 30px;
}
footer dt {
	margin-bottom: 14px;
	font-size: 4.347vmin;
}
footer dd {
	line-height: 1;
}
footer dl:first-child dd img {
	width: 24vw;
}
footer dl:nth-child(2) dd {
	display: block;
	justify-content: center;
}
footer dl:nth-child(2) dd p:nth-child(n+2) {
	margin-left: 0;
}
footer dl:nth-child(2) dd a {
	color: #fff;
}
footer .disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
footer small {
	margin-top: 40px;
	font-size: 2.898vmin;
	line-height: 1.3;
}




/*-------------------------------------------------
#page_top
------------------------------------------------*/
#page_top {
	width: 36px;
	height: 36px;
	right: 3%;
	bottom: -40px;
}
#page_top a {
	width: 36px;
	height: 36px;
}
#page_top a::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: inline-block;
	width: 16px;
	height: 8px;
	background-image: url(/imgs/common/ico_ar02.png);
	background-size: contain;
	background-repeat: no-repeat;
}




}/* / @media*/
