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

/*---------------------------------------

	初期設定

---------------------------------------*/

html,body,div,
dl,dt,dd,ul,ol,li,
tr, th, td,
h1,h2,h3,h4,h5,h6,
p,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	line-height: 2;
	text-decoration:none;
	color:#000;
}

dl,ul,ol,li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border:none;
}

button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
}

*:focus {
	outline: none;
}

iframe{
	vertical-align:bottom;
}

/*---------------------------------------

	メインレイアウト

---------------------------------------*/

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 16px;
	-webkit-text-size-adjust:100%;
	background:#fff;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	height: auto !important;
	min-height: 100%;
}

#contents {
	width:100%;
	padding-bottom: 445px;
}

#contents section {
	width:100%;
	/*padding: 60px 0;*/
}

.access_top {
	padding-bottom: 0px;
}

.inner {
	width: 980px;
	margin:auto;
	padding: 80px 10px 60px 10px;
}

.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}



/*---------------------------------------

	共通設定

---------------------------------------*/

/*----------リンク---------*/

a {
	color: #006029;
}

a:hover {
	text-decoration:underline;
}

a:hover img {
	opacity: 0.8;
}


/*----------見出し---------*/
.title {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 40px 10px;
	width: 100%;
	background: #333;
	font-weight: bold;
}

.title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 40px solid #333;
}

.title h2 {
	font-size: 40px;
	color: #fff;
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
}

.title h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
}

.title p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.pagettl {
	width: 100%;
	height: 260px;
	background: url(../img/title_bg.jpg?ver=1.0.1) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pagettl h2{
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-top: 130px;
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}

.subtitle {
	font-size: 30px;
	text-align:center;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}




/*----------文字---------*/
.top_text {
	font-size: 18px;
	text-align:center;
	margin-bottom: 40px;
}

.line-break {
	display: none;
}

.center {
	text-align:center;
}

.text {
	margin-bottom: 40px;
}

.right {
	text-align: right;
}

.red {
	color: #f00;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_60 {
	margin-bottom:60px;
}

/*----------画像---------*/
.pc {
	display:block;
}

.sp {
	display: none;	
}

.photo_slider img {
	width: 100%;
}



/*----------ボタン---------*/
.btn {
	width: 350px;
	height: 60px;
	display:block;
	text-align:center;
	line-height: 60px;
	font-size: 20px;
	color:#FFF;
	margin: 40px auto 0;
	background: #666;
	position: relative;
	border-radius: 2px;
}

a.btn {
	color: #fff;
}

a.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}


/*----------テーブル---------*/
table.type01 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	border-top: 1px #ccc solid;
}

table.type01 th {
	width: 230px;
	padding: 20px 0px;
	border-bottom: 1px #ccc solid;
	padding-left: 20px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

table.type01 td {
	padding: 20px 0px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

table.type02 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

table.type02 th {
	padding: 20px 10px;
	text-align: center;
	background:#0071bc;
	color: #fff;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

table.type02 td {
	padding: 20px;
	background: #e7e7e8;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
	text-align:left;
}

table.type02 tr:nth-child(odd) td {
	background: #fafafb;
}

table.type02 th:last-child,
table.type02 td:last-child {
	border-right: none;
}

@media screen and (max-width: 768px) {
	.scroll {
		overflow-x: auto;
		}

	table.type02 {
		min-width: 768px;
		margin-bottom: 20px
	}

	table.type02 th {
		padding: 10px;
	}
	
	table.type02 td {
		padding: 10px;
	}
}


/*---------------------------------------

	ヘッダー
	
---------------------------------------*/

/*----------ヘッダー---------*/
header {
	width: 100%;
	height: 100px;
	display: flex;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	z-index: 999;
	margin-bottom: 10px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.7) 70%);
}

header.transform{
	background: rgba(255,255,255,0.8);
}

#header_inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_box img {
	margin-right: 20px;
}


/*----------ロゴ---------*/
#logo img{
	/*width: 330px;
	height:auto;*/
}



/*----------メニュー---------*/
header nav ul{
	display: flex;
	align-items: center;
	font-size: 0;
}

header nav ul li{
	text-align:left;
	margin: 0 10px;
}

header nav ul li:last-child {
	margin-right: 0px;
}

header nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

header nav ul li a:hover {
	text-decoration: none;
	color:#6f4819;
}

/*
header nav ul li:hover {
	opacity: 0.6;
}
*/

header nav ul li a:active {
}

#nav_toggle{
	display: none;
}

header nav ul li:nth-child(5) img,
header nav ul li:nth-child(6) img {
	width: 30px;
	height: 30px;
}



/*---------------------------------------

	トップページ

---------------------------------------*/

/*----------スライド---------*/
.slide {
	position:relative;
	width: 100%;
	height: 100vh;
	background: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slide_logo {
	width: 300px;
	height:200px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%) translateX(-50%);
	z-index:99;
	line-height:130px;
}

