/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, 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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*スタイルシート
*******************************************/
body{
	background: #809e3f;
	    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sp-br{
	display: none;
}

/******** header ********/
.header{
	padding: 0 50px;
	background: #809e3f;
}
.header.active{
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index: 1000;
	height: 100vh;
    overflow-x: scroll;
}
.header .header-inner{
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 130px;
	position: relative;
	z-index: 1000;
}
.header .title{
	width: 430px;
}
.header .sns-btn{
	margin-left: auto;
	margin-right: 80px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}
.header .menu-btn{
	width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    display: block;
    top: 35px;
    right: 0;
    margin-left: 20px;
    cursor: pointer;
    z-index: 9999!important;
    cursor: pointer;
}
.header .menu-btn a{
	width: 29px;
    height: 7px;
    position: absolute;
    color: #aaa;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    font-size: 10px;
    letter-spacing: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/common/menu.png) center center no-repeat;
}
.header .menu-btn:before{
	content: "";
    position: absolute;
    width: 28px;
    height: 6px;
    border-radius: 3px;
    background: #5e3819;
    left: 17px;
    transition: all .2s;
    top: 18px;
}
.header .menu-btn.active:before{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
}
.header .menu-btn:after{
	content: "";
    position: absolute;
    width: 28px;
    height: 6px;
    border-radius: 3px;
    background: #5e3819;
    left: 17px;
    transition: all .2s;
    top: 29px;
}
.header .menu-btn.active:after{
	 -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
}
.header .title .sp{
	display: none;
}
.menu-inner{
	display: none;
	padding: 20px 0 40px;
}
.menu-inner .inner{
	width: 980px;
	margin: 0 auto;
}
.menu-inner .menu-list{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.menu-inner .menu-list ul{
	width: 27%;
}
.menu-inner .menu-list li,.menu-inner .menu-home{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 40px;
}
.menu-inner .menu-list li a,.menu-inner .menu-home a{
	display: block;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 30px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.menu-inner .menu-list li a.up,.menu-inner .menu-home a.up{
	top: -10px;
    left: -10px;
    -webkit-transition: top 0.2s ease-out, left 0.2s ease-out;
    transition: top 0.2s ease-out, left 0.2s ease-out;
}
.menu-inner .contact-btn-area{
	margin-top: 0;
}
.menu-inner .menu-list li a.up:hover{
	top: 0;
    left: 0;
}
.menu-inner .menu-home a.up:hover{
	top: 0;
    left: 0;
}
.menu-inner .menu-list li a:hover,.menu-inner .menu-home a:hover{
	color: #603813;
	border: 3px solid #603813;
}
.menu-inner .menu-list li:hover,.menu-inner .menu-home:hover{
	border:none;
}
.menu-inner .menu-list .alone li a{
	line-height: 150px;
}

/******** page top ********/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 100;
    cursor:pointer;
}
#page-top img{
	max-width: 90px;
}

