@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*--------------------------------------------
	 BASE
--------------------------------------------*/

@media print {
	#hbgNavi {
	display: none;
}
}

.hoverOpc {
	background: #fff;
}
.hoverOpc img {
	transition: 0.3s ease;
}

@media screen and (min-width : 768px ) {
.over:hover {
	opacity: 0.7;
}
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
 opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.noEvent {
	pointer-events: none;
}
@media print, screen and (min-width : 768px ) {
.for_sp {
	display: none !important;
}
}

@media screen and (max-width : 767px ) {
.for_pc {
	display: none !important;
}
}
*,*:before,*:after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	min-width: 1250px;
	height: auto;
	color: #333333;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	position: relative;
	background-color: #fff;
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
	color: #333333;
	transition: 0.4s ease-in-out;
}
table {
	width: 100%;
}
.tel-link a {
	color: #333;
}
/*--------------------------------------------
	共通パーツ
--------------------------------------------*/

/*レイアウト*/
.inner-main {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	padding: 100px 0;
	position: relative;
}
.sec_second {
	padding: 80px 0;
}

.gInner_second {
	max-width: 900px;
	margin: 0 auto;
}
.cnt_inner {
	width: 90%;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex_list {
	display: flex;
	flex-wrap: wrap;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_center {
	align-items: center;
}
.flex_container {
	display: flex;
	flex-direction: row;
}
.flex_reverse {
	display: flex;
	flex-direction: row-reverse;
}
.ls {
	letter-spacing: -0.03em;
}
.ofi {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media only screen and (min-width:768px) {
	.pc_w50 {
	width: 50%;
}
	.pc_flex_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.pc_flex {
		display: flex;
	}
}


/*font*/
.font_min {
	font-family: 'Noto Serif JP', serif;
}
/*セクションの配色*/
.gray {
	background-color: #f3f4f5;
}
.green {
	background-color: #009900;
}
/*カラー*/
.wh {
	color: #fff;
}
.color-brown {
	color: #42301c;
}
.bl {
	color: #222222;
}
.red {
	color: #cd0505;
}
/*ボタン*/
.btn {
	text-align: center;
    margin-top: 50px;
}
.btn a {
	display: block;
	position: relative;
	line-height: 1;

}

.btn_primary {
	width: 300px;
	font-size: 16px;
	position: relative;
	padding: 24px 0;
	border: solid 1px #42301c;
	background: #42301c;
	color: #fff;
}
.btn_primary.center {
	margin:  0 auto;
}
.btn_primary.right {
	margin-left: auto;
}
.btn_primary.btn_s {
	max-width: 230px;
	padding: 15px 0;
}

/*hover*/
.hover_grade {
		position: relative;
	}
	.hover_grade:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%)
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%);
	transition: 0.3s;
	z-index: 1;
}
@media print, screen and (min-width : 768px ) {
	.btn_primary:hover,
	.btn_submit:hover {
		background: #cd0505;
		border-color: #cd0505;
	}

}


.arrow_wh:after {
	content: '';
	background: url(../Image/common/arrow_wh.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 10px;
	height: 15px;
	transition: 0.3s ease-in-out;
}
/*タイトル*/
.ttl_01 {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #42301c;
}
.sec_ttl {
	margin-bottom: 40px;
	text-align: center;
}
.sec_ttl span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	color: #cea754;
}
.ttl_01.gr {
	color: #009900;
}
.ttl_01.wh {
	color: #fff;
}
.ttl_02 {
    font-size: 28px;
    margin-bottom: 20px;
		line-height: 1;
		color: #42301c;
}
.ttl_03 {
	font-size: 22px;
	color: #42301c;
	line-height: 1;
	padding: 24px 50px;
	background: #f5ead5;
}
.ttl_04 {
	font-size: 18px;
	font-weight: 500;
}
.sec_ttl {

}
.sec_ttl span {
	display: block;
}