.item {
	display: flex;
	font-size: 18px;
	height: 600px;
}

.item_img {
	width: 50%;
}

.item_left {
	box-sizing: border-box;
	width: 50%;
	text-align: left !important;
	padding: 80px 40px 80px 10%;
}

.item_right {
	box-sizing: border-box;
	width: 50%;
	text-align: left !important;
	padding: 80px 40px;
}

.item_left,
.item_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item_left .subtitle,
.item_left  p,
.item_right .subtitle,
.item_right  p {
	text-align: left;
}

.item_left  p,
.item_right  p {
	line-height: 40px;
}

.item_left .btn,
.item_right .btn {
	margin: 40px 0 0 0;

}

.item_img {
	width: 50%;
}

.about_bg {
	background: url(../img/about.jpg?ver=1.0.1) no-repeat top center;
	background-size: cover;
}

.business01_bg {
	background: url(../img/business_01.jpg?ver=1.0.1) no-repeat center left;
	background-size: cover;
}

.business02_bg {
	background: url(../img/business_02.jpg?ver=1.0.1) no-repeat center center;
	background-size: cover;
}

.business03_bg {
	background: url(../img/business_03.jpg?ver=1.0.1) no-repeat center center;
	background-size: cover;
}

/*----------新着情報---------*/
.news {
	margin: 0 0 40px 0;
}

.news li {
	margin-bottom: 20px;
	text-align:left;
	border-bottom: solid 1px #999999;
	padding: 0 20px 20px 20px;
}

.news li span {
	margin-right: 20px;
}

.news li a {
	color: #000;
}

.news li a:hover{
	text-decoration: none;
	color: #009245;
}


.marker {
	background:linear-gradient(transparent 60%, #ff6 60%);
}



/*----------お問い合わせ---------*/
.contact_bg {
	background:url(../img/contact_bg.jpg?ver=1.0.1) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.contact_box {
	width: 800px;
	margin: auto;
	padding: 40px;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	text-align: center;
}

.contact_box div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.contact_box div p{
	font-size: 40px;
	margin-right: 60px;
}

.contact_box div p i {
	padding-left: 10px;
}

.contact_box div .btn{
	margin: 0;
}


/*----------ページトップ---------*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #006029;
	border-radius: 50%;
	z-index:999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top:hover{
	opacity: 0.6;
}

/*---------------------------------------

	子ページ

---------------------------------------*/

.photo_slider {
	padding-bottom: 40px;
}

.catchcopy {
	font-size: 25px;
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.counter{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin: 10px 0;
}

.counter li{
	font-size: 15px;
	font-weight:bold;
	margin: 5px 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.counter li:before{
	counter-increment: number;
	content: counter(number);
	background-color: #006029;
	border-radius: 50%;
	background-position: center;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-indent: 1px;
	color: #FFF;
	line-height: 21px;
	margin-right: 5px;
}

.mail {
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
}



/*----------新着情報---------*/
.news_list dt {
	vertical-align: top;
	font-size: 18px;
	padding: 0 20px 20px 20px;
}

.news_list dt span {
	margin-right: 20px;
}

.news_list dd {
	margin-bottom: 30px;
	text-align: left;
	border-bottom: solid 1px #999999;
	padding: 0 20px 30px 20px;
}

/*----------お問い合わせページ---------*/

table.contact_foam {
	width: 100%;
	margin-top: 20px;
}

table.contact_foam th {
	vertical-align: top;
	text-align: left;
	display: block;
	padding-bottom: 15px;
	font-weight: bold;
}

table.contact_foam td {
	text-align: left;
	display: block;
	padding-bottom: 30px;
}

.required {
	margin-right: 1em;
	display: inline-block;
	padding: 2px 10px;
	background: #EF454A;
	color: #fff;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	width:100%;
	padding: 10px;
	box-sizing: border-box;
}

.input_button {
	text-align:center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	width: 200px;
	height: 50px;
	margin: 10px;
	background: #666;
	text-align:center;
	color:#fff;
	border-style: none;
	padding: 0px;
}

input[type="submit"][disabled] {
	color: #fff;
	background-color: #adadad;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

.error_messe {
	color: #F00;
}

/*---------------------------------------

	フッター

---------------------------------------*/

footer {
	width:100%;
	position:absolute;
	bottom:0;
	background: #1A1A1A;
	padding: 40px 0;
}

#footer_inner {
	width: 980px;
	margin: auto;
	padding: 0 10px;
	text-align: center;
}

#footer_inner .address {
	color: #fff;
	margin-top: 20px;
}

#footer_inner nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}

#footer_inner nav ul li{
	margin-right: 20px;
}

#footer_inner nav ul li:last-child {
	margin-right: 0;
}

#footer_inner nav ul li a{
	text-decoration: none;
	color: #fff;
}

#footer_inner nav ul li a:hover {
	text-decoration:underline;
}


#footer_inner .instagram {
	width: 30px;
}

.copy {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}


