@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	font-family: "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

li {
	list-style-type: none;
}
a {
    color: #222;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover {
    color: #A1C800;
    text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	max-width: 50%;
}

.img_left {
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	max-width: 50%;
}

.txt_or {
	color: #FF7F00 !important;
}

.txt_bl {
    color: #036CB6 !important;
}

.txt_gr {
    color: #4CAC00 !important;
}

p.uc {
	text-align: center;
	padding: 150px 0!important;
	letter-spacing: 0.3em;
	font-size: 18px;
	color: #555;
}
/*
ローダー------------------*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
	background: #A1C800;
background: radial-gradient(circle, rgba(161, 200, 0, 1) 0%, rgba(133, 166, 0, 1) 100%);
}


.loader {
	color: #FFF;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


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

/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    display: block;
    height: auto;
    background-color: #FFF;
	position: relative;
}

header h1 {
    position: absolute;
	z-index: 1000;
	display: block;
	text-decoration: none;
	top: 7px;
	left: 5px;
}

header .h_tel a {
	text-decoration: none;
	font-size: 28px;
	color: #111;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	display: block;
}
header .h_tel a .p_num {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
header .h_tel a i {
    color: #A1C800;
    font-size: 26px;
    font-weight: 900;
    padding-right: 8px;
}
header .h_tel a .u_txt {
	display: block;
	font-size: 12px;
	line-height: 1;
}

header .h_btn a {
    display: block;
    font-size: 17px;
    line-height: 1.5;
	height: 80px;
	padding-top: 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #24ADDA;
    text-align: center;
}
header .h_btn.cl_or a {
    background-color: #FF3E3E;
}
header .h_btn a span {
	font-size: 11px;
	display: block;
	font-weight: normal;
}
header .h_btn a i {
	padding-right: 2px;
}

header .h_btn a:hover {
	color: #24ADDA;
	background-color: #FFF;
}
header .h_btn.cl_or a:hover {
	color: #FF3E3E;
	background-color: #FFF;
}
/*
グローバルナビ
-------------------------------------------*/

#g_navi {
    font-weight: bold;
    font-size: 14px;
    background-color: #A1C800;
}

#g_navi li a {
	color: #FFF;
}