.sec_ttl.center {
	text-align: center;
}
.sec_ttl.wh {
	color: #fff;
}
.ttl_icon {
	padding-left: 14px;
	position: relative;
}
.ttl_icon:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #3cca3c;
	width: 5px;
	height: 22px;
}
.list_icon {
	position: relative;
	padding-left: 20px;
}
.list_icon:before {
	content: '';
    width: 10px;
    height: 10px;
    background: url(../Image/common/list_disc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: contain;
}
.decimal li {
	list-style-type: decimal;
}
.disc li {
	list-style-type: disc;
}
.img_bg {
	position: relative;
	z-index: 10;
}
.img_bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	right: -20px;
	background: #f5ead5;
	z-index: -1;
}
.img_bg.bg10:after {
	top: 10px;
	right: -10px;
}
.f_md {
	font-weight: 500;
}
.f_bold {
	font-weight: 700;
}
.t_indent {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.box_bg {
	padding: 1em;
	background: #f5ead5;
}
.box_shadow {
	box-shadow: 2px 2px 10px rgb(0 0 0 / 25%)
}
/*--------------------------------------------
	HEADER
--------------------------------------------*/
header {
	position: relative;
	z-index: 200;
}
.h_contact {
	background: rgba(66,48,28,1);
	line-height: 1;
	padding: 20px;
	color: #fff;
}
.h_contact .upper {
	display: flex;
	}
.h_contact .tel {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 500;
	font-style: italic;
	display: flex;
	align-items: center;
}
.h_contact .tel i {
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	    margin-right: 5px;
}
.h_contact .guide {
	font-size: 14px;
	margin-left: 30px;
	display: flex;
	    align-items: center;
	color: #fff;
	transition: 0.4s;
}
.h_contact .guide i {
	font-size: 16px;
	display: inline-block;
	margin-right: 7px;
}
.h_contact .time {
	margin-top: 8px;
	display: inline-block;
}
.h_line {
	margin-top: 30px;
	margin-left: auto;
  width: 178px;
}
.h_line a {
	display: block;
	padding: 15px 15px 15px 68px;
	background: url(../Image/top/icon_line.png) no-repeat center left 19px;
	background-color: rgba(0,194,0,0.7);
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}

/*g-navi*/
header .h_nav {
	display: flex;
	background-color: #fff;
	margin-top: 15px;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: -100px;
	transition: 0.5s ease-in-out;
	width: 100%;
	    padding: 15px 0 27px 0;
}
header .h_nav .logo,
header .h_nav .h_contact,
header .h_nav .fixed_line  {
	display: none;
}
header .h_nav.inview {
    -ms-transform: -ms-translateY(-100px);
    -webkit-transform: -webkit-translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s;
    transition: -webkit-transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s;
    transition: transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s, -webkit-transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s;
    transition: transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s, -webkit-transform 0.4s cubic-bezier(0.67, 0.31, 0.03, 0.9) 0.5s;
}

header .h_nav .nav_inner {
	max-width: 1100px;
	margin: 0 auto;
}


header .g_nav ul {
	display: flex;

}
header .g_nav ul li {
	margin-right: 50px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: solid 2px transparent;
	transition: 0.3s ease-in-out;
}
header .g_nav ul li:last-child {
	margin-right: 0;
}
header .g_nav .nav_item {
	font-weight: 500;
	display: block;
	font-size: 15px;
	padding: 18px 0 8px 0;
	line-height: 1;
	border-bottom: solid 2px #cd0505;
	transition: 0.4s ease-in-out;
	position: relative;
}
header .g_nav .nav_item:after {
	content: '';
	width: 43px;
	height: 50px;
	background: url(../Image/common/img_navHover.png);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
	transition: 0.4s ease-in-out;
	z-index: -1;
}
header .g_nav .current .nav_item:after {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
/*追従*/
header .h_nav.fixed {
	position: fixed;
	top: 0;
	bottom: inherit;
	transform: none;
	z-index: 999;
	margin-top: 0;
	transition: none;
	background: rgba(255,255,255,0.8);
	padding: 0;
}
header .h_nav.fixed .nav_inner {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 100%;
	min-width: 1250px;
}
header .h_nav.fixed .g_nav {
	margin-right: 0;
}
header .h_nav.fixed .g_nav ul li{
	margin-right: 22px;
}
header .h_nav.fixed .logo {
	display: block;
	padding-left: 20px;
	max-width: 200px;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top header .h_nav.fixed .fixed_line {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-left: 0;
	background-color: rgba(0,194,0,1);
	padding: 0 15px;
}
#top header .h_nav.fixed .fixed_line a {
	display: block;
}
#top header .h_nav.fixed .h_contact {
	display: block;
	background: rgba(66,48,28,1);
	color: #fff;
	padding: 20px 10px;
}
#top header .h_nav.fixed .h_contact  .tel {
	font-size: 24px;
}
@media screen and (min-width : 768px ) {
	header .g_nav .nav_item:hover {
		color: #42301c;
	}
	header .g_nav .nav_item:hover:after {
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
}

header .g_nav .dropdown_navi {
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-in-out;
	transform: translateY(-20px);
	display: block;
	position: absolute;
	padding: 10px;
	width: 160px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	margin-left: -48px;
	margin-top: 10px;
	z-index: 100;
	background: #fff;
}
header .g_nav .dropdown.on .dropdown_navi {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
header .g_nav .dropdown_item {
	text-align: center;
	margin-right: 0;
}
header .h_nav.fixed .g_nav .dropdown_item {
	margin-right: 0;
	text-align: center;
}
header .g_nav .dropdown .dropdown_navi .nav_item {
	padding: 5px 0;
	border: none;
}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/

footer {
	overflow: hidden;
	border-top: solid 1px #f7f7f7;

}
footer .shinki{
	 display:block;
	 margin:0 auto;
	 max-width: 640px;
}

footer .img-responsive{
	display:block;
	max-width:100%;
	height:auto;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:80px;
}


footer .tel-link a {
	color: #fff;
}
footer .access_wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
footer .access_wrap .links {
	display: flex;
	align-items: flex-end;
}
footer .f_logo {
	margin-right: 20px;
}
footer .icon_sns {
	margin-right: 10px;
}
footer .footer_left  {
	background: #fff;
	width: 600px;
	padding: 50px 0;
	margin-left: calc(50% - 600px);
}
footer .info_box .address {
	margin-top: 18px;
	font-size: 18px;
}
footer .info_box .tel {
	font-family: 'Poppins', sans-serif;
	font-size: 51px;
	font-weight: 500;
	line-height: 1;
	margin-top: 23px;
	display: flex;
    align-items: center;
}
footer .info_box .tel i {
	font-size: 36px;
	display: inline-block;
	margin-right: 6px;
}
footer .info_box .calender {
	margin-top: 30px;
	margin-right: 50px;
}
footer .info_box .calender tr {
	display: block;
	border-bottom: solid 1px #787878;
}
footer .info_box .calender tr:first-child {
	border-top: solid 1px #787878;
}

footer .info_box .calender th {
	padding: 11px 0;
	width: 144px;
	text-align: center;
	font-weight: 400;
}
footer .info_box .calender td {
	padding: 11px 0;
	width: 50px;
	text-align: center;
}
footer .footer_right {
	width: 50%;
}
footer .footer_right .map_wrap {
	height: 100%;
}
footer .footer_right .map_wrap iframe {
	vertical-align: baseline;
}
footer .footer_nav {
	background: #42301c;
	padding: 50px 0;
}
footer .footer_nav ul{
	display: flex;
	justify-content: center;
}

footer .footer_nav ul li {
	border-right: solid 1px #fff;
}
footer .footer_nav ul li:first-child {
	border-left: solid 1px #fff;
}
footer .footer_nav .f_nav_item {
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
	display: block;
	position: relative;
}
footer .footer_nav .f_nav_item:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #fff;
	display: block;
	transform: scale(0);
	transition: 0.4s ease-in-out;
}
footer .copy {
	color: #fff;
	margin-top: 30px;
	text-align: right;
	text-align: center;
}
@media screen and (min-width : 768px ) {
	footer .f_nav_item:hover {
	color: #f5ead5;
}
	footer .f_nav_item:hover:after {
		transform: scale(1);
	}

}
.totop {
	position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 99999;
    width: 55px;
    height: 55px;
    background: #fff;
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.4);
    text-align: center;
    font-size: 30px;
	line-height: 1;
	transition: 0.4s ease-in-out;
	opacity: 0;
}

.totop.visible {
	opacity: 1;
}
.totop a {
	display: block;
}
.totop i {
	color: #009900;
	line-height: 55px;
	transition: 0.4s ease-in-out;
}

@media screen and (min-width : 768px ) {

	.totop a:hover i {
		transform: translateY(-3px);
	}
}
/*animation*/
@media only screen and (min-width:768px) {
.animation {
	opacity: 0;
	transition: 0.8s ease-in-out;
}
.animation.fadeUP {
	transform: translateY(20px);
}
.animation.fadeLeft {
	transform: translateX(-20px);
}
.animation.fadeRight {
	transform: translateX(20px);
}
.animation.inview_active {
	opacity: 1;
}
.animation.fadeUP.inview_active {
	transform: translateY(0);
}
.animation.fadeLeft.inview_active,
.animation.fadeRight.inview_active {
	transform: translateX(0);
}

.animation.delay01 {
	transition-delay: 0.3s;
}
.animation.delay02 {
	transition-delay: 0.6s;
}
.animation.delay03 {
	transition-delay: 0.9s;
}
.animation.delay04 {
	transition-delay: 0.6s;
}
.animation.delay05 {
	transition-delay: 0.6s;
}

}