/******** メインビジュアル ********/
.main-wrap{
	height: 550px;
	overflow: hidden;
}
.main-wrap:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 480px;
    left: 0;
    background-color: #fff;
    background-image: url(../img/common/back-dotted.png);
    background-size: cover;
    z-index: 1;
    transition: all .4s cubic-bezier(1,0,0,1);
}
.main-wrap .inner{
	padding: 0 50px;
	height: 100%;
}
.main-wrap .main-catch-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index: 2;
}
.main-wrap .main-catch {
	text-align: center;
	height: 680px;
	overflow: hidden;
}
.main-wrap .main-catch .sp{
	display: none;
} 
.main-wrap .main-catch img{
	min-height: 600px;
	max-height: 740px;
	height: 100%;
	-webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
/* メインビジュアル　リンク */
.main-wrap .top-main-link{
	position: relative;
	height: 60%;
	margin-bottom: 40px;
	z-index: 3;
}
.main-wrap .top-main-link-wrap{
	width: 900px;
	height:100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    font-weight: bold;
}
.main-wrap .top-main-link-wrap li{
	position: absolute;
    width: 200px;
    height: auto;
    text-align: center;
}
.main-wrap .top-main-link-wrap li a{
	display: inline-block;
    padding: 80px 0 0;
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
}
.main-wrap .top-main-link-wrap li.link-maishi{
	bottom: 30px;
    left: -60px;
}
.main-wrap .top-main-link-wrap li.link-philosophy{
	top: 6%;
    left: 100px;
}
.main-wrap .top-main-link-wrap li.link-yaoya{
	top: 3%;
    left: 600px;
}
.main-wrap .top-main-link-wrap li.link-contact{
	bottom: 60px;
    left: 780px;
}
.main-wrap .top-main-link-wrap li.link-maishi a{
	background:url(../img/common/ico-maishi.svg)center top no-repeat;
	background-size: 60px;
}
.main-wrap .top-main-link-wrap li.link-philosophy{
	background:url(../img/common/ico-philosophy.svg)center top no-repeat;
	background-size: 60px;
}
.main-wrap .top-main-link-wrap li.link-yaoya{
	background:url(../img/common/ico-yaoya.svg)center top no-repeat;
	background-size: 60px;
}
.main-wrap .top-main-link-wrap li.link-contact{
	background:url(../img/common/ico-contact.svg)center top no-repeat;
	background-size: 60px;
}
.main-wrap .main-bottom{
	position: relative;
	z-index: 3;
}
.main-wrap  .main-bottom-sp{
	display: none;
	position: relative;
	z-index: 3;
}
.main-wrap .main-bottom-sp .poteto-name{
	width: 30%;
	max-width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-wrap .main-bottom-sp .poteto-come{
	position: absolute;
	bottom: 10px;
	left: 0;
	top: 200px;
}
.main-wrap .main-bottom-sp .sns-btn{
	position: absolute;
	top:460px;
	left: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.main-wrap .poteto-name{
	width: 435px;
	padding-top: 20px;
}
.main-wrap .poteto-name img{
	width: 100%;
}
.main-wrap .poteto-come{
	width: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.main-wrap .poteto-come img{
	width: 100%;
}
.top-main-slide{
	background: #fff;
}
.top-main-slide .slider-inner .category{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #809e3f;
	color: #fff;
	padding: 10px 10px;
	display: none;
}
.top-main-slide .slider-inner.sp-selected .category{
	display: block;
}
.bon-area{
	width: 900px;
	margin: 0 auto;
	padding: 36px 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
#slider{
	display: none;
}
.bon-area .btn-wrap{
	max-width: 282px;
	background: #704a27;
}
.bon-area .btn-wrap a{
	position: relative;
	top: -10px;
    left: -10px;
    -webkit-transition: top 0.2s ease-out, left 0.2s ease-out;
    transition: top 0.2s ease-out, left 0.2s ease-out;
}
.bon-area .btn-wrap a:hover{
	top: -2px;
    left: -2px;
}
.bon-area .btn-wrap img{
	width: 100%;
}
.slider-pro .sp-slides .sp-slide a img{
	opacity: 0.8;
}
.slider-pro .sp-slides .sp-slide.sp-selected a img{
	opacity: 1;
}
.slider-pro .sp-slides .sp-slide.prev-item a img{
	-webkit-mask: url(../img/common/slider-right.png) center right;
 	-webkit-mask-size: 200px 340px;
	-webkit-mask-repeat: repeat-y;
}
.slider-pro .sp-slides .sp-slide.next-item a img {
 	-webkit-mask: url(../img/common/slider-left.png) left center;
 	-webkit-mask-size: 200px 340px;
 	-webkit-mask-repeat: no-repeat;
 }
 #wide .slider-pro .sp-slides .sp-slide.sp-selected .sp-image-container{
 	border:2px solid #809e3f;;
 }
/******** 最新情報 ********/
.top-topics .topics-title{
	background:#f3eee6;
	padding: 40px 0;
}
.top-topics .topics-title h2{
	text-align: center;
	margin-bottom: 20px;
}
.top-topics .topics-title img{
	max-width: 180px;
}
.top-topics .topics-inner{
	background:#fff;
	padding:40px 0;
}
.top-topics .topics-title .inner{
	width: 900px;
	margin: 0 auto;
}
.top-topics .topics-title .inner .tabcontrol{
	text-align: center;
	font-size: 16px;
}
.top-topics .topics-title .inner .tabcontrol label,.top-topics .topics-title .inner .tabcontrol a{
	padding: 10px 20px;
	border: 1px solid #231815;
	background:#dbdcdc;
	border-radius: 20px;
	display: inline-block;
	color: #4c4b4b;
	text-decoration: none;
}
.top-topics .topics-title .inner .tabcontrol label:before,.top-topics .topics-title .inner .tabcontrol a:before{
	font-family: "Font Awesome 5 Free";
    font-size: 13px;
    content: "\f02b";
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.top-topics .topics-title .inner .tabcontrol label.active,.top-topics .topics-title .inner .tabcontrol a.active{
	background:#7ba641;
	border: 1px solid #7ba641;
	color: #fff;
}
.top-topics .topics-title .inner .tabcontrol label i{
	font-size: 13px;
}
/* search */
.search{
	text-align: center;
}
.search .searchfield{
	width: 100%;
	padding: 12px 0 12px 40px;
	border:1px solid #231815;
	background:#dbdcdc;
	border-radius: 20px;
}
.search .searchform{
	margin: 20px auto 0;
	position: relative;
	width: 470px;
	max-width: 100%;
}
.search .search-glass{
	position: absolute;
    left: 10px;
    top: 0;
    color: #4c4b4b;
    background: none;
    border:0;
    height: 40px;
    font-size: 18px;
}
.search-word{
	padding-bottom: 20px;
}
/* 記事一覧 */
.top-topics .topics-inner #tabbody{
	width: 800px;
	margin: 0 auto;
}
.top-topics .topics-inner .tab_page{
	display: none;
}
.top-topics .topics-inner .tab_page.active{
	display: block;
}
.top-topics .topics-inner .list-box{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.top-topics .topics-inner .list-box .img{
	width: 43%;
	box-sizing: border-box;
}
.top-topics .topics-inner .list-box .img img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 3px solid #809e3f;
}
.top-topics .topics-inner .list-box .detail{
	width: 55%;
	padding-left: 2%;
}
.top-topics .topics-inner .list-box .detail .head,.single .single-wrap .inner .detail .head{
	font-size: 12px;
	color:#4d4d4d;
}
.single .single-wrap .inner .detail .head a{
	color:#4d4d4d;
	text-decoration: none;
}
.top-topics .topics-inner .list-box .detail .title{
	font-size: 20px;
    line-height: 24px;
    margin: 5px 0;
    font-weight: bold;
}
.top-topics .topics-inner .list-box .detail .title a{
	color:#809e3f;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF, 2px 2px 1px rgba(0,0,0,0.2);
}
.top-topics .topics-inner .list-box .detail .description{
	font-size: 14px;
    line-height: 22px;
    margin: 10px 0 7px;
    color: #4d4d4d;
}
.top-topics .topics-inner .list-box .detail .head .category:before,.single .single-wrap .inner .detail .head .category:before{
	font-family: "Font Awesome 5 Free";
    font-size: 13px;
    content: "\f02b";
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.top-topics .topics-inner .list-box .detail .head time,.single .single-wrap .inner .detail .head time{
	margin-right: 16px;
}
.top-topics .topics-inner .list-box .detail .foot ul{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.top-topics .topics-inner .list-box .detail .foot ul li{
	margin-right: 6px;
}
.top-topics .topics-inner .btn-more{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	background: #809932;
	max-width: 80%;
}
.top-topics .topics-inner .btn-more a{
	display: block;
    border: 1px solid #333;
    background-color: #fff;
    padding: 30px 20px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    position: relative;
}
.top-topics .topics-inner .btn-more .up{
	top: -10px;
    left: -10px;
    -webkit-transition: top 0.2s ease-out, left 0.2s ease-out;
    transition: top 0.2s ease-out, left 0.2s ease-out;
}
.top-topics .topics-inner .btn-more .up:hover{
	top: -2px;
    left: -2px;
}

/******** ソーシャル ********/
.top-social .inner{
	width: 850px;
    margin: auto;
    padding: 50px 0;
}
.top-social .inner .facebook{
	display: inline-block;
	margin-right: 20px;
	width: 420px;
	max-width: 100%;
	overflow: hidden;
}
.top-social .inner .facebook > .fb-page {
    width: 100%;
}
.top-social .inner .twitter{
	display: inline-block;
	width: 400px;
}
/******** footer ********/
.footer{
	background:#fff;
}
.footer .inner{
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.footer .inner .logo{
	width: 240px;
	max-width: 80%;
	margin: 0 auto 20px;
}
.footer .inner .menu{
    -webkit-justify-content:center;
    justify-content:center;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .inner .menu li{
    padding: 0 16px;
    border-right: 1px solid #809932;
}
.footer .inner .menu li a{
	color: #809932;
	text-decoration: none;
}
.footer .inner .sns a{
	width: 50px;
}
.footer .copy{
	color: #5e3819;
	margin-top: 20px;
	float: left;
	font-size: 14px;
}
.footer .share{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    float: right;
}
.footer .share >div{
	margin-right: 10px;
}

/******** about ********/
.page-contents .page-title{
	background:#f3eee6;
	text-align: center;
	height:calc(100vh - 130px);
	position: relative;
}
.page-contents .inner{
	width: 850px;
	margin: 0 auto;
}
.page-contents .inner-padding{
	padding: 50px 0;
}
p .green{
	color: #809e3f;
}
.page-contents .title-img {
	padding-top: 50px;
}
.page-contents .title-img .sp{
	display: none;;
}
.about .title-img img,.contact .title-img img{
	width: 400px;
	max-width: 100%;
}
.page-contents .page-title .txt{
	font-size: 20px;
	line-height: 1.8;
	padding-top: 30px;
	font-weight: 600;
}
.about .page-title .philosophy,.contact .page-title .philosophy{
	font-weight: 600;
	font-size: 15px;
}
.page-contents .page-title .arrow{
	position: absolute;
	width: 43px;
	height: 43px;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
.about .greeting{
	background:#f3eee6;
}
.page-contents .title{
	text-align: center;
	padding-bottom: 30px;
}
.page-contents .title.type1 img{
	height: 46px;
	max-width: 100%;
}
.page-contents .title.type2 img{
	height: 66px;
	max-width: 100%;
}
.about .greeting .txt{
	font-size: 20px;
	line-height: 1.8;
}
.about .profile,.about .photo{
	background: #fff;
}
.about .photo .inner{
	max-width: 500px;
}
.about .profile .content{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about .profile .content ul{
	width: 50%;
}
.about .profile .content ul li{
	background-image: url(../img/common/border.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 4px;
	position: relative;
	font-size: 18px;
	line-height: 46px;
	padding-left:30px;
}
.about .profile .content ul li:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:16px; 
	width:16px; 
	display:block; 
	position:absolute; 
	top:16px; 
	left:5px; 
	background-color:#809932;
}
.about .know {
	background: #fff;
}
.about .know .know-inner dl dt{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about .know .know-inner dl .dt-title{
	background:#809932;
	width: 90%;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.about .know .know-inner dl .dt-btn{
	background-color: #809932;
	background-image: url(../img/about/open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	width: 50px;
	height: 40px;
	padding: 10px;
	margin-left: auto;
	border-radius: 10px;
}
.about .know .know-inner dl .dt-btn.active{
	background-image: url(../img/about/close.svg);
}
.about .know .know-inner dl dd{
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.8;
	display: none;
}
.contact-btn-area{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.contact-btn-area > div{
	width: 48%;
	background: #734c23;
	text-align: center;
}
.contact-btn-area .btn-mail{
	margin-left: auto;
}
.contact-btn-area a.up{
	top: -10px;
    left: -10px;
    -webkit-transition: top 0.2s ease-out, left 0.2s ease-out;
    transition: top 0.2s ease-out, left 0.2s ease-out;

}
.contact-btn-area a.up:hover{
	top: -2px;
    left: -2px;
}
.contact-btn-area a{
    display: block;
    border: 2px solid #333;
    background-color: #fff;
    padding: 30px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #734c23;
    text-decoration: none;
    position: relative;
}
.about .sp-slide img{
	width: 100%;
}
.about .sp-slide .sp-image-container{
	border:0;
}
.bx-wrapper{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border:none !important;
	background-color:transparent;
}

/******** advantage ********/
.advantage .title-img img,.work .title-img img{
	width: 740px;
	max-width: 100%;
}
.advantage .good-at{
	background: #fff;
}
.advantage .good-at-inner .box{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.advantage .good-at-inner .last-box{
	margin-bottom: 0;
}
.advantage .good-at-inner .box .box-txt{
	width: 45%;
}
.advantage .good-at-inner .box .box-txt h3{
	text-indent: -99999px;
	height: 40px;
	margin-bottom: 10px;
}
.advantage .good-at-inner .box .box-txt .title01{
	background: url(../img/advantage/goodat-title01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.advantage .good-at-inner .box .box-txt .title02{
	background: url(../img/advantage/goodat-title02.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.advantage .good-at-inner .box .box-txt .title03{
	background: url(../img/advantage/goodat-title03.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.advantage .good-at-inner .box .box-txt p{
	font-size: 24px;
	line-height: 1.6;
}
.advantage .good-at-inner .box .box-img{
	width: 52%;
	margin-left: auto;
}
.advantage .good-at-inner .box .box-img img{
	width: 100%;
}
.advantage .no-good{
	background:#f3eee6;
}
.advantage .no-good .no-good-inner{
	text-align: center;
}
.advantage .no-good .no-good-inner img{
	width: 470px;
	max-width: 100%;
}
.advantage .logo,.advantage .logo-type,.advantage .logo-color{
	background:#fff;
	text-align: center;
}
.advantage .logo .txt,.advantage .logo-type .txt,.advantage .logo-color .txt{
	font-size: 20px;
	line-height: 1.6;
}
.advantage .logo .logo-mark{
	width: 210px;
	margin-bottom: 20px;
}
.advantage .logo .logo-how{
	width: 530px;
	max-width: 100%;
	margin-top: 20px;
}
.advantage .logo-type .logo-type-type{
	width: 400px;
	max-width: 100%;
	margin-bottom: 20px;
}
.advantage .logo-color .green-box{
	width: 120px;
	line-height: 120px;
	color: #fff;
	border-radius: 10px;
	margin: 0 auto 20px;
	background:#809932 ;
}
.advantage .company{
	background: #f3eee6;
}
.advantage .company table{
	font-size: 20px;
	line-height: 1.6;
	width: 100%;
}
.advantage .company table tr{
	background-image: url(../img/common/border.svg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto 4px;
	text-align: left;
}
.advantage .company table th{
	width: 200px;
	padding: 16px 0 16px 26px;
	vertical-align: top;
	position: relative;
	font-weight: normal;
}
.advantage .company table th:before{
	content: '';
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    background: #809932;
}
.advantage .company table td{
	padding: 16px 0 20px;
}
.advantage .access{
	background: #fff;
}
.advantage .access .map{
	text-align: center;
	font-weight: 600;
}
.advantage .access .map .name{
	font-size: 20px;
	padding: 6px;
}
.advantage .access .map iframe{
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.advantage .access .btn-area{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.advantage .access .btn-area >div{
	width: 49%;
	background: #809932;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
}
.advantage .access .btn-area a{
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	display: block;
}
.advantage .access .btn-area a span{
	display: block;
	font-size: 40px;
	padding-top: 8px;
}
.advantage .access .btn-area .btn-right{
	margin-left: auto;
}
/******** work ********/
.work >div{
	background:#fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.work >div .txt{
	padding: 10px 0;
}
.work .who .txt{
	text-align: center;
}	
.work .who .list li{
	background:#f3eee6;
	text-align: center;
	font-size: 30px;
	padding: 20px 0;
	margin-top: 10px;
	color: #603813;
	font-weight: bold;
	position: relative;
}
.work .who .list li:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/work/check.svg);
	top: 14px;
	left: 110px;
}
.work .who .list li .red{
	color: #c51c24;
}
.work .how .txt .big{
	font-size: 24px;
}
.work .how .list{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.work .how .list ul{
	width: 49%;
}
.work .how .list ul li{
	background:#f3eee6;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	color: #603813;
	margin-top: 10px;
}
.work .how .list .right{
	margin-left: auto;
}
.work .price .list{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.work .price .list .box{
	width: 44%;
	margin: 0 1%;
	background:#f3eee6;
}
.work .price .list .box.box-top{
	margin-bottom: 20px;
}
.work .price .list .box .box-head{
	background:#809932;
	color: #fff;
	text-align: center;
}
.work .price .list .box .box-head h3{
	padding: 10px 0;
}
.work .price .list .box .box-head .big{
	display:block;
	font-size: 30px;
}
.work .price .list .box .box-inner{
	padding: 20px ;
}
.work .flow .step-wrap h3{
	background: #809932;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
}
.work .flow .step-wrap .step-inner{
	background:#f3eee6;
	padding: 40px;
	box-sizing: border-box;
}
.work .flow .step-wrap .step-inner.center{
	text-align: center;
}
.work .flow .arrow{
	padding: 20px 0 20px 0;
    text-align: center;
}

/******** seminar ********/
.seminar > div{
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.seminar > div .txt{
	padding: 10px 0;
}
.seminar .title-img img{
	width:480px;
	max-width: 100%;
}
.seminar .theme .list li{
	background: #f3eee6;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    color: #603813;
    margin-top: 10px;
}
.seminar .done .content{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.seminar .done .content ul{
	width: 49%;
}
.seminar .done .content ul li{
	background-image: url(../img/common/border.svg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto 4px;
    position: relative;
    font-size: 18px;
    line-height: 46px;
    padding-left: 30px;
    font-weight: normal;
}
.seminar .done .content ul li:before{
	content: '';
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 16px;
    left: 5px;
    background-color: #809932;
}
.seminar .condition-list-wrap{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items:flex-end;
    color: #754c24;
    margin-bottom: 10px;
}
.seminar .condition-list-wrap img{
	width: 185px;
	margin-right: 20px;
}
.seminar .condition-list-wrap .time{
	width: 258px;
	margin-right: 20px;
	background:#f3eee6;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
	border-radius: 50px
}
.seminar .condition-list-wrap .and{
	font-size: 20px;
}

/******** single ********/
.single-contents{
	background: #fff;
}
.single-contents .top-social{
	background:#809e3f;
}
.single{
	max-width: 1080px;
	margin: 0 auto;
	padding:50px 0;
	display: flex;
}
.single .single-wrap{
	width: 70%;
}
.single .single-wrap .inner .detail{
	border-bottom:1px solid #000;
	padding: 35px 30px 24px 34px;
	border: 1px solid #ddd;
}
.single .single-wrap .inner .detail .title{
	font-size: 24px;
	padding: 10px 0;
	font-weight: 600;
	line-height: 1.4;
}
.single .single-wrap .inner .detail .foot ul{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single .single-wrap .inner .detail .foot ul li{
	margin-right: 6px;
}

.single .single-wrap .inner .body img{
	max-width: 100%;
	height: auto;
}
.single .writer{
	border:3px solid #ddd;
	margin: 20px 0;
}
.single .writer .photo{
	width: 140px;
	margin: 15px;
	display: inline-block;
}
.single .writer .photo img{
	width: 100%;
}
.single .writer .profile{
	display: inline-block;
	width: 500px;
    margin: 15px 30px 15px 10px;
    position: relative;
    vertical-align: top;
    line-height: 1.6;
}
.single .writer .profile-txt{
	display: inline-block;
	width: 500px;
}
.single .writer .profile .name{
	font-size: 33px;
	font-weight: bold;
	margin: 5px 0;
	color: #809e3f;
	text-shadow: 1px 0px 0 #809e3f, 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000, 2px 3px 0 #000, 1px 2px 0 #000;
}
.single .writer .profile .social{
	position: absolute;
	top: 5px;
    right: 0px;
}
.profile-txt-sp{
	display: none;
}
.single .writer .profile .social a{
	display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #809e3f;
	border-radius: 50%;
}
.single .writer .profile .social .twitter{
	background-image: url(../img/single/twitter.svg);
}
.single .writer .profile .social .facebook{
	background-image: url(../img/single/facebook.svg);
}
.single .writer .profile .social .inst{
	background-image: url(../img/single/inst.svg);
}
.single .pager{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.single .pager .title{
	font-size: 20px;
	color: #809e3f;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px rgba(0,0,0,0.2);
    padding: 0;
}
.single .pager .thumb img{
	width: 150px;
	vertical-align: top;
}
.single .pager >div{
	width: 49%;
}
.single .pager a{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	text-decoration: none;
	color: #000;
	border:1px solid #000;
	box-sizing: border-box;
	margin-top: 10px;
}
.single .pager .next{
	margin-left: auto;
}
.single .pager p{
	padding: 10px 20px 10px 20px;
}
.single .pager p span{
	display: block;
	color: #809e3f;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}
.single .social-area{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 65px 0 40px;
    padding: 20px 0 15px;
    border: 1px solid #ddd;
}
.single .social-area >div{
	margin-right: 4px;
}
.single-news{
	background: #e4e0d8;
}
.single-news .inner{
	width: 850px;
	margin:0 auto;
	padding: 50px 0;
	position: relative;
}
.single-news .inner .title img{
	height: 66px;
    max-width: 100%;
}
.single-news .inner .more-btn{
	position: absolute;
	right: 0;
	top: 40px;
	border-radius: 5px;
	background: #809e3f;
}
.single-news .inner .more-btn a{
	display: block;
	font-size: 20px;
	padding: 6px 14px;
	color: #fff;
	text-decoration: none;
}
.single-news .inner .box-wrap{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    line-height: 1.4;
}
.single-news .inner .box-wrap .box{
	width: 32%;
}
.single-news .inner .box-wrap .box img{
	width: 100%;
	height: auto;
	border:1px solid #000;
}
.single-news .inner .box-wrap .box a{
	color: #000;
	text-decoration: none;
}
.sidebar{
	max-width: 300px;
	margin-left: auto;
	width: 28%;
}
.sidebar .category-list{
	margin-top: 10px;
}
.sidebar h2{
	color: #809e3f;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px rgba(0,0,0,0.2);
    font-size: 20px;
}
.sidebar .category-list li{
	border-top: 1px solid #ddd;
	position: relative;
}
.sidebar .category-list li a{
	color: #000;
	text-decoration: none;
	padding: 11px 0 13px;
	display: block;
}
.sidebar .category-list .list-first{
	border-top-width: 0;
}
.sidebar .category-list .list-arrow{
	position: absolute;
    top: 50%;
    right: 10px;
}
.sidebar .category-list .list-arrow:before{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidebar .btn li{
	margin-top: 16px;
}
.sidebar .btn img{
	width: 100%;
}

/******** contact ********/
.contact .form {
	background:#fff;
}
.contact .form .inner{
	width: 580px;
}
.contact .form .inner form dl dt{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}
.contact .form .inner form dl dd{
	display: inline-block;
	width: 410px;
	margin: 10px 0;
	vertical-align: middle;
}
.contact .form .inner form dl dd #input{
	width: 380px;
	border: solid 1px #bebebe;
	background: #dadada;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 5px 10px;
}
.contact .form .inner form dl dd textarea{
	height: 180px;
	line-height: 1.3 !important;
}
.contact .form .inner form dl dd label{
	display: block;
	line-height: 40px;
}
.contact .form-send{
	width: 400px;
    margin: 40px auto 0;
    text-align: center;
    /**background: #809932;**/
    max-width: 80%;
}
.contact .form-send input{
	width: 100%;
	display: block;
    border: 2px solid #333;
    background-color: #fff;
    padding: 30px 20px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    /**position: relative;
    top: -10px;
    left: -10px;
    -webkit-transition: top 0.2s ease-out, left 0.2s ease-out;
    transition: top 0.2s ease-out, left 0.2s ease-out;**/
}
.contact .form-send input:hover{
	top: -2px;
    left: -2px;
}
input[type="submit"] {
  -webkit-appearance: none;
}

/************************ sp ************************/
@media screen and (max-width:1100px){
	.header .title .pc{
		display: none;
	}
	.header .title .sp{
		display: block;
	}
	.header .title{
		max-width: 180px;
		max-height: 60px;
	}
	.single{
		width: 92%;
	}
}
@media screen and (max-width:920px){
	.bon-area{
		width: 94%;
	}
	.bon-area .btn-wrap{
		margin: 0 2%;
	}
	.top-social .inner .facebook{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.top-social .inner .twitter{
		width: 100%;
	}
	.footer .inner{
		width: 100%;
	}
	.header .sns-btn{
		display: none;
	}
	.main-wrap .top-main-link{
		display: none;
	}
	.top-topics .topics-title .inner{
		width: 92%;
	}
	.main-wrap .main-bottom{
		display: none;
	}
	.main-wrap .main-bottom-sp{
		display: block;
	}
	.seminar .condition-list-wrap .time{
		width: 200px;
		font-size: 20px;
		margin-right: 10px;
	}
	.seminar .condition-list-wrap img{
		margin-right: 10px;
	}
	.single .single-wrap{
		width: 100%;
	}
	.single .single-wrap .inner{
		width: 100%;
	}
	.single .writer .profile{
		width: 54%;
    	margin: 0px 10px 10px 10px;
	}
	.single .writer .photo{
		width: 30%;
		margin: 10px;
	}
	.footer .copy{
		padding: 0 15px;
		font-size: 14px;
		text-align: center;
		float: none;
	}
	.footer .share{
		float: none;
		padding: 0 15px;
		justify-content: center;
	}
	.menu-inner .inner{
		width: 97%;
	}
	.single{
		display: block;
	}
	.sidebar{
		margin: 20px auto 0;
		width: 100%;
		max-width: 400px;
	}
}
@media screen and (max-width:880px){
	.top-social .inner{
		width: 94%;
		text-align: center;
	}
	.top-topics .topics-title .inner .tabcontrol label,.top-topics .topics-title .inner .tabcontrol a{
		margin-bottom: 12px;
		font-size: 12px;
	}
	.main-wrap .main-catch img{
		min-height: 0;
	}
	.page-contents .inner{
		width: 92%;
	}
	.page-contents .inner-padding{
		padding: 40px 0;
	}
	.about .profile .content,.seminar .done .content{
		display: block;
	}
	.about .profile .content ul,.seminar .done .content ul{
		width: 100%;
	}
	.about .profile .content ul li,.seminar .done .content ul li{
		line-height: 1.2;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.work .who .list li:before{
		left: 20px;
		top: 24px;
		width: 30px;
		height: 30px;
	}
	.work .who .list li{
		padding-left: 60px;
		text-align: left;
		font-size: 24px;
	}
	.single-news .inner{
		width: 92%;
	}
	.menu-inner .menu-list li a.up,.menu-inner .menu-home a.up{
	top: -6px;
    left: -6px;
	}
}

@media screen and (max-width:800px){
	.footer .inner .menu{
		flex-wrap: wrap;
		border-bottom: 1px solid #cacacb;
	}
	.footer .inner .menu li{
		width: 50%;
		border-right:0;
		border-top: 1px solid #cacacb;
		padding:0;
		text-align: center;
		box-sizing: border-box;
	}
	.footer .inner .menu li:nth-child(2n){
		border-left: 1px solid #cacacb;
	}
	.footer .inner .menu li a{
		padding: 14px 0;
		display: block;
	}
	.sp-horizontal .sp-arrows{
		display:none;
	}
	.top-topics .topics-inner #tabbody{
		width: 92%;
	}
	.top-topics .topics-inner .list-box{
		display: block;
	}
	.top-topics .topics-inner .list-box .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.top-topics .topics-inner .list-box .detail{
		width: 100%;
		padding-left: 0;
	}
	.header{
		padding: 0 15px;
	}
	.header .header-inner{
		height: 70px;
	}
	.header .menu-btn{
		top: 6px;
	}
	.main-wrap .inner{
		padding: 0 15px;
	}
	.main-wrap .main-catch{
		height: 620px;
	}
	.main-wrap:after{
		height: 250px;
    	top: 370px;
	}
	.about .page-title{
		height:calc(100vh - 70px);
	}
	.advantage .good-at-inner .box{
		display: block;
	}
	.advantage .good-at-inner .box .box-txt,.advantage .good-at-inner .box .box-img{
		width: 100%;
	}
	.advantage .good-at-inner .box .box-txt{
		padding-bottom: 20px;
	}
	.advantage .access .btn-area{
		display: block;
	}
	.advantage .access .btn-area >div{
		width: 100%;
	}
	.advantage .access .btn-area .btn-right{
		margin-top: 20px;
	}
	.about .know .know-inner dl .dt-title{
		width: calc(100% - 70px);
		font-size: 18px;
	}
	.about .know .know-inner dl .dt-btn{
		width: 40px;
	}
	.contact-btn-area{
		display: block;
	}
	.contact-btn-area > div{
		width: 100%;
	}
	.contact-btn-area .btn-mail{
		margin-top: 20px;
	}
	.advantage .good-at-inner .box .box-txt h3{
		height: 70px;
	}
	.work .how .list{
		display: block;
	}
	.work .how .list ul{
		width: 100%;
	}
	.work .how .list ul li,.seminar .theme .list li{
		font-size: 20px;
	}
	.work .price .list .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.seminar .condition-list-wrap{
		text-align: center;
		display: block;
	}
	.seminar .condition-list-wrap .time{
		margin: 0 auto;
		width: 80%;
		font-size: 24px;
	}
	.seminar .condition-list-wrap img{
		margin: 10px 0;
	}
	.single .writer .profile .social{
		position: static;
	}
	.single .writer .profile p{
		display: none;
	}
	.profile-txt-sp{
		display: block;
		margin:0 10px 10px;
		line-height: 1.4;
	}
	.single .writer .profile .name{
		font-size: 24px;
	}
	.single .pager p{
		padding: 14px;
	}
	.bon-area{
		display: block;
	}
	.bon-area{
		display: none;
	}
	#slider{
		display: block;
	}
	.bon-area .btn-wrap{
		max-width: 600px;
	}
	.menu-inner .menu-list{
		display: block;
	}
	.menu-inner .menu-list ul{
		width: 100%;
		display: flex;
		display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	justify-content: space-between;
	}
	.menu-inner .menu-list li{
		width: 45%;
	}
	.menu-inner .menu-list .alone li{
		width: 100%;
	}
	.menu-inner .menu-list .alone li a{
		line-height: 20px;
	}
	.single-news .inner .box-wrap .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.single-news .inner .box-wrap{
		display: block;
	}
	.page-contents .page-title .arrow{
		bottom:30px;
	}
}
@media screen and (max-width:600px){
	.sp-image-container{
		border-left: 2px solid #809e3f;
    	border-right: 2px solid #809e3f;
	}
	.main-wrap .main-catch .sp{
		display: block;
		height: 630px;
	} 
	.main-wrap .main-catch .pc{
		display: none;
	}
	.advantage .company table{
		font-size: 18px;
	}
	.advantage .company table th{
		width: 100px;
	}
	.advantage .access .map iframe{
		height: 250px;
	}
	.page-contents .title-img .sp{
		display: block;
	}
	.page-contents .title-img .pc{
		display: none;
	}
	.advantage .title-img img,.work .title-img img{
		margin: 0 auto;
	}
	.page-contents .page-title .txt{
		font-size: 18px;
	}
	.page-contents .title-img{
		padding-top: 30px;
	}
	.advantage .good-at-inner .box .box-txt h3{
		height: 50px;
	}
	.work .flow .step-wrap .step-inner{
		padding: 20px;
	}
	.page-contents .title.type2 img{
		height: 50px;
	}
	.single .single-wrap .inner{
		padding: 40px 0;
	}
	.single .single-wrap .inner .detail{
		padding: 30px 15px;
	}
	.single .single-wrap .inner .detail .title{
		font-size: 20px;
	}
	.single .single-wrap .inner .body h3{
		font-size: 18px;
	}
	.single .pager{
		display: block;
	}
	.single .pager > div{
		width: 100%;
	}
	.single .pager .next{
		margin-top: 10px;
	}
	.menu-inner .menu-list li a,.menu-inner .menu-home a{
		font-size: 16px;
		padding: 20px 5px;
	}
	.contact .form .inner{
		width: 92%;
	}
	.contact .form .inner form dl dt,.contact .form .inner form dl dd,.contact .form .inner form dl dd #input{
		width: 100%;
	}
	.contact .form .inner form dl dd{
		margin-bottom: 20px;
	}
	.sp-br{
		display: block;
	}
	.single .social-area .google{
		display: none;
	}
}
@media screen and (max-width:460px){
	.top-social .inner iframe{
		width: 100%;
		overflow: hidden;
	}
}

/************************************
ページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
.pagination li{
 	margin: 0 6px;
 }
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #7c9635;
  min-width:36px;
  min-height:36px;
  color: #8f8e8f;
  border-radius: 4px;
}
.pagination li.current a {
 background-color: #7c9635;
 cursor: default;
 pointer-events: none;
 color: #fff;
}