.sub_top {
	background-image: url(../img/sub_top.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFF;
	line-height: 1;
	background-color: #389931;
	padding-bottom: 50px;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
    display: block;
    padding: 20px 10px;
    background-color: rgba(0,0,0,0.35);
	color: #FFF;
}

.pankuzu ul {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pankuzu li {
	display: inline-block;
	font-size: 14px;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #EEE;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

.pankuzu li a {
	color: #EEE;
}

/*
メインコンテンツ
-------------------------------------------*/
.sub_cont_base {
	background-color: #F6F6F6;
	padding-bottom: 30px;
		
}

.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.content .cont_inner {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
	margin-bottom: 50px;
}

.obi_1 .cont_in {
	padding: 50px;
	margin: 50px 20px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	z-index: 10;
}

.obi_1 .cont_in img {
	max-width: 100%;
}
.content p {
	line-height: 2;
	font-size: 18px;
	margin: 35px;
}
.cont_2clm .content p {
	font-size: 17px;
}

/*
タイトル装飾
---------------------*/
h2 {
	font-size: 48px;
	margin: 10px 0px;
	display: block;
	text-align: center;
	padding: 20px 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	position: relative;
	font-weight: normal;
}


h2 strong {
    font-size: 110%;
    font-weight: normal;
    color: #B1DC00;
}

h2.h2_top {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 0px;
	color: #FFF;
}

h2 .h2_sub {
	display: block;
	font-size: 12px;
	letter-spacing: 0.5em;
	padding: 20px 0px;
	font-weight: normal;
	position: relative;
}

h2 .h2_sub::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 1px;
	top: 5px;
	left: 50%;
	background-color: #FFF;
	margin-left: -15px;
}

h3 {
    font-size: 28px;
}

.content h3 {
    line-height: 1.8;
	margin: 30px;
    display: block;
    border-bottom: 2px solid #AAA;
    letter-spacing: 1px;
    position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
	color: #222;
}

.content h3.h3_img {
	padding-left: 0px;
	padding-right: 110px;
}

.content h3.h3_img.t_right {
	padding-left: 110px;
	padding-right: 0px;
}

.content h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 30%;
    background-color: #A1C800;
}

.cont_2clm .content h3 {
	margin: 0px;
    border-top: 5px solid #A1C800;
	border-bottom: none;
	padding: 30px 20px;
	background-color: #EEE;
	font-size: 24px;
	font-weight: normal;
}

.cont_2clm .content h3::after {
	display: none;
}

.content h3.t_right {
	text-align: right;
}

.content h3.t_right::after {
    left: auto;
	right: 0;
}


.content h3 strong {
    color: #A1C800;
	font-size: 130%;
}

.content h3 .h3_small {
	font-size: 50%;
	font-weight: normal;
	padding: 0 5px; 
}

.content h3 i {
	margin-right: 15px;
    color: #A1C800;
}

.content h3.h3_3 {
	text-align: center;
	background-color: #E7E6E0;
	border-top-style: none;
	border-bottom-style: none;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.content h4 {
    font-size: 24px;
	background-color: #EEE;
    position: relative;
    letter-spacing: 1px;
    padding: 12px 35px;
    display: block;
    margin: 20px 0px;
    font-weight: normal;
}
.content h4::before {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 28px;
	background-color: #97BD00;
	top: 50%;
	left: 20px;
	margin-top: -14px;
}
img.left_top {
	position: absolute;
	top: -180px;
	left: -35px;
	z-index: 10;
}
img.right_top {
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 10;
}
/*トップスライダー
------------------------------------------*/

.sp-slide {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    background-color: #FFFFFF !important;
}

.sp-selected-button {
    background-color: #24ADDA !important;
}

/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.rs_base.box_flex {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/*
新着・更新情報
-------------------------------------------*/

.top_news {
	margin: auto;
	max-width: 1200px;
	width: 100%;
	padding: 20px 0px;
}

.top_news h2 {
	display: block;
	width: 20%;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
}

.top_news h2 span {
    display: block;
    font-size: 14px;
	position: relative;
	padding-top: 20px;
}

.top_news h2 span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 5px;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background-color: #333;
}

.top_news h2 span::before {

}
.ul_news {
	display: block;
	width: 80%;
	padding: 20px 30px;
	height: 200px;
	overflow-y: scroll;
}

.ul_news li {
	display: block;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}

.ul_news li span {
    display: inline-block;
    font-weight: bold;
    color: #A1C800;
    padding-right: 10px;
}

.ul_news li a {
	text-decoration: none;
	color: #111;
}
.ul_news li span.i_news {
    display: inline-block;
    background-color: #FF9E00;
    color: #FFF;
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 14px;
}

/*
流れ　STEP
-------------------------------------------*/
.obi_6 {
    background-color: #93B701;
    padding: 50px 0px;
	background-image: url("../img/obi_6.png");
	background-position: center 90px;
	background-repeat: no-repeat;
}

.obi_6 h3 {
    color: #FFF;
	margin: 35px auto;
	padding: 15px 10px;
	font-size: 24px;
	display: block;
	max-width: 1200px;
	border-bottom: dashed 1px #FFF;
	text-shadow: 0px 0px 10px rgba(120, 162, 0, 1);
}

.box_step_base {
	max-width: 1200px;
	margin: auto;
}

.box_step {
	width: 48%;
	position: relative;
	background-color: #FFF;
	margin-bottom: 100px;
}
.box_step.right {
	margin-top: 100px;
	margin-bottom: 0px
}
.box_step span.num {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    color: #FFF;
    padding: 15px;
	width: 120px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-family: "Outfit", sans-serif;
    background-color: #222;
}

.box_step span.num strong {
    font-size: 280%;
    display: block;
	color: #FFF;
}

.box_step img {
	object-fit: cover;
	width: 44%;
	height: 100%;
	float: left;
}
.box_step .txt_base {
	float: right;
	width: 56%;
}

.box_step .txt_box {
	margin: 10px;
	padding: 15px;
}
.obi_6 .box_step h3 {
    color: #222;
	padding: 0px;
	font-size: 24px;
	margin-top: 10px;
	text-shadow: none;
}
.box_step h3 strong {
    color: #F19901;
}
.box_step p {
	font-size: 16px;
	line-height: 1.8;
}


/*
商品ラインナップ
-------------------------------------------*/

.box_menu_base {
	padding: 20px;
}


.box_menu_base::after {
	content:"";
	width: 30%;
}

.box_menu {
	margin-bottom: 70px;
	width: 30%;
}

.box_menu a {
	background-color: #FFF;
	text-decoration: none;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	border-top: 7px solid #A1C800;
	padding-bottom: 10px;
}
.box_menu a:hover {
    border-top-color: #CAF909;
}
.box_menu a div {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.box_menu a div img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_menu a:hover img {
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.box_menu p {
    color: #111;
    font-size: 16px;
	padding: 10px;
}
.box_menu p.m_title {
    color: #EEE;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #222;
}
.box_menu a:hover p.m_title {
    color: #CAF909;
}


/*
帯
-------------------------------------------*/

.obi_1 {
	width: 100%;
	position: relative;
	padding: 30px 0px;
    background-color: #059450;
    background-image: url("../img/obi_1.jpg");
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.sankaku {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.sankaku img {
	max-width: 100%!important;
}

.obi_1 h2 {
	color: #FFF;
}
.obi_1 h2 strong {
    color: #CAF909;
}

.syomei {
	text-align: right;
	padding: 20px;
}
.obi_2 {
	width: 100%;
	background-color: #EEE;
	position: relative;
}

.obi_2 h2 {
    background-image: url("../img/obi_2_h2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
	margin: 0;
}
.obi_2 h2 strong {
    color: #FFF138;
}

.obi_3 {
	width: 100%;
	position: relative;
	padding: 100px 10px;
    background-color: #059450;
    background-image: url("../img/obi_3.jpg");
	background-size: cover;
	background-position: center center;
}

.obi_3 h2 {
    position: relative;
    display: block;
    padding: 20px 10px;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    line-height: 1;
    margin: auto;
    width: 90%;
    max-width: 640px;
}

.obi_3 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 30px 27.5px 0 27.5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

/*
選ばれる理由
-------------------------------------------*/

.obi_4 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
	background-color: #F6F6F6;
}

.rs_base {
	padding-bottom: 50px;
}
.box_reason {
	width: 33.3%;
	padding: 30px;
}

.box_reason .box_in {
    padding: 20px;
	position: relative;
}
.box_reason .box_in:hover {
	background-color: #FFF;
}
.box_reason img {
	width: 100%;
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
}
.rs_icon {
	position: absolute;
	display: inline-block;
	padding: 5px 15px;
	background-color: #A1C800;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.rs_title {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
	color: #222;
	font-size: 22px;
}
.box_reason p {
	font-size: 14px;
	line-height: 1.8;
	color: #715C37;
}

/*
イベント
-------------------------------------------*/
.obi_5 {
    width: 100%;
    padding: 180px 20px 150px 20px;
    text-align: center;
    background-image: url(../img/obi_5.jpg);
    background-position: center center;
    background-size: cover;
	position: relative;
}
.obi_head {
	width: 100%;
	position: absolute;
	top: -1px;
	left: 0;
}
.obi_5 h2 {
	color: #FFF;
	padding-top: 0px;
	margin-top: -30px;
	padding-bottom: 300px;
}

.obi_5 h3 {
    padding: 30px 0px;
	color: #222;
	border-bottom: dashed 2px #CCC;
	margin-bottom: 25px;
}

.obi_5 h3 strong {
    color: #F19901;
}

.obi_5 .box_left {
	width: 50%;
	position: relative;
	z-index: 10;
}

.obi_5 .box_left img {
	width: 120%!important;
	max-width: 120%!important;
	position: absolute;
	bottom: -175px;
	left: -50px;
}

.obi_5 .box_right {
    padding: 20px;
    background-color: rgba(255,255,255,0.90);
    width: 50%;
}

.obi_5 .box_right p {
	color: #111;
	line-height: 1.8;
	text-align: left;
	padding: 20px;
}


/*
フッター
-------------------------------------------*/

footer {
    clear: both;
    padding-top: 20px;
    display: block;
    color: #FFF;
    background-color: #88AA00;
    padding-bottom: 70px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer p {
	margin: 10px;
}
.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .f_info {
	width: 33%;
	float: left;
	padding: 10px;
	font-size: 12px;
	line-height: 1.8;
}

footer .ul_sns li {
	display: inline-block;
	font-size: 16px;
}
footer .ul_sns li a {
	display: inline-block;
	padding: 2px;
}
footer .ul_sns li a:hover {
	color: #111;
}
.footer_box .f_menu {
	width: 67%;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

.footer_box .f_menu  ul {
	width: 30%;
	padding-right: 10px;
}
.footer_box .f_menu  ul:first-child {
	width: 40%;
}

.footer_box .f_menu ul li.li_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
}

.footer_box .f_menu ul li a::before {
	position: absolute;
	top: 5px;
	left: 10px;
	content: "・";
}

.footer_box .f_menu ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	position:relative;
	line-height: 1.6;
	font-size: 13px;
}

.footer_box .f_menu ul li a:hover {
    color: #000;
    background-color: #FFDD00;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 150px;
	right: 0px;
	z-index: 800;
}
#to_top a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #FF9E00;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
	border-radius: 5px 0 0 5px;
}
#to_top a:hover {
    background-color: #FF7F00;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01 {
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.content table.table_01 caption {
    font-weight: bold;
    border-bottom: 5px solid #A1C800;
    padding: 0px 10px 20px 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #222;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 25px 15px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A1C800;
}
.content table.table_01 th {
    background-color: #ECF0D9;
    letter-spacing: 2px;
}
.content table.table_01 td.price {
	text-align: center;
	font-size: 20px;
	background-color: #333;
	color: #FFF;
}
.content table.table_01 td.price strong {
    font-size: 150%;
    color: #B5E100;
}
.content table.table_02 {
	width: 92%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.content table.table_02 caption {
    background-color: #E9EDD4;
    padding: 35px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #111;
    border-top: 5px solid #A1C800;
}
.content table.table_02 th,
.content table.table_02 td {
    padding: 30px;
    font-size: 15px;
    border: 1px solid #DDD;
    background-color: #FFFFFF;
    line-height: 1.8;
}
.content table.table_02 th {
    letter-spacing: 1px;
    font-size: 17px;
	font-weight: normal;
    text-align: center;
    background-color: #F0F3E3!important;
}

/*
詳細ボタン
-------------------------------------------*/

.btn_syousai a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 280px;
    padding: 10px;
    border: 2px solid #F6F6F6;
    font-size: 16px;
    float: right;
    letter-spacing: 1px;
    background-color: #FF9E00;
    font-weight: bold;
}

.btn_syousai a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_syousai a:hover {
	background-color: #FFF;
	border-color: #FF9E00;
	color: #FF9E00;
}

.cont_list2 .btn_syousai a {
	max-width: 240px;
	width: 100%;
}

.btn_001 a,
.btn_002 a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
	width: 90%;
  max-width: 340px;
  height: 64px;
  text-align: center;
  line-height: 58px;
  border: 2px solid transparent;
	background-color: #F19901;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
	text-decoration: none;
	margin: 30px auto;
}
.btn_001 a::before,
.btn_002 a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_001 a::after,
.btn_002 a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #FFDD00;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.btn_001 a:hover,
.btn_002 a:hover {
  color: #000;
	border-color: #FFDD00;
}

.btn_002 a {
	margin: 10px auto;
}
.btn_002 a::before {
	content: "\f0e0";
	font-weight: normal;
}

.btn_001 a:hover::after,
.btn_002 a:hover::after {
  transform: translateX(0);
}

.btn_003 a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    max-width: 360px;
    height: 64px;
    text-align: center;
    line-height: 58px;
    background-color: #24ADDA;
    border: 2px solid rgba(36,173,218,0);
    display: block;
    text-decoration: none;
    margin: 10px auto 5px auto;
}

.btn_003 a i {
	font-size: 120%;
	padding-right: 15px;
}

.btn_003 a:hover {
    color: #24ADDA;
    background-color: #FFF;
    border: 2px solid rgba(36,173,218,1.0);
}
.box_cat .btn_003 a {
    background-color: #FF3E3E;
    border: 2px solid rgba(255,62,62,0);
}

.box_cat .btn_003 a:hover {
    color: #FF3E3E;
    background-color: #FFF;
    border: 2px solid rgba(255,62,62,1.0);
}
/*
フッターバナー
-------------------------------------------*/

#foot_bn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 500;
	padding: 0px 50px;
}

#foot_bn .box_flex .f_btn {
	width: 30%;
}

#foot_bn .box_flex .f_btn.cat {
	width: 26%;
}
#foot_bn .box_flex .f_btn.tel {
	width: 44%;
}
#foot_bn .f_btn a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #24ADDA;
    position: relative;
    width: 100%;
    height: 80px;
    font-family: "Outfit", sans-serif;
    text-align: center;
    padding-top: 15px;
    line-height: 24px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
}

