/*
Theme Name: ASO DRY FLOWER

 */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');



html {
 margin-top: 0px !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

em {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
	font-style: italic;	
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
   /* border-collapse:collapse;*/
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

li {
	list-style: none;	
}

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

/*end reset*/

/* ----------------------------------------------------
    text
---------------------------------------------------- */

.serif {
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans-serif {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lato {
	font-family: 'Lato', "Noto Sans JP", sans-serif;
}




.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}

.bold {font-weight:bold;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font27{font-size:27px !important;}
.font28{font-size:28px !important;}
.font29{font-size:29px !important;}
.font30{font-size:30px !important;}
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}
.font36{font-size:36px !important;}
.font40{font-size:40px !important;}
 
/* ----------------------------------------------------
    float
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 

/* ----------------------------------------------------
    margin
---------------------------------------------------- */
 
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
 
/* ----------------------------------------------------
    padding
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }






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

    common

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


/* IE10以前でのみ有効 */
html {
height: 100%\9;
overflow: hidden\9;
}
body {
height: 100%\9;
overflow: scroll\9;
}
/* IE10以降でのみ有効 */
@media all and (-ms-high-contrast: none) {
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.sec_in1000 {
	max-width: 1000px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1200 {
	max-width: 1200px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1300 {
	max-width: 1300px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1400 {
	max-width: 1400px;
	width: 88%;
	margin: auto;
	position: relative;
}

.overflow-h {overflow: hidden;}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

body {
	overflow-x: hidden;
	transition: .3s;
	position: relative;
}




.breadcrumbs {
	width: 100%;
	box-sizing: border-box;
    padding: 20px 30px 10px;
}

.breadcrumbs p {
	font-size: 14px;
	letter-spacing: 2px;
	color: #999;
	line-height: 1.3;
	text-align: right;
}

.breadcrumbs span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
}

.breadcrumbs span a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
	text-decoration: underline;
}

.breadcrumbs span a:hover {
	text-decoration: none;
	color: #8fa34a;
}

@media screen and ( max-width:767px ){
	.breadcrumbs {padding: 20px 20px 10px;}
	.breadcrumbs p {font-size: 12px; letter-spacing: 0;}
	.breadcrumbs span {font-size: 12px; letter-spacing: 0;}
	.breadcrumbs span a {font-size: 12px; letter-spacing: 0;}
}




.content_wrap {
	position: relative;
	
	
}




body {
	background-image: url("images/common/bg01.jpg");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}






.page_main_wrap {padding-top: 200px;}

.page_main_img {
	position: relative;
	width: 83.76%;
	float: right;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}

.page_main_img img {
	object-fit: cover;
	width: 100%;
	height: 460px;
	
}

.page_main_text {position: absolute; left: 11%; bottom: 170px;}

.page_main_text h2 {position: relative; overflow: hidden;  margin-bottom: 15px; border-radius: 8px; padding: 5px 10px 7px; box-sizing: border-box;}
.page_main_text p {position: relative; overflow: hidden;  display: inline-block; border-radius: 5px; padding: 3px 10px 5px; box-sizing: border-box;}

.page_main_text h2 span {font-size: 44px; letter-spacing: 5px; line-height: 1.1; color: #fff; position: relative; z-index: 10; transition: 1s; opacity: 0; transition-delay: 1.5s;}
.page_main_text p span {font-size: 17px; letter-spacing: 2px; color: #fff; line-height: 1; position: relative; z-index: 10; transition: 1s; opacity: 0; transition-delay: 1.5s;}

.page_main_text.show h2 span {opacity: 1;}
.page_main_text.show p span {opacity: 1;}

.page_main_img::after {
    display: block;
    content: "";
    background: #8fa34a;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.page_main_img.show::after {
	transform: translateX(-100%);
}

.page_main_text h2::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8fa34a;
	border-radius: 8px;
    transform-origin: 100% 50%;
	transform: translateX(-110%);
	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 0;
	transition-delay: .8s;
}

.page_main_text.show h2::before {
	transform: translateX(0);
}

.page_main_text p::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
	border-radius: 5px;
    transform-origin: 100% 50%;
	transform: translateX(-110%);
	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 0;
	transition-delay: .9s;
}

.page_main_text.show p::before {
	transform: translateX(0);
}

@media screen and ( max-width:1680px ){
	.page_main_img img {height: 420px;}
}

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

@media screen and ( max-width:1366px ){
	.page_main_wrap {padding-top: 180px;}
	.page_main_img {border-radius: 30px 0 0 30px;}
	.page_main_img img {height: 360px;}
	.page_main_text {bottom: 120px;}
	.page_main_text h2 span {font-size: 38px; letter-spacing: 4px;}
	.page_main_text p span {font-size: 16px;}
}

@media screen and ( max-width:991px ){
	.page_main_img img {height: 300px;}
	.page_main_wrap {padding-top: 80px;}
	.page_main_text {bottom: 80px; left: 7%;}
	.page_main_img {border-radius: 20px 0 0 20px; width: 86%;}
	.page_main_text h2 span {font-size: 34px; letter-spacing: 3px;}
	.page_main_text p span {font-size: 15px;}
}

@media screen and ( max-width:767px ){
	.page_main_img img {height: 280px;}

}

@media screen and ( max-width:567px ){
	.page_main_text {bottom: 60px; left: 7%;}
	.page_main_text h2 {margin-bottom: 10px; border-radius: 6px;}
	.page_main_text h2 span {font-size: 24px; letter-spacing: 1px; border-radius: 6px;}
	.page_main_text p span {font-size: 14px;}
}

@media screen and ( max-width:450px ){
	.page_main_img img {height: 240px;}

}




.page_wrap01 {
	padding: 40px 0 100px;
}

.error404 .page-title {
	font-size: 20px;
	font-weight: bold;
	color: #8fa34a;
	text-align: center;
	margin-bottom: 30px;
}

.error404 .page-content {
	text-align: center;
}

.error404 .page-content p {
	margin-bottom: 20px;
}


.search .page-content p {
	margin-bottom: 20px;
}

.page_wrap01 input[type="search"] {
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #ccc;
	width: 83%;
}

.page_wrap01 input[type="submit"] {
	box-sizing: border-box;
	padding: 9px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #8fa34a;
	border: none;
	width: 14%;
	cursor: pointer;
}

.search .page-title {
	font-size: 22px;
	font-weight: bold;
	color: #8fa34a;
	text-align: center;
	margin-bottom: 30px;
}

.search article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
}

.search article .entry-title a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #8fa34a;
	margin-bottom: 10px;
}

.search article .entry-meta {display: none;}

.search article .entry-summary p {
	color: #999;
}

.page-template-default .site-content {
	padding: 30px 0;
}

.page-template-default .entry-header {
	display: none;
}

.page-template-default .edit-link {
	display: none;
}

.error404 header::before {display: none;}
.search header::before {display: none;}



.grecaptcha-badge { 
   visibility: hidden; 
}



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

    header

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


header {
	position: relative;
}



header::before {
	display: block;
	content: "";
	width: 100%;
	height: 520px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.home header::before {
	display: block;
	content: "";
	width: 100%;
	height: 520px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}



.header_top {
	box-sizing: border-box;
	padding-left: 30px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: .3s;

	height: 140px;
}

.header_top.fixed {
	top: 0;
	right: 0;
	box-shadow: 3px 3px 25px rgba(0,0,0,0.3);
	height: 76px;
	background: #fff;
}

.header_top.fixed {}

.h_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	max-width: 120px;
	width: 22%;
	padding: 20px 30px 22px;
	transition: .3s;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.h_logo img {
	transition: .3s;
	position: absolute;
	top: 30px;
	left: 60px;
}
.h_logo a {display: block;}

.header_logo.fixed .h_logo {max-width: 260px;}
.header_logo .h_logo .h_logo01 {visibility: visible; opacity: 1;}
.header_logo.fixed .h_logo .h_logo01 {visibility: hidden; opacity: 0;}
.header_logo .h_logo .h_logo02 {visibility: hidden; opacity: 0;}
.header_logo.fixed .h_logo .h_logo02 {visibility: visible; opacity: 1; top: 15px; left: 30px;}

.h_nav_wrap {
	max-width: 1040px;
	float: right;
	width: 80%;
	box-sizing: border-box;
	position: relative;
}

.h_nav_wrap01 {float: left; width: 100%; transition: .3s;box-sizing: border-box; padding-right: 185px; padding-top: 30px;}
.header_top.fixed .h_nav_wrap01 {transform: translateY(-80px); height: 0; padding-top: 0;}

.h_online_btn a {
	display: block;
	width: 130px;
	box-sizing: border-box;
	padding: 25px 15px 22px;
	background: #8fa34a;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 0 0 16px 16px;
	transition: .3s;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 10;
}
.h_online_btn a img {
	display: block;
	text-align: center;
	width: 50px;
	margin: 0 auto 10px;
	transition: .3s;
}

.h_online_btn a:hover {
	background: #221713;
}

.header_top.fixed .h_online_btn a {
	padding: 15px 15px 14px;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
}
.header_top.fixed .h_online_btn a img {width: 36px; margin-bottom: 5px;}


.h_btn01{
	max-width: 220px;
	width: 25%;
	float: right;
	border-right: solid 1px #333;
	padding: 6px 0;
}

.h_btn01 a {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #333;
	width: 92%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 6px 8px;
	border: solid 1px #555;
	border-radius: 30px;
	text-align: center;
	transition: .3s;
}

.h_btn01 a i {
	font-size: 15px;
	color: #333;
	padding-left: 6px;
	transition: .3s;
}

.h_btn01 a:hover {background: #333; color: #fff;}
.h_btn01 a:hover i {color: #fff;}


.h_btn02 {max-width: 150px; width: 19%; float: left; border-right: none;}
.h_btn02 a i {padding-left: 0; padding-right: 6px;}

.h_sns01 {
	float: right;
	width: 35%;
	box-sizing: border-box;
	padding: 6px 25px;
	border-right: solid 1px #555;
}

.h_sns01 span {
	font-size: 15px;
	line-height: 1.2;
	padding-right: 15px;
}

.h_sns01 a {
	padding-right: 15px;
	display: inline-block;
}

.h_sns01 a:last-of-type {
	padding-right: 0;
}

.h_sns01 a:hover {opacity: 0.7;}

.h_sns02 {
	float: right;
	max-width: 185px;
	width: 24%;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
.h_sns02 a:hover {opacity: 0.7;}





.h_nav_wrap nav {
	position: relative;
	padding-right: 160px;
}

.h_nav_wrap nav ul {overflow: hidden;}
.h_nav_wrap nav li a {
	display: block;
	float: left;
	margin-right: 5%;
	font-size: 16px;
	color: #555;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	transition: .3s;
	padding-bottom: 26px;
	padding-top: 28px;
}

.h_nav_wrap nav li:last-of-type a {margin-right: 0;}

.h_nav_wrap nav li a:hover {color: #8fa34a;}



ul.child {
	position: absolute;
	top: 70px;
	left: -10px;
    z-index: 9999;
	/*width: 100%;*/
	transition: .3s;
	opacity: 0;
	/*transform: scale(0) translate(0, 0);*/
	overflow: hidden;
	background: rgba(255,255,255,1);
	padding: 10px 14px 5px;
	box-sizing: border-box;
	visibility: hidden;
	border-radius: 0 0 10px 10px;
	min-width: 280px;
}


ul.child2 {
	
	left: 10%;
}

.fixed ul.child {
	top: 60px
}

ul.child li {
	float: left;
	margin-right: 10px;
}

ul.child li a {
    padding: 20px 0 10px;
    display: block;
    color: #333;  
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
	font-size: 15px;
	line-height: 1.3;
	min-width: 120px;
	border: none;
	letter-spacing: 0;
}

ul.child li a img {
	margin-bottom: 5px;
	border-radius: 7px;
	display: inline-block;
	transition: .3s;
}

nav > ul > li > .nav_li:hover + ul.child {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}

ul.child:hover {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}

ul.child li a:hover {
	color: #8fa34a;
}
ul.child li a:hover img {opacity: 0.7;}



.main_img_wrap {
	position: relative;
	width: 86.15%;
	margin: 200px 0 0;
	padding-bottom: 66px;
	float: right;
}

.main_slide {
	width: 100%;
	float: right;
	overflow: hidden;
}

.main_text {
	max-width: 370px;
	width: 20%;
	position: absolute;
	left: 10%;
	top: -120px;
	z-index: 20;
}

.h_main_img {
	max-width: 308px;
	width: 20%;
	position: absolute;
	left: -100px;
	bottom: 90px;
	z-index: 10;
}

.h_side_text {
	position: absolute;
	left: 2.5%;
	bottom: 100px;
}

.h_side_text h3 {
	font-size: 14px;
	writing-mode: vertical-rl;
	width: 16px;
}

.metaslider .flex-control-nav {
	max-width: 110px;
	width: 100%;
	right: 3%;
	bottom: 0 !important;
}





.c-scroll {
    width: 1px;
    height: 10rem;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 5000;
}

.c-scroll a {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-scroll a span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #ccc;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 2px;
	font-weight: 600;
}

.c-scroll__line {
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
}

.page_top .c-scroll__line {
	background-color: rgba(255, 255, 255, 0.9);
}

.c-scroll__line::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    -webkit-animation-name: lineInOut;
    animation-name: lineInOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}




@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}





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

    sp_header

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

.sp_menu {
	padding: 36px 30px;
	background: #222;
	cursor: pointer;
	min-height: 100px;
	box-sizing: border-box;
	position: fixed;
    top: 0;
    width: 100px;
    z-index: 99999;
}

.menu-trigger {
	
}

.menu-trigger p {
	font-size:10px !important;
	font-weight: 600;
	position: relative;
	top: 20px;
	color: #fff;
	letter-spacing: 0;
	left: -2px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	margin: auto;
	display: block;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-40deg);
	transform: translateY(8px) rotate(-40deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(40deg);
	transform: translateY(-8px) rotate(40deg);
	width: 100%;
}



.b_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: rgba(0,0,0,.8);
    transition: all .2s;
    opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
}

.overflow-h .b_overlay {
	opacity: 1;
	visibility: visible;
}




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

    sp_menu

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

.sp_menu_wrap {
	overflow: scroll;
    position: fixed;
    top: 0;
    z-index: 8000;
	margin: auto;
    color: #111;
    text-align: center;
	width: 100%;
    height: 100vh;
    /*padding: 10vh 10px 10vh;*/
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	margin-right: 110px;
	background: #fff;
}

.sp_menu_wrap.open {
	opacity: 1;
	visibility: visible
}

.sp_menu_box {
	box-sizing: border-box;
	padding-top: 17vh;
	padding-bottom: 20vh;
	width: 100%;
}

.sp_menu_in {
	max-width: 400px;
	width: 90%;
	margin: auto;
}

.sp_menu_in h2 {text-align: center; margin-bottom: 80px;}
.sp_menu_in ul {margin-bottom: 80px;}
.sp_menu_in li {margin-bottom: 46px;}
.sp_menu_in li a {
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1.3;
}

.sp_menu_in li a i {
	font-size: 20px;
	color: #7a932e;
	padding-right: 6px;
}

.sp_menu_in li a:hover {
	color: #7a932e;
}

.sp_menu_btn {margin-bottom: 40px;}

.sp_menu_btn a {
	display: block;
	max-width: 280px;
	width: 100%;
	margin: auto;
	background: #7a932e;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 40px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1px;
}

.sp_menu_btn a img {width: 24px; padding-right: 8px;}

.sp_menu_info h4 {font-size: 18px; font-weight: 600;}

.sp_menu_info p {
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 60px;
}

.sp_copy {
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1.3;
}










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

    top

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

.top01 {
	padding: 40px 0 110px;
	position: relative;
	background-image: url("images/top/bg02.png");
	background-repeat: no-repeat;
	background-size: 486px;
	background-position: -60px 100%;
}

.top01_in {max-width: 1380px; width: 88%; margin: auto;}

.top01_img {
	float: left;
	max-width: 615px;
	width: 45%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .3s;
}

.top01.show .top01_img {
	transform: translateY(0);
	opacity: 1;
}

.top01_text {
	float: right;
	width: 49%;
	padding-top: 30px;
}

.sec_title01 {
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.3;
	color: #7a932e;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 60px;
	margin-bottom: 40px;
	background-image: url("images/common/title_icon01.png");
	background-repeat: no-repeat;
	background-size: 44px;
	background-position: left 8px;
}

.top01_text .sec_title01 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .4s;
}
.top01.show .top01_text .sec_title01 {
	transform: translateY(0);
	opacity: 1;
}

.top01_text p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
	display: block;
	margin-bottom: 35px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.top01.show .top01_text p {
	transform: translateY(0);
	opacity: 1;
}


.text_orange {
	font-size: 1em;
	font-weight: 600;
	color: #cd5c1a;
}

.btn01 a {
	max-width: 360px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 20px;
	border: solid 1px #7a932e;
	background: #fff;
	border-radius: 40px;
	box-shadow: 6px 6px 0 rgba(122,147,46,0.3);
	transition: .3s;
}

.btn01 a i {
	font-size: 22px;
	line-height: 1;
	color: #7a932e;
	padding-right: 6px;
	transition: .3s;
}

.btn01 a:hover {
	background: #7a932e;
	box-shadow: 0 0 0 rgba(122,147,46,0.3);
	color: #fff;
}

.btn01 a:hover i {color: #fff;}

.top01_text .btn01 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}

.top01.show .top01_text .btn01 {
	transform: translateY(0);
	opacity: 1;
}


.top02 {}

.sec_title02 {
	display: block;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.3;
	color: #7a932e;
	box-sizing: border-box;
	padding: 48px 0 0 0 ;
	margin-bottom: 10px;
	background-image: url("images/common/title_icon01.png");
	background-repeat: no-repeat;
	background-size: 44px;
	background-position: center top;
	text-align: center;
}

.top02 .sec_title02 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.top02.show .sec_title02 {
	transform: translateY(0);
	opacity: 1;
}

.top02 h3 {
	font-size: 23px;
	letter-spacing: 2px;
	line-height: 1.3;
	display: block;
	margin-bottom: 40px;
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.top02.show h3 {
	transform: translateY(0);
	opacity: 1;
}

.top02_img {
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .7s;
}
.top02.show .top02_img {
	transform: translateY(0);
	opacity: 1;
}


.top03 {
	padding: 110px 0;
	background-image: url("images/top/bg02.png");
	background-repeat: no-repeat;
	background-size: 486px;
	background-position: 105% top;
}

.top03_in {max-width: 1380px; width: 88%; margin: auto;}

.top03_img {
	float: right;
	max-width: 520px;
	width: 45%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.top03.show .top03_img {
	transform: translateY(0);
	opacity: 1;
}

.top03_text {
	float: left;
	width: 49%;
	padding-top: 40px;
}

.top03 .sec_title01 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.top03.show .sec_title01 {
	transform: translateY(0);
	opacity: 1;
}

.top03_text p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
	display: block;
	margin-bottom: 35px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .7s;
}
.top03.show .top03_text p {
	transform: translateY(0);
	opacity: 1;
}

.top03_text .btn01 {
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .8s;
}
.top03.show .btn01 {
	transform: translateY(0);
	opacity: 1;
}

.img_deco01 {
	position: relative;
	
}

.img_deco01 img {
	display: block;
	border-radius: 40px;
}

.img_deco01::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	border: dotted 2px #7a932e;
	z-index: -1;
	border-radius: 40px;
}

.img_deco01::after {
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: dotted 2px #7a932e;
	z-index: 2;
	border-radius: 40px;
}

.top04 {padding-bottom: 130px;}

.top04 .sec_title02 {margin-bottom: 35px;}


#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 430px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 430px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 406px;
    height: 430px;
    float: left;
    display: inline;
    overflow: hidden;
	
}
#loopslider ul li img {border-radius: 10px;}
 
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


@media screen and ( max-width:991px ){
	#loopslider {height: 323px;}
	#loopslider ul {height: 323px;}
	#loopslider ul li {width: 306px; height: 323px;}
	#loopslider ul li img {width: 300px;}
}

@media screen and ( max-width:767px ){
	#loopslider {height: 258px;}
	#loopslider ul {height: 258px;}
	#loopslider ul li {width: 245px; height: 258px;}
	#loopslider ul li img {width: 240px;}
}

@media screen and ( max-width:450px ){
	#loopslider {height: 194px;}
	#loopslider ul {height: 194px;}
	#loopslider ul li {width: 185px; height: 194px;}
	#loopslider ul li img {width: 180px;}
}

#slide2 {position: relative;}

#slide2 .btn01 a {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.top05 {padding-bottom: 100px;}

.top05_bnr a {
	display: block;
	max-width: 740px;
	width: 100%;
	margin: auto;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}

.top05.show .top05_bnr a {
	transform: translateY(0);
	opacity: 1;
}

.top05_bnr a img {
	transition: .3s;
}

.top05_bnr a:hover img {transform: scale(0.95);}

.top06 {
	padding-top: 0;
	background-image: none;
}

.top06 .sec_title01 {font-size: 36px; padding-top: 4px; padding-bottom: 4px;}

.top06 .top01_text {padding-top: 50px;}



.top07 {padding: 100px 0; background: #fff;}
.top07_in {max-width: 1660px; width: 90%; margin: auto;}

.top07_left {
	float: left;
	width: 17%;
}

.top07_right {
	float: right;
	width: 75%;
}

.sec_title03 {margin-bottom: 100px;}

.sec_title03 p {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	line-height: 1.3;
	letter-spacing: 3px;
}

.sec_title03 h2 {
	font-size: 40px;
	font-weight: 500;
	display: block;
	line-height: 1.3;
	color: #7a932e;
	letter-spacing: 4px;
}

.top07 .btn01 a {max-width: 290px;}


.news_box02 {
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
	transition: .7s;
	transform: translateY(100px);
	opacity: 0;
}

.top07.show .news_box02 {
	transform: translateY(0);
	opacity: 1;
}

.news01_in.show .news_box02 {
	transform: translateY(0);
	opacity: 1;
}

.t_news_wrap.show .news_box02 {
	transform: translateY(0);
	opacity: 1;
}

.news_box02:nth-of-type(1) {
	border-top: solid 1px #ddd;
	transition-delay: .3s;
}
.news_box02:nth-of-type(2) {transition-delay: .4s;}
.news_box02:nth-of-type(3) {transition-delay: .5s;}
.news_box02:nth-of-type(4) {transition-delay: .6s;}
.news_box02:nth-of-type(5) {transition-delay: .7s;}
.news_box02:nth-of-type(6) {transition-delay: .8s;}
.news_box02:nth-of-type(7) {transition-delay: .9s;}
.news_box02:nth-of-type(8) {transition-delay: 1s;}
.news_box02:nth-of-type(9) {transition-delay: 1.1s;}
.news_box02:nth-of-type(10) {transition-delay: 1.2s;}
.news_box02:nth-of-type(11) {transition-delay: 1.3s;}
.news_box02:nth-of-type(12) {transition-delay: 1.4s;}




.news_box02 a {
	display: block;
	transition: .3s;
}

.news_box02 a:hover {
	background: #f5f5f5;
}
.news01_in .news_box02 a:hover {
	background: #fff;
}


.news_box02 dl {
	display: table;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.news_box02 dt {
	display: table-cell;
	width: 100px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #7a932e;
	font-weight: 500;
}


.news_box02 dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.3;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.news_box02 dd span {
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	
	border: solid 1px #7a932e;
	width: 30px;
	height: 30px;
	padding: 1px 3px;
	text-align: center;
	transition: .3s;
}

.news_box02 dd span i {
	line-height: 1;
	font-size: 20px;
	color: #7a932e;
	position: relative;
	left: 1px;
}

.news_box02 a:hover dd span {transform: translateX(-10px);}




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

@media screen and ( max-width:1366px ){
	.top07 {padding: 80px 0;}
	.news_box02 dd {font-size: 16px; letter-spacing: 1px; padding-left: 20px;}
	.news_box02 dt {font-size: 15px; width: 90px;}
	.news_box02 dl {padding: 30px 20px;}

}

@media screen and ( max-width:1280px ){
	.top07_left {width: 22%;}
	.top07_right {width: 70%;}
}

@media screen and ( max-width:991px ){
	.top07 {padding: 60px 0;}
	.top07_left {float: none; width: 100%;}
	.top07_right {float: none; width: 100%; margin-bottom: 20px;}
	.news_box02 dl {padding: 25px 10px;}
	.news_box02 dt {width: 80px; font-size: 14px;}
	.news_box02 dt span {width: 100px;}
	.news_box02 dd {font-size: 15px; letter-spacing: 1px; padding-left:20px; padding-right: 30px;}
	.news_box02 dd span {width: 25px; height: 25px; right: -5px;}
	.news_box02 dd span i {font-size: 18px; line-height: 1; padding: 2px 3px; bottom: 3px;}
	
	.sec_title03 {margin-bottom: 30px; text-align: center;}
	.top07 .btn01 {padding-top: 20px;}
	.top07 .btn01 a {margin: auto;}
}

@media screen and ( max-width:567px ){
	.top07 {padding: 50px 0;}
	.news_box02 dd span {display: none;}
	.news_box02 dt {display: block; width: 100%;}
	.news_box02 dd {display: block; width: 100%; padding: 0;}
	.news_box02 dl {padding: 20px 10px;}
}





.b_online_wrap {
	padding: 140px 0;
	background-image: url("images/top/b_online_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 80%;
	/*background-attachment: fixed;*/
}

.b_online_btn a {
	display: block;
	max-width: 620px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 80px;
	background: #7a932e;
	border: solid 2px #fff;
	position: relative;
	transition: .3s;
	
}

.b_online_btn a:hover {background: #221713;}

.b_online_btn a dl {display: table; width: 90%;}
.b_online_btn a dt {
	display: table-cell;
	width: 86px;
	vertical-align: middle;
}

.b_online_btn a dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 34px;
	letter-spacing: 5px;
	line-height: 1.1;
	color: #fff;
	font-weight: 500;
}
.b_online_btn a dd span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #fff;
	padding-top: 3px;
}

.b_online_btn a p {
	position: absolute;
	top: 40%;
	right: 35px;
	line-height: 1;
}

.b_online_btn a p i {
	font-size: 30px;
	color: #fff;
}


.b_sns_wrap {padding: 90px 0;}
.b_sns_in {max-width: 1070px; width: 100%; margin: auto;}

.b_sns_left {
	float: left;
	max-width: 480px;
	width: 47%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.b_sns_wrap.show .b_sns_left {
	transform: translateY(0);
	opacity: 1;
}
.b_sns_left a {display: block;}
.b_sns_left img {transition: .3s;}
.b_sns_left a:hover img {transform: scale(0.95);}

.b_sns_right {
	float: right;
	max-width: 480px;
	width: 47%;
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 30px 20px;
	min-height: 142px;
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.b_sns_wrap.show .b_sns_right {
	transform: translateY(0);
	opacity: 1;
}

.b_sns_right h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	margin-bottom: 12px;
}

.b_sns_right_box a {
	margin-right: 35px;
}

.b_sns_right_box a:last-of-type {margin-right: 0;}

.b_sns_right_box a:hover {opacity: 0.7;}











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

    footer

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


footer {
	box-sizing: border-box;
	padding: 80px 0 0;
	position: relative;
	background: #fff;
}


.footer_in {
	width: 88%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.footer_left {
	max-width: 500px;
	width: 32%;
	float: left;
}

.footer_right {
	max-width: 720px;
	width: 64%;
	float: right;
	overflow: hidden;
}

.footer_left h2 {
	margin-bottom: 35px;
}

.footer_left h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 6px;
}

.footer_left p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #333;
	padding-bottom: 20px;
}

.footer_left p a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #333;
}

.footer_left p a:hover {
	text-decoration: underline;
}

.f_nav {
	margin-bottom: 30px;
	overflow: hidden;
}

.f_nav_left {
	float: left;
	max-width: 240px;
	width: 33%;
}

.f_nav_right {
	float: right;
	max-width: 240px;
	width: 33%;
}

.f_nav h3 {
	font-size: 20px;
	font-weight: 400;
	color: #7a932e;
	line-height: 1.3;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.f_nav li {
	list-style: none;
	margin-bottom: 25px;
}



.f_nav li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #333;
	display: block;
	position: relative;
	background-image: url("images/footer/f_arrow.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}

.f_nav li a i {
	font-size: 18px;
	color: #7a932e;
	padding-right: 8px;
}

.f_nav li a:hover {
	color: #7a932e;
	text-decoration: underline;
}

.f_nav li a img {padding-right: 7px;}



.footer_right_bottom {
	float: right;
	width: 100%;
}

.footer_bottom {
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	border-top: solid 1px #7a932e;
}

.f_copy {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 4px;
	color: #555;
	text-align: center;
	
}


.page_top a {
	position: absolute;
	display: block;
	right: 3%;
	bottom: 120px;
	z-index: 9000;
	width: 60px;
	height: 60px;
	border: solid 1px #7a932e;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px;
	transition: .3s;
}

.page_top a i {
	font-size: 32px;
	color: #7a932e;
	line-height: 1;
	transition: .3s;
}

.page_top a:hover {background: #7a932e;}
.page_top a:hover i {color: #fff;}


@media screen and ( max-width:1366px ){
	.footer_left {width: 34%; max-width: 330px;}
	.footer_right {width: 62%; max-width: 620px;}
	.footer_left h3 {font-size: 18px; margin-bottom: 10px;}
	.footer_left p {font-size: 14px; letter-spacing: 1px; line-height: 1.5;}
	.footer_left p a {font-size: 14px; letter-spacing: 1px; line-height: 1.5;}
	.f_nav li a {letter-spacing: 1px; font-size: 15px;}
	.f_nav li a i {width: 16px; font-size: 16px; position: relative; bottom: 1px; padding-right: 2px;}
	.page_top a {bottom: 100px; width: 50px; height: 50px;padding: 9px;}
	.page_top a i {font-size: 28px;}
	.f_copy {font-size: 11px; letter-spacing: 3px;}
}

@media screen and ( max-width:1199px ){
	.page_top .c-scroll {top: 0; position: static;}
}

@media screen and ( max-width:991px ){
	footer {padding-top: 60px;}
	.footer_left {float: none; width: 100%; margin: 0 auto 40px; max-width: 300px; text-align: center;}
	.footer_right {float: none; width: 100%; margin: 0 auto; max-width: 200px;}
	.footer_right_bottom {float: none; margin: auto;}
	.f_nav_left {float: none; width: 100%;}
	.f_nav_right {float: none; width: 100%;}
	.f_copy {font-size: 11px; letter-spacing: 1px;}

	.footer_left h2 img {width: 100%;}
	.f_nav h3 {font-size: 17px;}

	.footer_in {padding-bottom: 40px;}
	.page_top a {bottom: 80px; right: 15px;}
}

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

@media screen and ( max-width:567px ){
	.f_nav {width: 100%; margin: 0 auto 20px; min-height: inherit; max-width: 360px; float: none;}

	.f_info {width: 100%; margin: 0 auto 30px; float: none;}
	.f_btn01 {padding-top: 10px;}
	.footer03_in h3 {width: 48%; margin: 0 1% 10px; max-width: inherit;}
	.footer03_in h3 img {width: 100%;}

}

@media screen and ( max-width:450px ){
	.f_copy {font-size: 10px;}
	.footer_left h3 {font-size: 16px; letter-spacing: 1px;}

	.sp_copy {font-size: 10px; letter-spacing: 1px;}

	
	.page_top {right: 7%; top: auto; bottom: 90px;}
}









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

    about

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

.about01 {padding: 60px 0 100px;}

.about01_in01 {padding-top: 30px; max-width: 1140px; margin: 0 auto 70px;}

.about01_in01 dl {display: table; width: 100%;}
.about01_in01 dt {display: table-cell; width: 320px;}
.about01_in01 dd {display: table-cell;box-sizing: border-box; padding-left: 40px; vertical-align: middle;}
.about01_in01 dd p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
}

.about01_in02 {
	box-sizing: border-box;
	padding: 40px 50px;
	background: #fff;
	border: solid 1px #7a932e;
	border-radius: 20px;
}

.about01_in02_img {
	float: right;
	max-width: 270px;
	width: 30%;
}

.about01_in02_text {
	float: left;
	width: 65%;
	padding-top: 40px;
	padding-left: 5%;
}

.about01_in02_text h3 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #7a932e;
	display: block;
	margin-bottom: 30px;
}

.about01_in02_text p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
}


.about02 {padding-bottom: 100px;}

.about02_in01 {margin-bottom: 60px;}

.about_img {
	float: left;
	max-width: 520px;
	width: 45%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .4s;
}

.about_img.show {
	transform: translateY(0);
	opacity: 1;
}

.about_img img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.about_img-2 img {
	height: 400px;
}

.about_text {
	float: right;
	width: 51%;
	padding-top: 40px;
	transform: translateY(100px);
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.about_text.show {
	transform: translateY(0);
	opacity: 1;
}

.about_text p {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.8;
}

.sec_title04 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.3;
	color: #7a932e;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 50px;
	margin-bottom: 40px;
	background-image: url("images/common/title_icon01.png");
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: left 4px;
}

.about_img02 {float: right;}
.about_text02 {float: left;}

.about02_in02 .about_img img {height: 400px;}

.about03 {padding-bottom: 100px;}

.about03 .sec_title02 {font-size: 32px; margin-bottom: 60px;}

.about_text h4 {font-size: 18px; font-weight: 600; padding-top: 10px;}
.about_text ul {margin-bottom: 10px;}
.about_text li {font-size: 17px; line-height: 1.7; letter-spacing: 2px; list-style: disc; margin-left: 1.2em;}
.about_text li span {
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 2px;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none; 
}

.about03 .about_text p {line-height: 1.6;}

.about03_in03 {margin-bottom: 40px; padding-top: 80px;}
.about03_in03 h3 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #7a932e;
	display: block;
	text-align: center;
}

.about03_in04 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 70px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	padding: 35px;
}

.about03_in04 p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: center;
}

.about03_in04 h4 {padding: 10px 0;}

.about03_in04 h4 span {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	display: block;
}


.about04 {padding: 100px 0 80px; background: #fff;}
.about04 .about_text {padding-top: 0;}
.about04 .sec_title02 {margin-bottom: 80px;}
.about04 .about_text h4 {
	font-size: 20px;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

.about05 {padding: 100px 0 130px;}
.about05 .sec_title02 {margin-bottom: 80px;}

.about_text_box {
	max-width: 500px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 25px 25px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}

.about_text_box p {font-size: 16px; letter-spacing: 1px; line-height: 1.6;}

.about05 .about02_in01 .about_img {max-width: 560px;}
.about05 .about02_in01 .about_img img {height: 460px;}

.about02_in02-2 {margin-bottom: 70px;}

.about05_map_wrap {margin-top: 80px;}
.about05_map_wrap iframe {
	filter: grayscale(0.2);
	overflow: hidden;
	border-radius: 14px;
}

.about05_map_wrap .about_text_box {
	margin: 30px auto 0;
	padding-top: 20px;
}

.about05_map_wrap .about_text_box h4 {
	font-size: 20px;
	font-weight: 600;
}







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

    asodryflower

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

.asodryflower01 {padding-top: 60px; padding-bottom: 80px;}
.asodryflower02 {padding-bottom: 120px;}
.asodryflower01 .sec_title02 {margin-bottom: 60px;}
.asodryflower02 .sec_title02 {margin-bottom: 60px;}


.asodryflower02_in {
	padding: 100px 0;
    background-image: url(images/asodryflower/img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.asodryflower02_in02 {max-width: 1300px; width: 88%; margin: auto;}

.asodryflower02_box {
	float: left;
	width: 31.3%;
	margin: 0 1%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(16px) saturate(1.2);
	border: solid 1px rgba(255,255,255,0.8);
	border-radius: 15px;
	padding: 40px;
	min-height: 530px;
}

.asodryflower02_no {
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin-bottom: 40px;
	color: #7a932e;
}

.asodryflower02_no span {
	display: block;
	font-size: 18px;
	letter-spacing: 4px;
	color: #7a932e;
	text-align: center;
}

.asodryflower02_box h3 {
	font-size: 30px;
	line-height: 1.3;
	display: block;
	margin-bottom: 30px;
	color: #7a932e;
}

.asodryflower02_box p {
	font-size: 16px;
	line-height: 1.7;
}

.asodryflower03 {padding-bottom: 40px;}
.asodryflower04 {padding-bottom: 40px;}




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

    nojiri

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


.nojiri01 {padding: 60px 0 120px;}




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

    product

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


.img_product img {
	object-fit: contain;
	height: auto;
	width: 100%;
	border-radius: 10px;
}

.product01 .about02_in01 {
	margin-bottom: 40px;
	box-sizing: border-box;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.product01 .about02_in02 {
	margin-bottom: 10px;
	box-sizing: border-box;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.product01 .about_img {width: 44%; max-width: 560px;}
.product01 .about_text {width: 50%; padding: 20px 10px;}
.product01 .about02_in02 .about_img img {height: auto;}

.product01 .sec_title04 {margin-bottom: 25px;}
.product01 .about_text p {font-size: 16px; line-height: 1.6; letter-spacing: 1px; padding-bottom: 30px;}

.product01 .btn01 a {
	max-width: 300px;
	padding: 14px;
}

.product01 .btn01 a i {font-size: 16px;}





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

    introduction

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



.introduction01 .introduction_text01 {
	display: inline-block;
	box-sizing: border-box;
	padding: 4px 15px;
	border-radius: 30px;
	background: #7a932e;
	color: #fff;
	margin-bottom: 4px;
	line-height: 1 !important;
	font-size: 15px !important;
}

.sec_title05 {
	font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #7a932e;
    display: block;
    box-sizing: border-box;
	margin-bottom: 20px;
	border-bottom: dotted 3px #7a932e;
	padding-bottom: 8px;
}

.introduction01 .about_img img {
	object-fit: cover;
	height: 420px;
}

.introduction01 .about02_in01 {
	box-sizing: border-box;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	display: table;
	width: 100%;
	position: relative;

}


.introduction01 .about02_in01::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: dotted 2px #7a932e;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 20px;

}


.introduction01 .about02_in02 {
	box-sizing: border-box;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	display: table;
	width: 100%;
	position: relative;
}

.introduction01 .about02_in02::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: dotted 2px #7a932e;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 20px;
}

.introduction01 .about_text p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
}

.introduction01 .about_text {
	width: 54%;
	padding: 30px 20px 0;
}

.introduction01 .about_img {
	width: 40%;
	max-width: 500px;
}








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

    inspection

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

.inspection01 .about_img img {height: 400px;}

.inspection01_bottom {padding-top: 40px; margin-bottom: 30px;}

.inspection01_bottom .btn01 a {
	margin: auto;
	max-width: 500px;
	padding: 24px;
	font-size: 20px;
}






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

    contact

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

.contact01 {padding-bottom: 60px;}
.contact02 {padding-bottom: 90px;}

.contact01_in p {
	text-align: center;
	line-height: 2;
	font-size: 17px;
}

.contact01 .sec_title02 {margin-bottom: 40px;}

.contact02_title01 {font-size: 24px; font-weight: 500; line-height: 1.3; color: #8fa34a; display: block; margin: 40px 0 30px; text-align: center; padding: 6px 0; border-top: solid 1px #8fa34a; border-bottom: solid 1px #8fa34a;}

.grecaptcha-badge { visibility: hidden; }
.wpcf7-form p {line-height:1.3;}

.wpcf7-form dl {
	display:table;
	width:100%;
	padding: 10px 0;
	margin-bottom: 10px;
}

.wpcf7-form dl dt {
	display:table-cell;
	width:26%;
	box-sizing:border-box;
	vertical-align:top;
	font-weight: 500;
	font-size: 17px;
	padding-top: 5px;
}

.wpcf7-form dl dt p {font-size: 17px;}

.wpcf7-form dl dd {
	display:table-cell;
	width:74%;
	box-sizing:border-box;
}

.input_dummy {
	width:500px;
	height:36px;
	box-sizing:border-box;
	background-color:#fff;
}

.textarea_dummy {
	width:500px;
	height:165px;
	box-sizing:border-box;
	background-color:#fff;
}

#zip {
    width: 200px;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form .required {
	color:#fff;
	background-color:#aa1d2f;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 2px 5px 2px;
}

.wpcf7-form .required02 {
	display:block;
	padding-left: 31%;
	font-size:12px;
	color:#999;
    margin-bottom: -30px;
    margin-top: 10px;
	letter-spacing: 0;
	text-align: left;
}
.wpcf7-form .required02 {
	padding-left: 0;
	margin-bottom: 3px;
}
.required2 {
    color: #fff;
    background-color: #aaa;
    font-size: 11px;
    padding: 2px 5px;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
}

.yuubin .required02 {
    padding-left: 3%;
    display: inline;
}

.wpcf7-form input[type="text"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #ccc;
}

.wpcf7-form input[type="email"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.wpcf7-form input[type="tel"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.wpcf7-form input[type="radio"] {
	margin-top: 0;
}

.wpcf7-form input[type="number"] {
	font-size: 16px;
    padding: 14px;
	width: 100px;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
	margin: 0 5px 0 0;
}

.wpcf7-form input[type="date"] {
	font-size: 16px;
    padding: 14px;
	width: 200px;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.wpcf7-form textarea {
	font-size: 16px;
    padding: 14px;
    width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.wpcf7-form input[type="submit"] {
	max-width:400px;
	width: 80%;
	margin: 30px auto 0;
	box-sizing:border-box;
	display:block;
	text-align:center;
	background-color:#9e2224;
	color:#fff;
    padding: 18px 0;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	border-radius: 40px;
	-webkit-appearance: none;
	transition: .3s;
}

.wpcf7-form input[type="submit"]:hover {
	background-color:#8fa34a;
	transition: .3s;
}

.wpcf7-list-item {
	margin-left: 0;
	margin-right: 3em;
}

.wpcf7-list-item span {
	font-size: 15px;
}


#zip_txt {
    font-size: 12px;
    padding-left: 7px;
    color: #999;
    line-height: 1.3em;
	letter-spacing: 0;
}


@media screen and ( max-width:767px ){
	.wpcf7-form dl {display: block;width: 100%;}
	.wpcf7-form dl dt {display: block;width: 100%;font-size: 14px;}
	.wpcf7-form dl dd {display: block;width: 100%;padding: 10px 0;}
	.wpcf7-list-item {display: block;width: 100%;margin-bottom: 4px;margin-right: 0;}
	.wpcf7-form p.tc {text-align: left !important;}
	.wpcf7-form input[type="submit"] {font-size: 15px;}
}

@media screen and ( max-width:567px ){
	.wpcf7-form dl dt p {font-size: 15px;}
	.wpcf7-form input[type="number"] {width: 70px; padding: 14px 8px;}
	
	.contact02_title01 {font-size: 19px; letter-spacing: 0; padding: 10px 0; margin: 30px 0 20px;}
}

@media screen and ( max-width:450px ){
	.wpcf7-form dl {margin-bottom: 0;}
}







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

    news

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



.single_wrap {
	padding: 50px 0 120px;
}

.single header::before {display: none;}

.single_img {
	padding-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.single_img img {
	width: 100%;
	object-fit: cover;
	height: 560px;
}

.single_title {
	font-size: 32px;
	letter-spacing: 1px;
	display: block;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #333;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.post-navigation {
	padding: 0 0 30px;
}

.nav-links {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a {
	font-size: 12px;
	letter-spacing: 0;
}

.nav-links a:nth-of-type(1) {
	display: block;
	width: 50%;
	float: left;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a:nth-of-type(2) {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a:hover {
	color:#8fa34a;
}

.nav-links a span {
	font-size: 13px;
}

.nav-links a:hover span {
	color: #8fa34a;
}

.entry-content {
	padding-bottom: 30px;
	border-bottom: solid 5px #eee;
}

.cat-links {
	margin-bottom: 10px;
}

.cat-links a {
	display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    color: #8fa34a;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    width: 108px;
    border: solid 1px #8fa34a;
}

.single .entry-title {
	font-size: 30px;
	color: #8fa34a;
	padding-top: 10px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.entry-date {padding-bottom: 10px;}

.byline {
	display: none;
	
}

.entry-date a {
	cursor:default;
}

.comments-link {
	display: none;
}

.edit-link {
	display: none;
}

.single .post-thumbnail {
	margin-bottom: 25px;
}

.single .post-thumbnail img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	border-radius: 20px;
}

.single .entry-content {
	padding: 30px 0 20px;
	margin-top: 40px;
	border-top: solid 1px #ccc;
	clear: both;
	margin-bottom: 30px;
}

.single .entry-content p {
	font-size: 17px;
	line-height: 1.9;
	letter-spacing: 2px;
}

.entry-date {
	color: #aaa;
	float: right;
	font-family: 'Lato', sans-serif;
}

.wp-block-table tbody {
	border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

.single .btn01 {opacity: 1; transform: translateY(0);}
.single .btn01 a {margin: auto;}

.blog_pages {
	text-align: center;
	min-height: 26px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.blog_pages .page-numbers {
    border: solid 1px #8fa34a;
    padding: 4px 8px 4px;
    font-size: 12px;
    margin-right: 1px;
    color: #8fa34a;
	box-sizing: border-box;
}

.blog_pages .prev {
	padding: 4px 6px 4px;
}

.blog_pages .next {
	padding: 4px 6px 4px;
}

.blog_pages .current {
    border: solid 1px #8fa34a;
    padding: 4px 8px 4px;
    font-size: 12px;
    margin-right: 1px;
    color: #fff;
	background: #8fa34a;
	box-sizing: border-box;
}

a.page-numbers:hover {
	color: #fff;
	background: #8fa34a;
}

.blog_pages span,
.blog_pages a {
	font-family: 'Lato', sans-serif;
}



@media screen and ( max-width:1366px ){
	.single_wrap {padding: 40px 0 90px;}
	.single .post-thumbnail img {height: 490px;}
}

@media screen and ( max-width:991px ){
	.single_wrap {padding: 30px 0 70px;}
	.single .post-thumbnail img {height: 440px;}
	.single .entry-title {font-size: 29px; letter-spacing: 1px;}

	.single .entry-content p {font-size: 16px;}
}

@media screen and ( max-width:767px ){
	.single .post-thumbnail img {height: 380px;}
}

@media screen and ( max-width:567px ){
	.single .post-thumbnail img {height: 320px;}
	.entry-date {font-size: 12px;}

}

@media screen and ( max-width:500px ){
	.single .post-thumbnail img {height: 270px; border-radius: 10px;}
	.single_wrap {padding: 20px 0 60px;}
	.single .entry-content p {letter-spacing: 1px;}
}

@media screen and ( max-width:450px ){
	.single .post-thumbnail img {height: 240px;}
	.single .entry-title {font-size: 23px; letter-spacing: 1px; line-height: 1.4;}
}














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

    メディアクエリ

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


.max1366 {display: none !important;}
.min1367 {display: block !important;}
.max1279 {display: none !important;}
.min1280 {display: block !important;}
.max1199 {display: none !important;}
.min1200 {display: block !important;}
.max991 {display: none !important;}
.min992 {display: block !important;}
.max850 {display: none !important;}
.min851 {display: block !important;}
.max767 {display: none !important;}
.min768 {display: block !important;}
.max567 {display: none !important;}
.min568 {display: block !important;}
.max430 {display: none !important;}
.min431 {display: block !important;}

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

}


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

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

}

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

@media screen and ( max-width:1680px ){
	header::before {height: 400px;}
	.home header::before {height: 440px;}
	
	.top01 {background-size: 360px;}
	.top03 {background-size: 360px;}
}


@media screen and ( max-width:1536px ){
	.h_side_text h3 {font-size: 13px;}
	
	header::before {height: 340px;}
	.home header::before {height: 380px;}
	.main_text {top: -100px;}
	.main_img_wrap {margin: 170px 0 0;}
	.h_nav_wrap nav li a {font-size: 15px; margin-right: 4.3%;}
	.h_nav_wrap nav li:last-of-type a {margin-right: 0 !important;}
	.h_nav_wrap {max-width: 870px;}
	.h_nav_wrap01 {max-width: 870px; float: right; padding-right: 155px;}
	.h_sns01 {padding: 9px 16px; max-width: 238px;}
	.h_sns01 span {font-size: 13px; padding-right: 10px;}
	.h_sns01 a {padding-right: 10px;}
	.h_sns01 a img {width: 25px;}
	.h_sns01 a:last-of-type img {width: 20px; position: relative; bottom: 2px;}
	.h_btn01 {max-width: 200px;}
	.h_btn01 a {font-size: 12px; max-width: 180px;}
	.h_sns02 {max-width: 160px;}
	.h_sns02 {padding: 2px 0 2px 18px;}
	.h_sns02 img {width: 140px;}
	.h_logo img {width: 100px; top: 25px; left: 45px;}
	.h_nav_wrap nav li a {padding-top: 22px;}
	.h_online_btn a {width: 110px; font-size: 16px; border-radius: 0 0 12px 12px;}
	.h_nav_wrap nav {padding-right: 140px;}
	
	.top01 {padding: 0 0 80px;}
	.top01_in {max-width: 1200px;}
	.sec_title01 {font-size: 38px; background-size: 38px; padding-left: 50px;}
	.top01_text p {font-size: 16px;}
	.top02 .sec_in1200 {max-width: 1100px;}
	.top03_in {max-width: 1200px;}
	.top07_in {max-width: 1200px; width: 88%;}
	.top03 {padding: 110px 0 80px;}
	.top04 {padding-bottom: 110px;}
	.top05_bnr a {max-width: 640px;}
	.top05 {padding-bottom: 70px;}
	.sec_title02 {font-size: 36px;}
	.top02 h3 {font-size: 20px;}
	.sec_title03 h2 {font-size: 34px;}
	.sec_title03 p {font-size: 16px;}
	
	.about01_in01 {max-width: 1000px;}
	.about01_in01 dt {width: 280px;}
	.about01_in01 dt img {width: 220px;}
	
	.about_text {padding-top: 10px;}
	
	.asodryflower02_in02 {max-width: 1140px;}
	.asodryflower02_no {margin-bottom: 20px; font-size: 50px;}
	.asodryflower02_box h3 {margin-bottom: 20px; font-size: 26px;}
	.asodryflower02_box p {font-size: 15px; line-height: 1.6;}
	.asodryflower02_box {min-height: 500px; padding: 40px 40px 20px;}
}

@media screen and ( max-width:1366px ){
	.max1366 {display: block !important;}
	.min1367 {display: none !important;}

	.sp_menu {padding-top: 30px; min-height: 90px; width: 90px;}
	.menu-trigger p {font-size: 10px !important;}

	.main_text {top: -80px; left: 8%; width: 22%;}
	
	.top03_img {max-width: 460px;}
	.top03_text p {font-size: 16px;}
	.top03_text {padding-top: 0;}
	
	.b_online_btn a {max-width: 560px; padding: 30px;}
	.b_online_btn a dt img {width: 48px;}
	.b_online_btn a dt {width: 66px;}
	.b_online_btn a dd {font-size: 29px; letter-spacing: 4px;}
	.b_online_btn a dd span {font-size: 15px; letter-spacing: 1px;}
	.b_online_btn a p {top: 37%; right: 30px;}
	.b_online_btn a p i {font-size: 26px;}
	
	.b_sns_in {max-width: 900px;}
	.b_sns_right {padding: 23px 20px; min-height: inherit;}
	
	.b_online_wrap {background-size: 1800px;}
	
	.sec_title04 {font-size: 28px; letter-spacing: 2px; background-size: 32px; padding: 0 0 0 40px; margin-bottom: 25px;}
	
	.product01 .about_text {padding: 0;}
	
	.asodryflower02_box h3 {font-size: 24px;}
}

@media screen and ( max-width:1279px ){
	.max1279 {display: block !important;}
	.min1280 {display: none !important;}
	
}

@media screen and ( max-width:1199px ){
	.max1199 {display: block !important;}
	.min1200 {display: none !important;}
	
	.h_logo img {width: 80px; top: 20px; left: 40px;}
	.header_logo.fixed .h_logo .h_logo02 {width: 110px;}
	.h_nav_wrap {max-width: 830px; width: 86%;}
	.h_nav_wrap nav li a {letter-spacing: 0; font-size: 14px;}
	.header_top.fixed .h_nav_wrap nav li a {padding-top: 26px;}
	.header_top.fixed {height: 70px;}
	.h_btn01 a {font-size: 11px;}
	.h_main_img {left: -60px;}
	.h_btn02 {width: 18%;}
	.h_sns01 {width: 33%; padding: 9px 12px;}
	.h_sns02 {width: 22%;}
	.h_sns01 a {padding-right: 7px;}

	.sec_title01 {font-size: 34px; letter-spacing: 3px;background-position: left 5px;}
	.sec_title02 {font-size: 32px; letter-spacing: 3px; background-size: 40px; padding-top: 42px;}
	.top06 .sec_title01 {font-size: 32px;}
	.sec_title03 h2 {font-size: 30px;}
	
	.btn01 a {padding: 15px; font-size: 16px;}
	.btn01 a i {font-size: 18px;}
	
	.about01_in02_text {padding-left: 0; padding-top: 20px;}
	.about01_in02_text h3 {font-size: 28px; letter-spacing: 2px; margin-bottom: 20px;}
	
	.about_text {width: 50%;}
	.about_text p {font-size: 16px; letter-spacing: 1px; line-height: 1.7;}
	
	.asodryflower02_box {padding: 30px 25px 15px;}
	
	.introduction01 .about_text {padding-top: 0;}
	.introduction01 .about_text p {font-size: 15px;}
}



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

@media screen and ( max-width:991px ){
	.max991 {display: block !important;}
	.min992 {display: none !important;}
	
	
	.sp_header {width: 100%; box-sizing: border-box; position: fixed; top: 0; left: 0; z-index: 9999; background: #fff; height: 60px;}
	.sp_logo {float: left; width: 120px; padding: 10px 10px 4px 14px; transition: .3s;}
	.sp_logo.hidden {opacity: 0;}
	.sp_right {float: right; width: 120px;}
	
	.menu-trigger p {writing-mode: inherit; line-height: 1.2; font-size: 10px !important; letter-spacing: 0; top: 21px; position: relative; right: 1px; color: #fff;}
	.menu-trigger {box-sizing: border-box; width: 60px; padding: 17px; height: 60px; background: #221713; float: right;}
	.menu-trigger span {width: 26px; right: 0; margin: auto; background: #fff;}
	.menu-trigger span:nth-of-type(1) {top: 17px;}
	.menu-trigger span:nth-of-type(2) {top: 25px;}
	.menu-trigger span:nth-of-type(3) {top: 33px;}
	.menu-trigger.active span:nth-of-type(3) {width: 26px;}
	
	.sp_h_online a {display: block; width: 60px; height: 60px; box-sizing: border-box; float: left; background: #7a932e; text-align: center; padding: 6px 5px 2px;}
	.sp_h_online a img {padding-bottom: 3px;}
	.sp_h_online a span {font-size: 10px; letter-spacing: 0; line-height: 1; color: #fff; display: inline-block;}
	.main_img_wrap {margin: 90px 0 0;}
	header::before {height: 220px;}
	.home header::before {height: 240px;}
	.main_text {left: 11%; width: 28%;}
	.h_main_img {left: -80px; bottom: 60px; width: 23%;}
	
	.top01 {background-size: 300px; background-position: 17% 34%;}
	.top03 {background-size: 260px; background-position: 116% top;}
	
	.top01_img {float: none; width: 100%; margin: 0 auto 30px; max-width: 500px;}
	.top01_text {float: none; width: 100%; margin: 0 auto; padding-top: 0;}
	
	.img_deco01 img {border-radius: 20px;}
	.img_deco01::before {border-radius: 20px;}
	.img_deco01::after {border-radius: 20px;}
	
	.top03 {padding: 70px 0 50px;}
	.top03_img {float: none; width: 90%; margin: 0 auto 40px; max-width: 400px;}
	.top03_text {float: none; width: 100%; margin: 0 auto; padding-top: 0;}
	
	.top06 .top01_text {padding-top: 0;}
	
	.b_online_wrap {background-size: 1400px; padding: 100px;}
	
	.b_sns_right {border-radius: 9px;}
	.b_sns_right_box a img {width: 32px;}
	.b_sns_right_box a:last-of-type img {width: 26px; position: relative; bottom: 2px;}
	
	.about01_in01 dt {width: 200px;}
	.about01_in01 dt img {width: 180px;}
	.about01_in01 dd p {font-size: 16px; letter-spacing: 1px;}
	.about01_in02_text {padding-top: 0;}
	.about01_in02_text h3 {line-height: 1.3;}
	.about01_in02_text p {font-size: 16px; letter-spacing: 1px;}
	
	.about_img {float: none; width: 96%; margin: 0 auto 35px;}
	.about_text {float: none; width: 100%; margin: auto; padding-top: 0;}
	.about_img02 {float: none;}
	.about_text02 {float: none;}
	.about_img img {height: 380px;}
	
	.about03_in03 h3 {font-size: 24px;}
	.about03_in04 p {font-size: 16px; letter-spacing: 1px;}
	.about03_in04 h4 span {font-size: 18px; letter-spacing: 1px;}
	
	.asodryflower02_in {background-size: 1500px; padding: 70px 0;}
	.asodryflower02_box {float: none; width: 100%; margin: 0 auto 20px; min-height: inherit; padding: 30px; background: rgba(255, 255, 255, 0.8);}
	
	.product01 .about_img {width: 100%; max-width: inherit;}
	.product01 .about_text {width: 100%;}
	.img_product img {height: auto !important;}
	.product01 .sec_title04 br {display: none;}
	.product01 .btn01 a {margin: auto;}
	.product01 .about02_in01 {padding: 40px 40px 50px; max-width: 700px; margin: 0 auto 40px;}
	.product01 .about02_in02 {padding: 40px 40px 50px; max-width: 700px; margin: 0 auto;}
	
	.introduction01 .about_img {width: 100%; max-width: 100%;}
	.introduction01 .about_text {width: 100%; padding: 0; box-sizing: border-box;}
	.introduction01 .about02_in01 {max-width: 700px; margin: 0 auto 50px;}
	.introduction01 .introduction_text01 {font-size: 14px !important;}
	.sec_title05 {font-size: 28px;}
	
	.inspection01_bottom {padding-top: 0; margin-bottom: 0;}
	
	.contact01_in p {font-size: 16px;}
}

@media screen and ( max-width:896px ){
	.b_sns_right h4 {font-size: 18px;}
	.b_sns_right {padding: 17px 20px;}
	
}

@media screen and ( max-width:767px ){
	.max767 {display: block !important;}
	.min768 {display: none !important;}
	
	.main_text {top: -60px;}
	
	.b_online_btn a {padding: 18px;}
	.b_online_btn a dt img {width: 38px;}
	.b_online_btn a dt {width: 48px;}
	.b_online_btn a dd {font-size: 22px; letter-spacing: 2px;}
	.b_online_btn a dd span {font-size: 13px; letter-spacing: 0;}
	.b_online_btn a p i {font-size: 22px;}
	.b_online_btn a p {top: 36%; right: 18px;}
	.b_online_wrap {background-size: 1150px; padding: 80px 0;}
	
	.b_sns_wrap {padding: 50px 0;}
	.b_sns_left {float: none; width: 90%; margin: 0 auto 20px;}
	.b_sns_right {float: none; width: 90%; margin: 0 auto;}
	
	.about01 {padding: 30px 0 60px;}
	.about01_in01 dt {display: block; width: 100%; margin: 0 auto 25px; max-width: 180px;}
	.about01_in01 dd {display: block; width: 100%; margin: 0 auto; padding-left: 0;}
	.about01_in02_img {float: none; width: 100%; margin: 0 auto 25px;}
	.about01_in02_text {float: none; width: 100%; margin: 0 auto;}
	.about01_in02 {border-radius: 12px;}
	
	.about02 {padding-bottom: 60px;}
	
	.asodryflower01 .sec_title02 {margin-bottom: 40px;}
	.asodryflower02 .sec_title02 {margin-bottom: 40px;}
	.asodryflower01 {padding-top: 30px; padding-bottom: 20px !important;}
	
	
	.asodryflower03 .about02_in01 {margin-bottom: 10px;}
	.asodryflower04 .about02_in01 {margin-bottom: 10px;}
	.asodryflower05 .about02_in01 {margin-bottom: 10px;}
	.asodryflower05 {padding-bottom: 40px;}
	.about_text li span {font-size: 16px;}
	
	.inspection01_bottom {margin-bottom: 60px;}
	.inspection01_bottom .btn01 a {font-size: 17px; padding: 20px;}
	
	.contact02 {padding-bottom: 60px;}
	.about05 {padding: 100px 0 100px;}
}

@media screen and ( max-width:567px ){	
	.max567 {display: block !important;}
	.min568 {display: none !important;}
	
	.metaslider .flex-control-nav {bottom: -25px !important;}

	
	.sp_menu_in li {margin-bottom: 30px;}
	.sp_menu_in li a {font-size: 17px; letter-spacing: 2px;}
	.sp_menu_in li a span {font-size: 10px;}
	.sp_menu_info p {font-size: 11px;}
	
	.main_img_wrap {margin-top: 110px;}
	.h_main_img {left: -50px; bottom: 50px; width: 43%;}
	.main_text {top: 11%; left: -30px; width: 70%;}
	
	.top01_text p {font-size: 15px; letter-spacing: 1px;}
	
	.btn01 a {margin: auto;}
	
	.sec_title01 {text-align: center; background-position: center top; padding: 35px 0 0 0 !important; background-size: 30px; font-size: 28px !important; letter-spacing: 2px; margin-bottom: 25px;}
	.sec_title02 {padding: 35px 0 0 0; background-size: 30px; font-size: 26px; letter-spacing: 2px;}
	.top02 h3 {font-size: 16px;}
	.sec_title03 h2 {font-size: 26px;}
	
	.top01 {background-position: -30px 30%; background-size: 250px;}
	.top03 {background-size: 250px;}
	.top01_img {width: 90%;}
	
	.top04 {padding-bottom: 90px;}
	.top05 {padding-bottom: 50px;}
	.top03_text p {font-size: 15px; letter-spacing: 1px;}
	#slide2 .btn01 a {max-width: 260px; width: 90%;}
	
	.about01_in02_text h3 {font-size: 25px;}
	.about01_in02_text h3 br {display: none;}
	.about01_in02_text p br {display: none;}
	.about01_in02 {padding: 30px;}
	
	.about_img img {height: 280px;}
	.about02_in02 .about_img img {height: 280px;}
	.sec_title04 {font-size: 24px; letter-spacing: 1px; background-size: 28px; padding-left: 36px; background-position: left 3px;}
	
	.about03_in03 {padding-top: 40px; margin-bottom: 30px;}
	.about03_in04 {border-radius: 12px; padding: 20px;}
	.about03_in03 h3 {text-align: left;}
	.about03_in04 p {text-align: left;}
	.about03_in04 h4 span {text-align: left;}
	
	.about03 {padding-bottom: 60px;}
	.about04 {padding: 60px 0 10px;}
	.about04 .sec_title02 {margin-bottom: 40px;}
	.about05 .sec_title02 {margin-bottom: 40px;}
	.about04 .about_text h4 {font-size: 17px;}
	.about05 {padding: 60px 0 50px;}
	
	.about05_map_wrap {margin-top: 50px;}
	.about05_map_wrap iframe {height: 260px;}
	.about05_map_wrap .about_text_box {margin-top: 20px;}
	.about_text_box p {font-size: 15px;}
	.about03 .sec_title02 {font-size: 26px; margin-bottom: 40px;}
	.about01_in02_text h3 {font-size: 22px;}
	.about03_in03 h3 {font-size: 22px;}
	
	.asodryflower02_in {background-size: 1700px; padding: 60px 0 40px;}
	.asodryflower02_in02 {width: 84%;}
	.asodryflower01 .about02_in01 {margin-bottom: 20px;}
	
	.about_img {transform: translateY(50px);}
	.about_img.show {transform: translateY(0);}
	.about_text {transform: translateY(50px);}
	.about_text.show {transform: translateY(0);}
	
	.nojiri01 .about02_in01 {margin-bottom: 50px;}
	.nojiri01 .about02_in02 {margin-bottom: 40px;}
	
	.product01 .about_text p {font-size: 15px;}
	.product01 .about02_in01 {padding: 20px 20px 30px; border-radius: 12px; margin-bottom: 30px;}
	.product01 .about02_in02 {padding: 20px 20px 30px; border-radius: 12px;}
	
	.introduction01 .about02_in01 {padding: 20px; border-radius: 12px; margin-bottom: 50px;}
	.introduction01 .about02_in01::before {border-radius: 12px; bottom: -7px; right: -7px;}
	.sec_title05 {font-size: 25px; border-bottom: dotted 2px #7a932e;}
	.introduction01 .about_img {margin-bottom: 25px;}
	
	.inspection01_bottom .btn01 a {font-size: 16px; padding: 20px 10px; letter-spacing: 1px;}
	
	.contact01_in p {font-size: 15px; text-align: left; line-height: 1.7;}
	.contact01 .sec_title02 {margin-bottom: 25px;}
	.contact01 {padding-bottom: 40px !important;}
	.contact02 {padding-bottom: 40px;}
}

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

@media screen and ( max-width:450px ){
	.max430 {display: block !important;}
	.min431 {display: none !important;}

	.main_text {width: 80%;}
	.main_img_wrap {margin-top: 90px; padding-bottom: 36px;}
	.h_main_img {left: -40px; bottom: 20px; width: 40%;}
	.top01 {padding-bottom: 50px;}
	.top04 {padding-bottom: 80px;}

	.sp_copy {font-size: 11px; letter-spacing: 1px;}
	
	.about01_in01 {margin-bottom: 40px; padding-top: 20px;}
	.about01_in01 dt {max-width: 140px;}
	.about01_in01 dd p {font-size: 15px;}
	.about01_in02 {padding: 30px 20px;}
	
	.about_img img {height: 240px !important;}
}

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

	
}

@media screen and ( max-width:325px ){	
	
	.sp_menu_in li a {font-size: 20px; letter-spacing: 3px;}
	.sp_menu_wrap {padding: 18vh 10px 15vh;}

	
}

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