#foot_bn .f_btn a img {
	position: absolute;
	bottom: -5px;
	left: -50px;
	max-width: none!important;
	z-index: 10;
}

#foot_bn .f_btn.tel a img {
	left: auto;
	right: -50px;
}

#foot_bn .f_btn.tel a {
    background-color: #FFF;
    color: #111;
}

#foot_bn .f_btn.cat a {
    background-color: #FF3E3E;
}

#foot_bn .f_btn a i {
	margin-right: 5px;
	font-size: 24px;
}

#foot_bn .f_btn.tel a i {
    color: #A1C800;
}
#foot_bn .f_btn a p {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
}
#foot_bn .f_btn.tel a p {
	font-size: 26px;
}

#foot_bn .f_btn a p span {
	font-size: 14px;
	font-weight: normal;
}

#foot_bn .f_btn a:hover {
	color: #24ADDA;
	background-color: #FFF;
}
#foot_bn .f_btn.cat a:hover {
    color: #FF3E3E;
}
#foot_bn .f_btn.tel a:hover {
    color: #A1C800;
}


/*
お問い合わせ枠
-------------------------------------------*/

.obi_7 {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    background-color: #EEE;
	position: relative;
	overflow: hidden;
	background: #EEEEEE;
	background: linear-gradient(180deg, rgba(238, 238, 238, 1) 10%, rgba(221, 221, 221, 1) 60%, rgba(238, 238, 238, 1) 100%);
}
.obi_7.cl2 {
	background: #9BB537;
}

.box_contact {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	background-color: #FFF;
	margin: 30px auto;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
}

.box_ct_in {
	width: 50%;
}

.box_ct_in.box_cat {
	background-image: url("../img/box_cat.jpg");
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 30px;
}

.box_ct_in.box_cat h3 {
	color: #FFF;
	font-size: 34px;
	line-height: 1.1;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.box_ct_in.box_cat h3 span {
	font-size: 50%;
}

.box_ct_in.box_cat h3 i {
	font-size: 135%;
	padding-right: 50px;
	display: inline-block;
}
.contact_catch {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px 25px;
    letter-spacing: 0;
    border-radius: 100px;
    background-color: #A1C800;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #111111;
}

.contact_catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #AACC55 transparent transparent;
  translate: -50% 100%;
}

.contact_catch strong {
    color: #FFF;
}

.box_tel {
	font-size: 34px;
}
.box_tel i {
	padding-right: 10px;
}
.box_tel a {
    text-decoration: none;
    color: #111;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
.box_tel a i {
    color: #A1C800;
}
.box_contact .contact_txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_contact .contact_txt strong {
    color: #A1C800;
    padding-left: 5px;
    padding-right: 5px;
}

.box_contact .contact_txt.cl_2 strong {
    color: #24ADDA;
}
/*
施工事例一覧
-------------------------------------------*/


.works_base {
	max-width: 1200px;
	width: 100%;
	margin: 80px auto;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
}
.list_box {
	padding: 15px;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
	background-color: rgba(255,255,255,0.5);
}

.list_box:hover {
	background-color: #FFF;
}


.list_box img {
	width: 100%;
}

.list_box .list_title {
    font-weight: bold;
    padding: 10px;
    background-color: #A1C800;
    color: #FFF;
}

.list_box .list_comment {
    padding: 10px;
    text-align: left;
}

.list_box .list_price {
    padding: 10px;
    text-align: right;
	border-bottom: solid 2px #555;
	font-size: 14px;
	font-weight: bold;
}
.list_box .list_price strong {
	font-size: 20px;
	color: #FF7F00;
}

.cont_2clm .list_box {
	width: 32%;
	margin-bottom: 35px;
	padding: 20px;
}

.cont_2clm .works_base {
	background-color: #EEE;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cont_2clm .works_base::after {
	content: "";
	width: 30%;
}


/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 50px;
	background-color: #EEE;
	padding: 0px 20px 20px 20px;
}
.content .qa dt {
    font-size: 18px;
    color: #FFF;
    padding: 20px 20px 20px 50px;
    line-height: 30px;
    font-weight: bold;
    margin: 0px 20px;
    position: relative;
    border-top: 4px solid #88AA00;
    background-color: #333;
}


.content .qa dd {
	padding: 30px;
	margin: 0px 20px 30px 20px;
	position: relative;
	line-height: 2;
	font-size: 14px;
	background-color: #FFF;
}

.content .qa dt::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #A1C800;
	font-family: "Outfit", sans-serif;
}

/*
お客様の声・施工事例
---------------------------------------------------------*/

.content .jirei_top {
	background-color: #F6F6F6;
	margin-bottom: 30px;
	width: 100%;
	padding: 10px;
}

.content .jirei_top img {
	max-width: 100%;
}

/*
個別　要約部分
---------------------------------------------------------*/

.content .box_youyaku {
    margin: 50px 0px;
	background-color: #222;
    color: #FFF;
}

.content .youyaku_title {
    font-size: 22px;
    padding: 25px;
    color: #B7E400;
    border-bottom: dashed 1px #A1C800;
	margin-bottom: 25px;
}
.content .box_youyaku p {
	line-height: 2;
	font-size: 15px!important;
	padding: 35px;
	margin: 0;
	padding-top: 0;
}
.content .box_youyaku .img_box {
	width: 270px;
	float: left;
	padding-right: 35px;
}
.content .box_youyaku .img_box img {
	width: 100%;
	object-fit: cover;
}

.content .box_youyaku .img_box p {
    font-size: 12px;
	letter-spacing: 0.2em;
    margin: 0px;
    text-align: center;
	padding: 15px 10px;
    background-color: #A1C800;
    font-weight: bold;
	color: #111;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
    padding: 50px;
    background-color: #E3E8CC;
	margin-bottom: 50px;
}

.content .mokuji h3 {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
}
.content .mokuji .mokuji_in {
	background-color: #F6F6F6;
	padding: 20px;
}

.content .mokuji ul li {
	margin-left: 10px;
	padding: 3px 5px 3px 15px;
	line-height: 26px;
	position: relative;
	font-size: 15px;
}
.content .mokuji ul li::before {
	content: "-";
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #A1C800;
	font-size: 12px;
}
.content .mokuji ul li a {
	display: block;
	padding: 5px;
	color: #555;
}

.content .mokuji ul li a:hover {
	color: #A1C800;
	background-color: #FFF;
}

/*
リストボックス
-------------------------------------------*/
.content .cont_list_base {
    background-color: #EEE;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.content .cont_list_base h3 {
    background-color: #F6F6F6;
	margin-bottom: 30px;
}
.content .cont_list li {
	display: block;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 30%;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.8;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 15px;
}
.content .cont_list li .cont_title a {
	text-decoration: none;
}
.content .cont_list.box_flex li {
	width: 48%;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
    background-color: #FFFFFF;
    border: 35px solid #E9EDD4;
}
.content .matome h3 {
    border-top-color: #A1C800;
    background-color: #F0F3E3;
}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}


.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #FFF;
    text-decoration: none;
    background-color: #555;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover {
    background-color: #A1C800;
}
.pager .pagination li a.active {
	background-color: #FF9E00;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}


/*
施工事例詳細
-------------------------------------------*/

.content ul.box_sekou {
	padding-bottom: 20px;
}

.content .box_sekou li .sekou_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #111;
	background-color: #A1C800;
}

.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	position: relative;
}

.content ul.box_sekou li img {
	width: 100%;
}

.content ul.box_sekou li p {
	text-align: left;
	font-size: 15px;
	margin: 20px;
}

.content ul.box_sekou li .sekou_num {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	color: #FFF;
	padding: 10px;
	font-size: 34px;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	background-color: rgba(0,0,0,0.80);
	font-weight: bold;
}


/*
サイド
-------------------------------------------*/
.side {
    background-color: #F6F6F6;
	margin-top: -70px;
	margin-bottom: 30px;
}

.side_box {
	margin-bottom: 30px;
}
.side h2 {
    font-size: 18px;
	padding: 30px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    border-top: 5px solid #A1C800;
    background-color: #F3F3F3;
}

.side h2 i {
    color: #A1C800;
    padding-left: 10px;
}
.side h2 strong.txt_bb {
    color: #0092C3;
    font-weight: bold;
}
.side h2 strong.txt_br {
    color: #FF3E3E;
    font-weight: bold;
}
.side h2 strong.txt_bo {
    color: #FF7F00;
    font-weight: bold;
    font-size: 150%;
}
.side h2 strong.txt_bbk {
    color: #111;
    font-weight: bold;
}
.side h2.h2_img {
	padding-left: 20px;
	padding-right: 95px;
	text-align: left;
	font-size: 17px;
}

.side h2.h2_img img {
	position: absolute;
	right: 0;
	bottom: -4px;
}

.side .side_box .side_list li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 47px;
	border-bottom: 1px solid #DDD;
	position: relative;
	color: #555;
	font-weight: bold;
}
.side .side_box .side_list li a::before {
	content: "-";
	position: absolute;
	top: 15px;
	left: 18px;
	color: #A1C800;
}

.side .side_box .side_list li a:hover {
	background-color: #FFF!important;
	color: #A1C800!important;
}

.side .side_box .side_list li a:hover::before {
	color: #00B2B2;
}

.side .side_box.cl2 {
	border-top: solid 10px #E0E0E0;
    background-color: #E5E5E5;
	padding: 30px;
}

.side .side_box.cl2 h2 {
	color: #036CB6;
}

.side .side_box.cl2 .side_list li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #F6F6F6;
}

.side .side_box.cl2 .side_list li a::before {
	top: 10px;
}
.side .side_box h2 {
    padding: 15px;
    font-size: 16px;
    margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.side .side_box.cl3 {
    background-color: #E3E8CC;
    padding: 30px;
}
.side .side_box.cl3 ul {
    background-color: #F6F6F6;
    border: 5px solid #D8E2AC;
	border-top-width: 3px;
}
/*
サイド新着
-------------------------------------------*/

.side .ul_news {
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 50px;
    border: none;
	width: 100%;
}

.side .ul_news li {
	font-size: 12px;
}

.side .ul_news li span.i_news {
	font-size: 11px;
}

/*
サイドスタッフ＆VOICEリスト
-------------------------------------------*/

ul.img_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.img_list li {
	width: 30%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

ul.img_list.voice li {
	width: 48%;
}

ul.img_list::after {
	content: "";
	width: 30%;
}
ul.img_list li img {
	width: 100%;
	margin-bottom: 5px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

ul.img_list.voice li img {
	aspect-ratio: 1 / 0.7;
}

.side_btn a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    background-color: #24ADDA;
}

.side_btn a span {
	font-size: 12px;
	font-weight: normal;
}
.side_btn a i {
	margin-right: 10px;
}
.side_btn a:hover {
	background-color: #FFF;
	color: #24ADDA;
}

.side_btn.cl_2 a {
    background-color: #ED8500;
	padding: 20px 10px;
}

.side_btn.cl_2 a:hover {
    background-color: #FFF;
	color: #ED8500;
}
.side_btn.cl_r a {
    background-color: #FF3E3E;
}
.side_btn.cl_r a:hover {
    background-color: #FFF;
	color: #FF3E3E;
}
.side_bn a {
	display: block;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 30px;
}


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

/*
ヘッダー
-------------------------------------------*/
header {
	height: 130px;
}


.head_in {
	max-width: 1300px;
	margin: auto;
	position: relative;
}

.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	width: 180px;
}
header .h_btn.cl_or {
	right: 180px;
	width: 150px;
}

header .h_tel {
	position: absolute;
	top: 3px;
	right: 350px;
	z-index: 1000;
}

header #h_box_sp {
position: absolute;
top: 0;
right: 0;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	z-index: 1000;
	position: absolute;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
	bottom: auto;
}
#g_navi ul.navi_base {
	height: auto;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#g_navi ul li{
	display: flex;
}


#g_navi li a {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}


#g_navi li a:hover {
    color: #FFE502;
}

#g_navi li a::before {
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 25px;
    background-color: #D3E393;
    content: '';
    left: 0px;
}
#g_navi li a::after {
	display: block;
	width: 8px;
	height: 2px;
	position: absolute;
	bottom: 15px;
	background-color: #D3E393;
	content: '';
	left: 50%;
	margin-left: -4px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi li a:hover::after {
    width: 30px;
    background-color: #FFE502;
    margin-left: -15px;
}

#g_navi li:first-child a::before {
	display: none;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}


.cont_2clm {
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.cont_2clm .content {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -70px;
	margin-bottom: 50px;
	width: 68%;
	float: left;
}


.cont_2clm .side {
	width: 28%;
	float: right;
}

.no_pc {
	display: none;
}

}
/*-----（/960～）-----*/


@media screen and (min-width:1400px) {
#g_navi li a {
	padding-left: 40px;
	padding-right: 40px;
}

}

.w_list li {
	display: block;
	float: left;
	width: 20%;
	padding: 10px;
}

.w_list li a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.w_list li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width:1100px) {

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    background-color: #FFF !important;
}



#g_navi li a {
	padding-left: 40px;
	padding-right: 40px;
}

.side {
 	margin-top: 30px;
}


}
/*-----（/～1100）-----*/



@media screen and (max-width:960px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 65px;
}

header h1 {
	top: 5px;
	left: 10px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	display: none;
}

header .h_tel a {
	text-align: center;
	margin: 5px 0 5px -10px;
	padding-bottom: 5px;
	font-size: 28px;
}

header .h_btn a {
	float: left;
	width: 50%;
	margin-top: 5px;
	height: 70px;
	padding-top: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
    display: block;
    height: 65px;
    width: 65px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.90);
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 34px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -17px;
	background-color: #A1C800;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
  }
.menu_btn span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn:hover span.top {
    transform: translateY(-12px);
	-webkit-transform: translateY(-12px);  
    -moz-transform: translateY(-12px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px);    
}

.menu_btn.opened {
	background: rgba(255, 255, 255, 0);
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    background-color: rgba(135,135,135,1.00);
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
}
.menu_btn.opened  span.bottom {
	background-color: rgba(135,135,135,1.00);
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ　sp
-------------------------------------------*/
#g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 150px;
    overflow: auto;
    z-index: 2000;
    display: none;
    background-color: #EEE;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
    border-top: 1px solid #DDD;
}
#g_navi ul li a {
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px;
	color: #111;
}

#g_navi ul li a::before {
    content: "・";
    color: #A1C800;
    padding-right: 5px;
}

.fixed {
	overflow: hidden;
}


/*
メインコンテンツ
-------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}


h2.h2_top {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sub_top {
	padding-bottom: 0px;
}
.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cont_2clm .content {
	padding-top: 0;
	padding-bottom: 0;
}

.content p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
}
.cont_2clm .content p {
	font-size: 16px;
}
.obi_1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.obi_2 h2 {
	background-size: 90%;
	padding-bottom: 35px;
}

.list_box {
	padding: 15px;
}

.no_sp {
	display: none;
}

.bg_bl {
	background-color: #358D2E;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 2000;
}

#foot_bn .f_btn a img {
	position: absolute;
	bottom: 0px;
	left: -60px;
	width: 290px;
}

#foot_bn .f_btn.tel a img {
	left: auto;
	right: -60px;
}

}
/*-----（/～960）-----*/



@media screen and (max-width:760px) {


h2 {
	font-size: 34px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
}

img.img_right,
img.img_left {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 20px 0px;
}

.top_img {
	margin-bottom: 10px
}

.cont_left {
	width: 100%;
	float: none;
	text-align: center;
}
.cont_right {
	width: 100%;
	float: none;
}

.box_menu_base {
	padding-top: 0;
}

.box_menu {
	margin-bottom: 30px;
	width: 47%;
}
.box_menu p.m_title {
	font-size: 18px;
}

.obi_3 {
	padding: 70px 10px;
}

.obi_4 {
	padding-bottom: 20px;
}

.box_reason {
	width: 50%;
	padding: 10px;
}

.content table.table_01 th,
.content table.table_01 td {
	display: block;
}

.obi_7 {
    padding: 70px 20px;
}

.obi_5 {
    padding: 110px 20px 80px 20px;
}

.obi_5 h2 {
	margin-top: 0px;
	padding-bottom: 250px;
}

.obi_5 .box_left {
	width: 100%;
	aspect-ratio: 2 / 0.7;
}

.obi_5 .box_left img {
	width: 100%!important;
	max-width: 100%!important;
	bottom: -20px;
	left: 0px;
}

.obi_5 .box_right {
    width: 100%;
}

.obi_5 h3 {
    padding: 15px 0px;
	margin-bottom: 15px;
}

.obi_5 .box_right p {
	padding: 10px;
}

.box_ct_in {
	width: 100%;
}

.box_cat {
	margin-bottom: 30px;
}

/*
フッター
-------------------------------------------*/
.footer_box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_box .f_info {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 12px;
}
.footer_box .f_menu {
	width: 100%;
	float: none;
}

.footer_box .f_menu ul li a {
	font-size: 12px;
}
#foot_bn {
	padding: 0px 0px;
}
#foot_bn .f_btn a img {
	display: none;
}

}
/*-----（/～760）-----*/


.area {
	background-color: #333;
	padding: 30px;
	margin-bottom: 50px;
}
.area ul li {
	display: inline;
}
.area ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    color: #FFF;
    background-color: #555;
    margin-left: 10px;
    margin-bottom: 20px;
}
.area ul li a:hover {
	background-color: #A1C800;
}
.area ul li a.current {
    background-color: #FF9E00;
}

@media screen and (max-width:640px) {


.top_news {
	padding-top: 5px;
}
.top_news h2 {
	padding-top: 0px;
	width: 100%;
	float: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}

.ul_news {
	width: 100%;
	padding: 0px 10px;
	font-size: 14px;
}

h3 {
	font-size: 24px;
}
.content h3.h3_img {
	padding-right: 90px;
}

.content h3.h3_img.t_right {
	padding-left: 90px;
}
.cont_2clm .content h3 {
	font-size: 20px;
}
img.left_top {
	width: 180px;
	top: -30px;
	left: -30px;
}
img.right_top {
	position: absolute;
	width: 180px;
	top: -30px;
	right: -30px;
}

.obi_1 .cont_in {
	padding: 20px 10px;
	margin: 30px 10px;
}

.obi_2 {
	padding-bottom: 20px;
}
.obi_2 h2 {
	margin-bottom: -20px;
}

.obi_3 h2 {
    padding: 30px 15px;
	margin-bottom: -30px;
}

.box_step img {
	width: 100%;
	height: auto;
	float: none;
	aspect-ratio: 16 / 9;
}
.box_step .txt_base {
	float: none;
	width: 100%;
}
.obi_6 .box_step h3 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#foot_bn .f_btn a i {
	margin-right: 2px;
	font-size: 20px;
}
#foot_bn .f_btn a p {
	font-size: 16px;
}
#foot_bn .f_btn.tel a p {
	font-size: 20px;
	letter-spacing: 0;
}
#foot_bn .f_btn a p span {
	font-size: 11px;
}

.content .cont_list.box_flex li {
	width: 100%;
}
.content ul.box_sekou {
	padding-bottom: 0px;
}
.content ul.box_sekou li {
	width: 100%;
}

.list_box {
	padding: 10px;
}

.ul_news {
	border-left-width: 20px;
	border-right-width: 20px;
	height: 200px;
}

.list_box .list_title {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.1;
}

.dl_list dl {
	width: 100%;
}
.box_ct_in.box_cat h3 {
	font-size: 28px;
}
.contact_catch {
  font-size: 12px;
}
.box_tel {
	font-size: 28px;
}

.box_contact .contact_txt {
	font-size: 14px;
}

}
/*-----（/～640）-----*/


@media screen and (max-width:560px) {

textarea,
input {
	max-width: 360px;
}
header h1 {
	left: 5px;
}

.content .qa dt {
	font-size: 18px;
	line-height: 26px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.content .box_youyaku {
    margin: 0px;
}
.content .youyaku_title {
    font-size: 18px;
    padding: 20px;
	margin-bottom: 0px;
}
.content .box_youyaku p {;
	font-size: 14px!important;
	padding: 20px;
}
.content .box_youyaku .img_box {
    padding-right: 20px;
    padding-left: 0px;
    width: 150px;
}
.content .box_youyaku .img_box p {
	letter-spacing: 0em;
}

.footer_box .f_menu {
	display: none;
}


.obi_1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content h3.h3_img {
	padding-right: 70px;
	font-size: 20px;
}

.content h3.h3_img.t_right {
	padding-left: 70px;
}

img.left_top {
	width: 150px;
	top: -30px;
	left: -30px;
}
img.right_top {
	position: absolute;
	width: 150px;
	top: -30px;
	right: -30px;
}

.rs_icon {
	padding: 2px 12px;
	font-size: 16px;
	top: -10px;
	left: -10px;
}
.rs_title {
	font-size: 20px;
}

}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

textarea,
input {
	max-width: 280px;
}

.box_step {
	width: 100%;
	margin-top: 20px!important;
	margin-bottom: 20px;
}

.box_reason {
	width: 100%;
}

#foot_bn .f_btn a p {
	font-size: 14px;
}
#foot_bn .f_btn.tel a p {
	font-size: 18px;
}
#foot_bn .f_btn a p span {
	font-size: 10px;
}

}
/*-----（/～400）-----*/



/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(50px);
	-webkit-transform: translateY(50px);  
    -moz-transform: translateY(50px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.erabareru.html {
}

/*
コンテンツスライダー
-----------------------------------------------------------------*/

.slider {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 1100px;
}

.slider .slick-slide {
    margin:0 10px;
}

.s_prev, 
.s_next {
    position: absolute;
    top: 44%;
    cursor: pointer;
    outline: none;
    height: 25px;
    width: 25px;
    border-top: 2px solid #A1C800;
    border-right: 2px solid #A1C800;
}


.slick-disabled {
	border-top-color: #DDD;
	border-right-color: #DDD;
	cursor: default;
}
	

.s_prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.s_next {
    right: -1.5%;
    transform: rotate(45deg);
}
