@charset "utf-8";
/****************************************************************************************************

base setting

*****************************************************************************************************/
@font-face {
  font-family: 'hannari';
  src: url('../font/Hannari.eot') format('embedded-opentype'),
		url('../font/Hannari.otf') format('opentype'),
		url('../font/hannari.svg') format('svg'),
		url('../font/Hannari.woff') format('woff');
}

.pc {
	display: block!important;
}

.sp {
	display: none!important;
}

html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size: 62.5%;
	width: 100%;
}

body {
	background: #fff;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	width:100%;
	min-width: 1100px;
}

body * {
	box-sizing: border-box;
	font-feature-settings: "palt";
}

.cf {min-height: 1px;}
.cf:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
* html .cf {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{clear:both;}

a {
	color: inherit;
	text-decoration: none;
	transition: all .2s ease-out;
}

a.mail {
	text-decoration: underline;
	color: #565e08;
	font-weight: bold;
}

.sec.access a.tel,
.sec.beginner a.tel {
	text-decoration: underline;
	font-size: 18px;
	font-size: 1.8rem;
}
b{
	font-weight:bold;
}

strong {
	font-weight: bold;
	color: #d94444;
}

.price_point strong {
	color: inherit;
}

.text_ul{
	text-decoration: underline;
}

.top20{
	margin-top: 20px !important;
}

/* common */



/* float */
.left_area {
	float: left;
	margin: 0 40px 15px 0;
}

.right_area {
	float: right;
	margin: 0 0 15px 40px;
}

.left_area img {
	vertical-align: bottom;
}

.page_voice_list .right_area {
	border: 1px solid #dddbd7;
	width: 242px;
    text-align: center;
}

.tac{
	text-align: center;
}

.tac img {
	margin: 0 auto;
}

/* page-background */
.bg01 {
    background: url(../images/bg_beige_paper.png);
	padding: 15px 40px 40px;
}

.sec.voice.bg01 {
	padding-top: 40px;
}

.bg02 {
    background: url(../images/bg_graph-paper.png);
	padding: 52px 40px 40px;
}

.sec.feature.bg02 {
	padding-bottom: 0;
}

/* 目立たせるブロック */
.point_block {
    border: 1px solid #3eab3e;
    position: relative;
    width: calc(100% - 24px);
    margin-left: 12px;
	padding: 28px 40px;
    top: 12px;
    margin-bottom: 48px;
}

.point_block::before {
    position: absolute;
    content: "";
    display: block;
    min-height: 100%;
    top: -12px;
    left: -12px;
    border: 6px solid #3eab3e;
    width: calc(100% + 12px);
    padding-bottom: 12px;
	z-index: -1;
}

.point_block .ttl {
	color: #1a4421;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}

.sec.flow .point_block .ttl {
	font-size: 26px;
	font-size: 2.6rem;
    margin-bottom: 30px;
    border-bottom: 1px dotted #e8e2cc;
    padding-bottom: 14px;
}

.point_block + .arrow {
    display: block;
    width: 112px;
    margin: 0 auto 20px;
}

.point_block ul {
	margin-bottom: 20px;
}

.point_block li {
	margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.point_block li .fa {
	margin-right: 10px;
	color: #4e3604;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.point_block ul:last-child,
 .point_block li:last-child {
	margin-bottom: 0;
}

/* table */
table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.page_tbl {
	margin-bottom: 1em;
}

.page_tbl.right_area {
	width: 490px;
}

.page_tbl:last-child {
	margin-bottom: 0;
}

table th, table td {
	border-top: 1px solid #dbd9d0;
	border-bottom: 1px solid #dbd9d0;
	padding: 10px 22px;
}

table th {
	background: #f0f7e3;
	font-weight: bold;
}

.tbl01 th {
	background: #faf6eb;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #dbd9d0;
	border-bottom: 1px solid #dbd9d0;
}

.tbl01 td p{
	margin-bottom: 10px;
}

.tbl01 td p:last-of-type{
	margin-bottom: 0;
}

.tbl01 td p a{
	text-decoration: underline;
}

.tbl02 td {
	text-align: center;
	border-right: 1px solid #dbd9d0;
}

.tbl02 td:last-child {
	border-right: none;
}

.tbl02 th,
.tbl02 td {
	padding: 10px 16px;
}

.tbl03 {
	margin: 20px 0;
}

.tbl03 th {
	min-width: 210px;
	text-align: left;
	background: #f1fadc;
}

.tbl03 th, .tbl03 td {
	padding: 22px;
}

/* form */
.contact_form {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact_form th {
    vertical-align: middle;
	text-align: left;
}

.contact_form td {
    padding: 18px 22px;
/*    width: 630px;*/
}

.contact_form textarea {
    font-size: 15px;
    min-height: 140px;
    max-width: 692px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
    border-color: #999;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 1.4rem;
    vertical-align: baseline;
    padding: 10px;
    width: 100% !important;
}

.required:after {
    background: #d94444;
    content: "必須";
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    padding: 3px 5px;
    float: right;
}

input[type="submit"] {
    background-color: #3eab3e;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    padding: 10px 40px;
    position: relative;
    transition: all .2s ease-out;
    width: 225px;
}

.contact_form_send {
    text-align: center;
}

.contact_form_send input:disabled{
	opacity: 0.6;
}

.form_reserve{
	margin-top: 15px;
}

.form_reserve:first-of-type{
	margin-top: 0;
}

/* flex box */
.flex {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* breadcrumb list */
.breadcrumb {
	width: 95%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}

.breadcrumb ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	font-size: 14px;
	font-size: 1.4rem;
}

.breadcrumb li  {
    font-size: 1em;
}

.breadcrumb ul li:after{
	content: ">";
	margin: 0 5px;
}

.breadcrumb ul li:last-child:after{
	content: none;
}

.breadcrumb li a {
    text-decoration: underline;
}

/* 余白 */
header .inner,
nav ul,
.top_cont .inner,
.line .inner,
footer .inner,
.ftr-nav ul,
.page-ttl .inner
 {
	width: 1000px;
	margin: 0 auto;
}

.top_cont {
	padding: 40px 0 70px;
}



.line {
	padding: 57px 0;
}

footer .inner {
	padding: 38px 0;
}

.page_cont {
	width: 1000px;
	margin: 0 auto 50px;
}

.sec {
	margin-bottom: 30px;
}

.sec > .sec {
	margin-top: 30px;
}

.sec:last-child {
	margin-bottom: 0;
}

.sec.access {
	margin-bottom: 70px;
}

.page_cont main p {
	margin-bottom: 1em;
}

.page_cont main p:last-child {
	margin-bottom: 0;
}

/* title */
.top_ttl {
	color: #414706;
	font-family: "hannari";
	font-size: 52px;
	font-size: 5.2rem;
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: -0.1em;
	margin-bottom: 47px;
	position: relative;
}

.top_ttl em,
.page_ttl em {
	color: #e0ac00;
}

.top_ttl.ttl01 {
	background: url(../images/ttl_bg01.png) no-repeat bottom center / contain;
	font-style: italic;
}

.top_ttl.ttl02 {
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: bold;
	color: #333;
	border-top: 2px dotted #dadada;
	border-bottom: 2px dotted #dadada;
	margin-bottom: 25px;
}

.page_ttl.ttl05 {
	font-family: "hannari";
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #333;
    border-top: 2px dotted #dadada;
    border-bottom: 2px dotted #dadada;
    margin-bottom: 25px;
    text-align: center;
    padding: 7px 0 20px 0;
    letter-spacing: -0.1em;
	line-height: 1.5;
}

.top_ttl.ttl03 {
	background: url(../images/ttl_bg02.png) no-repeat bottom center;
	font-style: italic;
	text-shadow:3px 3px 15px #fff;
}

.top_ttl.small {
	font-size: 34px;
	font-size: 3.4rem;
	text-align: left;
	margin-bottom: 42px;
}

.top_ttl.small .icon {
	vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-right: 24px;
}

.top_ttl.ttl04 {
	background: url(../images/ttl_bg03.png) no-repeat bottom center / contain;
}

.top_ttl.ttl05 {
	background: url(../images/ttl_bg04.png) no-repeat bottom center / contain;
}

.top_ttl.ttl06 {
	background: url(../images/ttl_bg01.png) no-repeat bottom center / contain;
	font-size: 40px;
	font-size: 4.0rem;
	font-style: italic;
	padding-bottom: 14px;
}

.bud .inner {
	position: relative;
}

.bud .inner::before {
    background-image: url(../images/ttl_bud.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
    position: absolute;
	bottom: -18px;
    right: -101px;
    width: 114px;
    height: 103px;
}

.top_reason .bud .inner::before {
	bottom: -24px;
}

.page_ttl.ttl04.bud .inner::before {
	 right: -70px;
	 bottom: -20px;
}

.top_voice .top_ttl::after {
	content: url(../images/top_voice_ttl.png);
	position: absolute;
	right: 67px;
    top: -14px;
}

.top_reason .top_ttl {
    margin-bottom: 104px;
}

.top_reason .top_ttl em {
	font-size: 63px;
	font-size: 6.3rem;
	position: relative;
    bottom: -3px;
}

.top_pricetbl{
	margin-bottom: 15px;
}

.top_pricebtn{
	margin-top: 20px !important;
}

.wave_line {
	background: url(../images/wave-line.png) repeat-x bottom left;
	padding-bottom: 8px;
}



.page_ttl.ttl01 {
	background: url(../images/page_ttl01_bg.png) no-repeat bottom center;
	color: #414706;
	font-size: 43px;
	font-size:4.3rem;
	font-family: "hannari";
	font-style: italic;
	text-align: center;
	margin-bottom: 42px;
	padding-bottom: 16px;
}

.page_ttl.ttl02 {
	background: url(../images/page-ttl02_bg.png) no-repeat top left #f6f2e5;
	border-radius: 4px;
	color: #414706;
	font-size: 27px;
	font-size: 2.7rem;
	font-family: "hannari";
	height: 66px;
	text-shadow: 3px 3px 15px #fff;
	padding: 5px 63px;
	margin-bottom: 24px;
}

.page_ttl .price {
	float: right;
	font-weight: bold;
}

.page_ttl.ttl04 {
	color: #414706;
	font-family: "hannari";
	font-size: 48px;
	font-size: 4.8rem;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
    background: url(../images/ttl_bg02.png) no-repeat bottom center;
    font-style: italic;
    text-shadow: 3px 3px 15px #fff;
	letter-spacing: -0.1em;
	margin-bottom: 51px;
}

.page_ttl.ttl04 em {
	font-size: 58px;
	font-size: 5.8rem;
	position: relative;
	bottom: -3px;
}

.page_ttl.ttl03 {
    background: url(../images/page-ttl03_bg.png) no-repeat 0 0;
    color: #4e3604;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 1px dotted #b59d64;
    padding: 3px 0 9px 46px;
    margin-bottom: 24px;
	line-height: 1.5;
}

.voice .page_ttl {
	text-align: center;
	margin-bottom: 14px;
}


.ttl01{
	background: #3eab3e;
	text-align: center;
	line-height: 0;

	position: relative;
	z-index: 1;
	min-height: 136px;

	margin-bottom: 70px;
}

.ttl01:after{
	content: "";
	display: block;

	width: 0;
	height: 0;
	border: 70px solid transparent;
	border-top: 40px solid #3eab3e;

	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.ttl01 .ttl01_text{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

	height: 0;
	min-height: 136px;

	font-size: 36px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.15);
}

.ttl02{
	text-align: center;
	margin-bottom: 50px;
}

.ttl02 span.ttl02_wrap{
	font-size: 40px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.15);
	line-height: 1.5;

	display: inline-block;

	position: relative;
}

.ttl02 span.ttl02_wrap:before{
	content: "";
	display: block;

	width: 55px;
	height: 89px;
	background: url("../images/common/ttl02_l.png") no-repeat left bottom;

	position: absolute;
	left: -85px;
	top: 23px;
	bottom: 0;
}

.ttl02 span.ttl02_wrap:after{
	content: "";
	display: block;

	width: 55px;
	height: 89px;
	background: url("../images/common/ttl02_r.png") no-repeat right bottom;

	position: absolute;
	right: -85px;
	top: 23px;
	bottom: 0;
}

.ttl02 .strong01{
	font-size: 1.2em;
	color: #fcf90f;
	line-height: 1;
}

.strong02{
	font-size: 1.2em;
	color: #fcf90f;
	line-height: 1;
}

.strong03{
	font-weight: bold;
	color: #3fab3c;
	text-decoration: underline;
}


.ttl03{
	font-size: 30px;
	color: #1a4421;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.ttl04{
	font-size: 34px;
	color: #1a4421;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	text-align: center;

	position: relative;
}

.ttl04:after{
	content: "";
	display: block;

	width: 200px;
	height: 1px;
	background: #87a18b;

	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;

	margin: 0 auto;
}

.ttl05{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;

	background: #3eab3e;
	color: #fff;
	text-align: left;
	padding: 8px 20px;

	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;

	position: relative;
}

.ttl05:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;

	border-bottom: 3px solid #3eab3e;

	position: absolute;
	left: 0;
	bottom: -5px;
}

.ttl06{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-weight: 600;
	color: #333;

	margin-bottom: 30px;
	border-bottom: 3px solid #333;
	text-align: center;
}

.ttl07{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	text-align: center;
}



/* button */
.cmn_btn {
	text-align: center;
	margin-top: 47px;
}

.top_reason .cmn_btn {
	margin-bottom: 60px;
}

.cmn_btn.small {
	margin-top: 42px;
}

.cmn_btn a {
    background: linear-gradient(#f7be00 50%, #e8b200 50%);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
	font-weight: bold;
    padding: 10px 58px;
    display: inline-block;
}

.top_access .detail .cmn_btn a {
    padding: 10px 42px;
}

.cmn_btn .arrow {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 14px;
}

.cmn_btn.small a {
    font-size: 18px;
    font-size: 1.8rem;
}

.mail_btn {
	float: right;
	margin-top: 0;
}

.mail_btn a {
	border-radius: 35px;
    padding: 16px 58px;
}

.mail_btn .fa {
	font-size: 31px;
	font-size: 3.1rem;
    margin-right: 13px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.page_link_btn {
	text-align: center;
	clear:both;
	margin: 30px 0;
}

.page_link_btn:last-child {
	margin-bottom: 0;
}

.page_link_btn .icon {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 13px;
}

.top_reason .page_link_btn,
.sec.beginner .page_link_btn {
    background: #f7f5e8;
    padding: 30px 0;
}

.page_link_btn a {
	background: #d9ceb4;
	color: #4e3504;
	border-radius: 30px;
    font-weight: bold;
    padding: 10px 58px;
    display: inline-block;
}

.top_reason .page_link_btn a {
    padding: 10px 110px;
}

.page_link_btn .fa {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 14px;
}

/* tel */
.tel_area{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.tel_icon{
	line-height: 0;
	margin-right: 10px;
}

.tel_icon img{
	width: 23px;
	height: auto;
	padding: 0;
	line-height: 0;
}

.tel_text p{
	line-height: 1.2;
}

.tel_memo{
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #1f4c06;
}

.tel_num{
	font-size: 30px;
	color: #2f6611;
	font-weight: bold;
	letter-spacing: -0.025em;
}

.tel_open{
	font-size: 12px;
	color: #1a360c;
	letter-spacing: 0.075em;
}


.point_block .tel {
	float: left;
	margin-left: 110px;
    font-size: 45px;
	line-height: 1;
	color: #1a4421;
	font-weight: bold;


	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;

}

.point_block .tel img{
	vertical-align: middle;
	line-height: 0;
	margin-right: 15px;
}

.tel .fa {
	font-size: 35px;
	font-size: 3.5rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
}



.open, .close {
	font-size: 14px;
	font-size: 1.4rem;
}

.point_block .open,.point_block .close {
	font-size: 16px;
	font-size: 1.6rem;
}

.open .icon {
	vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

.close {
	text-indent: 2.5em;
}

.point_block .close {
	text-indent: 2.3em;
}

.open_close {
	color: #1a4421;
}

.point_block .open_close {
	float: right;
	margin-right: 110px;
}

.open_close .icon {
	vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

.img_area {
	text-align: center;
	margin-bottom: 24px;
}

.img_area img {
	margin-right: 50px;
	vertical-align: bottom;
}

.frame img {
	border: 6px solid #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.profile .frame img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-right: 6px;
}

.img_area img:last-child {
	margin-right: 0;
}

/* tel_info */
.tel_info{
	margin-left: 20px;
}

.tel_info_icon01{
	background: #3eab3e;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.025em;
	border-radius: 5px;
}

/* hover */
nav a:hover, .ftr-nav a:hover {
	color: #8fba30;
}

a:hover,
input[type="submit"]:hover,
.faq_list dt:hover {
	opacity: .7;
}

/* header
----------------------------------------------------------- */
header .inner {
	position: relative;
	margin-bottom: 35px;
	min-height: 130px;
}

header h1{
	position: relative;
	z-index: 2;

	width: 220px;
	margin-left: 40px;

}

/* ロゴ */
.head_logo{
	float: left;
	position: absolute;
	top: 10px;
	left: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;

}

.head_logo img{
	height: auto;
}

/* 強み */
.point_area {
	float: left;
}

@media all and (-ms-high-contrast:none) {
.point,
.column_list .cat,
.cmn_btn {
	font-family: "メイリオ", Meiryo, sans-serif !important;
}
}

.point {
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 6px 0;
	width: 284px;
	margin-bottom: 5px;
}

.point:last-child {
	margin-bottom: 0;
}

.point .icon {
    margin-left: 10px;
	margin-right: 17px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.point01 {
	background: #ebcb3f;

}

.point02 {
	background: #f79e92;
}

h1 {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 0;
}

.info_area {
	position: absolute;
	right: 0;
	top: 50px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.tel_msg {
    vertical-align: bottom;
}

header .logo {
    left: 50%;
	top: 13px;
    position: absolute;
    margin-left: -123.5px;
}

/* g-navi
----------------------------------------------------------- */
nav {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 17px;
}

nav li {
	border-right: 1px solid #c2c2c2;
	flex: 1 1 auto;
	text-align: center;

}

nav li:first-child {
	border-left: 1px solid #c2c2c2;
}

nav ul li a{
	display: block;
	padding: 5px;
}

nav ul li a:hover{
	background: #3eab3e;
	color: #fff;
	font-weight: bold;
	opacity: 1;
}

.nav-button {
  display: none;
}


.nav-wrap {
    display: block;
}

.nav-wrap.nav-open {
  display: block;
}

.nav-wrap.nav-close {
  display: none;
}

/* main-img
----------------------------------------------------------- */
.main-img {
    background: url("../images/top/bg_mainimage.jpg") no-repeat center #fce9cb;
    background-size: cover;
    text-align: center;
	height: auto;
    width: 100%;
    /*margin-bottom: 30px;*/
}

.mainimage-wrap{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;

	position: relative;
}

.top_open{
	position: absolute;
	left: 10px;
	top: -2.5vw;
}

.top_open img{
	width: 10vw;
	max-width: 150px;
	height: auto;
}

.main-img .mainimage{
	text-align: center;
	line-height: 0;
}

.main-img .mainimage img{
	width: auto;
	max-width: 100%;
	line-height: 0;
}

.mainimage_pc{
	display: block;
}

.mainimage_sp{
	display: none;
}

.sub-copy {
	background: url(../images/sub-copy_bg.png) repeat-x;
	text-align: center;
}

.sub-copy img {
	vertical-align: bottom;
}

.page-ttl {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 272px;
    text-align: center;
    width: 100%;
    font-family: 'hannari';
    font-size: 43px;
	font-size: 4.3rem;
    color: #575e17;
    text-shadow: 0 0 80px #fff,0 0 90px #fff,0 0 100px #fff,0 0 100px #fff,0 0 110px #fff,0 0 110px #fff,
	0 0 120px #fff,0 0 120px #fff,0 0 120px #fff,0 0 150px #fff,0 0 150px #fff,0 0 150px #fff;
}

.page-ttl.ttl01 {
    background-image: url(../images/page-ttl_bg01.jpg);
}

.page-ttl.ttl02 {
	background-image: url(../images/page-ttl_bg02.jpg);
}

.page-ttl .inner {
    text-align: left;
	padding-top: 79px;
}


/* common
----------------------------------------------------------- */
.wrap{
	width: 1000px;
	margin: 0 auto;
}

.br{
	display: block;
	width: 100%;
}

.br2{
	display: block;
}


/* first
----------------------------------------------------------- */
#campaign{
	padding-bottom: 70px;
}

.top_first{
	background: url(../images/bg_graph-paper.png);
	background-size: 13px auto;
	padding-bottom: 70px;
	padding-top: 50px;
}

.first_list_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.first_list ul li{
	background: url("../images/common/icon_check.png") no-repeat left top;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
	margin-bottom: 20px;
}

.omakase{
	background: #f1fcdb;
	padding: 14px;
	box-sizing: border-box;
	width: 100%;
}

.omakase_outline{
	background: #f1fcdb;
	border: 1px solid #98c834;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

.omakase_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	margin-top: 30px;
}

.omakase_text{
	position: relative;
}

.omakase_text p{
	position: relative;
	z-index: 3;
}

.omakase_bg01{
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 200px;

	position: absolute;
	left: -25px;
	top: -20px;
	background: #fff;
	opacity: 0.7;

	z-index: 1;
}

.omakase_bg02{
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 200px;

	position: absolute;
	left: 50px;
	top: 70px;
	background: #bcff98;
	opacity: 0.2;

	z-index: 2;
}

.omakase_img{
	margin-left: 40px;
}

.top_campign_bnr{
	position: relative;
	line-height: 0;
}

.campign_img{
	position: relative;
}

.campign_btn{
	position: absolute;
	bottom: 37px;
	left: 70px;

	width: 20vw;
	max-width: 498px;
}



/* profile
----------------------------------------------------------- */

.top_profile{
	background: rgba(0, 0, 0, 0) url("../images/bg_wall-paper.png") repeat scroll 0 0;
	padding-bottom: 70px;
}




.profile_outline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.profile_img{
	margin-left: 50px;
}

.profile_img img{
	width: auto;
	max-width: 300px;
	height: auto;
}

.profile_textconts{
	margin-bottom: 35px;
}

.profile_textconts p{
	background: url("../images/common/ul01.png") left -1px repeat;
	padding-bottom: 6px;
	margin-bottom: 12px;
	line-height: 2;
}

.profile_info{

}

.profile_ttl01{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.profile_info p{
	background: url("../images/common/ul01.png") left -2px repeat;
	padding-bottom: 5px;
	line-height: 1.8;
}




/* reason
----------------------------------------------------------- */
.top_reason{
	background: url(../images/bg_graph-paper.png);
	background-size: 13px auto;
	padding-bottom: 70px;
}

.top_reason_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_reason_conts{
	width: 460px;
	margin-right: 80px;
	background: #f5efe4;
	padding: 25px 25px 20px;
	border-radius: 10px;

	position: relative;
}

.top_reason_conts:nth-of-type(2n){
	margin-right: 0;
}

.top_reason_conts:nth-of-type(3),
.top_reason_conts:nth-of-type(4){
	margin-top: 60px;
}

.top_reason_num{
	position: absolute;
	left: -50px;
	top: -50px;
}

.top_reason_img{
	text-align: center;
	margin-bottom: 15px;
	line-height: 0;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.02);
}

.top_reason_text{
	font-size: 23px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.5;
	min-height: 77px;
	color: #1a360c;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_reason_text .ttl{
	font-size: 28px;
}

.top_reason_text .mark{
	background: #f5f251;
	line-height: 1;
}

/* reason02
----------------------------------------------------------- */
.top_reason_conts02{
	background: #f5efe4;
	padding: 100px 0 40px;

	border-radius: 0 0 5px 5px;
	margin-bottom: 70px;

	position: relative;
}

.top_reason_conts02:last-of-type{
}

.top_reason_bg01{
	position: absolute;
	top: 0;
}

.top_reason_conts02_outline{

	position: relative;

	margin: 13px 30px 0;
}

.top_reason_conts02_inline{
	margin-top: 30px;
}

.top_reason_conts02_inline p{
	margin-bottom: 23px;
}

.top_reason_conts02_inline p:last-of-type{
	margin-bottom: 0;
}

.reason_ttl01{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.reason_ttl01 img{
	width: 110px;
	height: 110px;
}

.reason_ttl01 span{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: bold;
	color: #3eab3e;
	margin-left: 16px;
	line-height: 1.4;
}

.reason_conts02_img{
	float: right;
	margin-left: 40px;
}


/* flow
----------------------------------------------------------- */
.top_flow{
	background: url(../images/bg_wall-paper.png);
	padding-bottom: 70px;
	overflow-x: hidden;
}

.flow_conts{
	border: 3px solid #97c730;
	box-sizing: border-box;
	background: #fff;
	padding: 5px;
	margin-bottom: 70px;

	position: relative;
}

.flow_conts:last-of-type{
	margin-bottom: 0;
}

.flow_conts_wrap{
	border: 2px dotted #97c730;
	padding: 13px 50px 35px;
}

.flow_bg{
	position: absolute;
	top: -30px;
	right: -30px;
}

.flow_ttl01{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 45px;
	font-weight: 600;
	color: #3eab3e;
	text-align: center;
	margin-bottom: 25px;

	position: relative;
}

.flow_ttl01:after{
	content: "";
	display: block;
	width: 100px;
	height: 0;

	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 2px solid #3eab3e;
}

.flow_tb_img{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;

	margin-top: 30px;
}

.flow_tb_img figure{
	margin: 0 15px;
}

.flow_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flow_lr_img{
	width: 300px;
	margin-left: 40px;
}

.flow_lr_text{
	width: calc(100% - 340px);
}

.flow_lr_text p{
	margin-bottom: 23px;
}


/* price_menu
----------------------------------------------------------- */
.top_price{
	background: url("../images/bg_graph-paper.png") repeat scroll 0 0 / 13px auto;
    padding-bottom: 70px;
}

.top_price_menu{
	border: 3px solid #115711;
	border-radius: 5px;
	border-left: none;
}

.top_price_menu dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 3px solid #f2f0eb;
}

.top_price_menu dl:last-of-type{
	border-bottom: none;
}

.top_price_menu dl dt{
	width: 340px;
	text-align: center;
	background: #115711;
	color: #fff;
	padding: 20px 0;

	font-size: 20px;
	font-weight: bold;
}

.top_price_menu dl dd{
	width: 657px;
	text-align: center;
	padding: 20px 0;
	background: #fff;

	font-size: 20px;
}

.top_campign_bnr{
	margin-top: 50px;
}


/* policy
----------------------------------------------------------- */
.top_policy{
	background: url("../images/bg_wall-paper.png") repeat scroll 0 0 / 13px auto;
    padding-bottom: 70px;
}

.policy_conts{
	margin-top: 30px;
}

.policy_conts:first-of-type{
	margin-top: 0;
}

.policy_conts01,
.policy_conts02{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;

	position: relative;
}

.policy_conts02{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.policy_text01,
.policy_text02{
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	padding: 30px 120px 30px 30px;
	min-height: 340px;

	width: 63vw;
	max-width: 660px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.policy_text02{
	padding: 30px 30px 30px 120px;
}

.policy_text01 p,
.policy_text02 p{
	margin-bottom: 23px;
}

.policy_text01 p:last-of-type,
.policy_text02 p:last-of-type{
	margin-bottom: 0;
}

.policy_img01,
.policy_img02{
	position: absolute;
	right: 0;
	width: 45vw;
	max-width: 420px;

}

.policy_img02{
	left: 0;
	right: auto;

}

.policy_img01 figure,
.policy_img02 figure{
	line-height: 0;
}


/* recommend
----------------------------------------------------------- */

.top_recommend{
	background: url("../images/bg_graph-paper.png") repeat scroll 0 0 / 13px auto;
    padding-bottom: 70px;
}

.reco_conts{
	border: 2px solid #97c730;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;

	display: -webkit-flex;
	display: flex;

	margin-bottom: 70px;
}

.reco_conts:last-of-type{
	margin-bottom: 0;
}

.reco_img{
	width: 300px;
}


.reco_shop{
	line-height: 1.5;
	margin-bottom: 0;
}

.reco_name{
	font-size: 18px;
	font-weight: bold;
}

.reco_name span{
	font-size: 1.5em;
	margin-left: 10px;
}

.reco_text{
	width: calc(100% - 300px);
	margin-left: 40px;
}

.reco_text p{
	margin-bottom: 23px;
}



/* top_voice
----------------------------------------------------------- */
.top_voice{
	border-top: 19px solid #4ca31d;
	background: url(../images/bg_graph-paper2.png) ;
	background-size: 12px auto;
	padding: 50px;
}

.top_voice_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_voice_conts{
	width: 460px;
	margin-right: 80px;
	background: #fff;
	border-top: 8px solid #2f6611;
	border-radius: 5px;
	padding: 25px 29px 30px;
	margin-bottom: 60px;

	box-shadow: 18px 18px 0 #60b432;

	position: relative;
}

.top_voice_conts:nth-of-type(2n){
	margin-right: 0;
}

.top_voice_ttl{
	text-align: center;
	font-size: 23px;
	color: #4ea122;
	font-weight: bold;
	line-height: 1.5;
}

.top_voice_img{
	text-align: center;
	margin: 20px auto 10px;
}

.top_voice_reply{
	background: #e8f3d2;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;

	box-shadow: 7px 7px 0 #d0e1ad;
}

.top_voice_reply_ttl{
	border-bottom: 1px dashed;
	padding-bottom: 3px;
	margin-bottom: 3px;

	color: #6cbd40;
	font-weight: bold;
}

.top_voice_reply_text{
	font-size: 15px;
}

/* top_access
----------------------------------------------------------- */
.top_access{
	margin-bottom: 70px;
}

.top_access_mapdate{
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

.top_access_root{
	border-top: 6px solid #ede7dd;

	position: relative;

	margin-top: 50px;
	padding-top: 30px;
}

.top_access_root:before{
	content: "";
	display: block;
	width: 38px;
	height: 6px;
	background: #9dcb3c;

	position: absolute;
	top: -6px;
	left: 0;
}

.top_acces_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access_conts{
	width: 320px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;

	padding: 10px;
	border: 6px solid #ede7dd;
	box-sizing: border-box;

	position: relative;
}

.access_conts:nth-of-type(3n){
	margin-right: 0;
}

.access_num{
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;

	margin: 0 auto;
	text-align: center;
}

.access_conts figure{
	width: 100%;
}

.access_conts figure img{
	width: auto;
	max-width: 100%;
}


/* top_column_fb
----------------------------------------------------------- */
.top_column_fb{
	background: url("../images/bg_wall-paper.png") ;
    padding: 70px 0;
}

.top_column_fb_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_column_conts,
.top_fb_conts{
	border-top: 6px solid #ede7dd;
	position: relative;

	padding-top: 20px;
}

.top_column_conts{
	width: 580px;
	margin-right: 58px;
}

.top_column_conts:before{
	content: "";
	display: block;
	width: 38px;
	height: 6px;
	background: #9dcb3c;

	position: absolute;
	left: 0;
	top: -6px;
}

.top_fb_conts{
	width: 362px;
}

.top_fb_conts:before{
	content: "";
	display: block;
	width: 38px;
	height: 6px;
	background: #9dcb3c;

	position: absolute;
	left: 0;
	top: -6px;
}


.top_column dl{
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #ded9ce;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.top_column dl dt{
	width: 100px;
	font-size: 15px;
	font-weight: bold;
}

.column_cat{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 3px;
}

.cat_case{
	background: #3eab3e;
}

.cat_news{
	background: #edc300;
}

.top_column dl dd{
	margin-left: 20px;
	width: 460px;
	font-size: 15px;
}

.top_column_btn{
	margin-top: 30px;
}

.top_column_btn a{
	display: block;
	width: 268px;

	background: #8ec21d;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 5px 0 #67910c;

	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}

.top_column_btn a img{
	margin-right: 5px;
}


/* cv
----------------------------------------------------------- */
.cv_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 70px auto;
}

.cv_conts2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0px auto;
}

p.img-mail-bnr img {
	width: 90%;
    float: right;
}

.cv_telnum{
	background: url("../images/common/cv_icon_tel.png") no-repeat left center;
	min-height: 57px;

	font-size: 60px;
	font-weight: bold;
	color: #2f6611;
	text-decoration: underline;
	line-height: 1.2;

	padding-left: 45px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.cv_open_sche{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 45px;
}

.cv_open_sche p{
	margin-left: 10px;
	font-size: 15px;
}

.cv_open_sche p:first-of-type{
	margin-left: 0;
}


.cv_contact a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;

	width: 457px;

	background: #f28e02;
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	box-shadow: 0 7px 0 #ab6400;

	padding: 18px 0;
}

.cv_contact a img{
	margin-right: 15px;
}



/* contact
----------------------------------------------------------- */
#second .main-img{
	height: 22vw;
	max-height: 300px;
	background-position: center bottom;
}

#second .mainimage-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

	height: 100%;
}

.second_ttl01{
	color: #fff;
	font-size: 50px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #4bab4b;
	 text-shadow: 	0 0 1px #fff,
	 				0 0 2px #fff,
	 				0 0 3px #fff,
	 				0 0 4px #fff,
	 				0 0 5px #fff,
	 				0 0 6px #fff,
	 				0 0 7px #fff,
	 				0 0 8px #fff,
	 				0 0 9px #fff,
	 				0 0 10px #fff,
	 				0 0 11px #fff,
	 				0 0 12px #fff,
	 				0 0 13px #fff,
	 				0 0 14px #fff,
	 				0 0 15px #fff;
}


.second_conts{
	margin: 0 auto 100px;
}


.contact_reserve_tel{
	border: 6px solid #98c834;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;

	position: relative;
}

.contact_reserve_tel:before{
	content: "";
	display: block;
	border: 1px solid #98c834;
	width: calc(100% - 20px);
	height: calc(100% - 20px);

	position: absolute;
	left: 10px;
	top: 10px;
}


.contact_reserve_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}


/* privacy
----------------------------------------------------------- */
.privacy_text{
	margin-bottom: 40px;
}

.privacy_text p{
	margin-bottom: 20px;
}


/* page menu
----------------------------------------------------------- */
.g-border {
	border: 15px solid #f1fadc;
	padding: 20px;
}


/* faq
----------------------------------------------------------- */
.faq_list dd .inner {
    padding: 25px 48px;
}

.faq_list dt {
    background: #f6f2e5;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	font-family: "hannari";
    font-size: 26px;
	font-size: 2.6rem;
    position: relative;
    padding: 12px 70px 19px 26px;
    line-height: 1.5;
    cursor: pointer;
	text-shadow:3px 3px 15px #fff;
	letter-spacing: -0.05em;
	margin-top: 25px;
}

.faq_list dt::before {
	background: url(../images/faq_ttl_line.png) repeat-y top right;
    color: #414706;
    content: "Q";
    display: inline-block;
	font-family:  "メイリオ", Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
    margin-right: 20px;
    width: 35px;
    height: 39px;
    text-align: center;
	position: relative;
    top: 4px;
    padding-right: 16px;
}

.faq_list dt::after {
    background: url(../images/faq_arrow_down.png) no-repeat 0 0;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    right: 24px;
}

.faq_list dt.open::after {
    background: url(../images/faq_arrow_up.png) no-repeat 0 0;
}

.faq_list dd {
    display: none;
    border: 1px dotted #dbd9d0;
}

.faq_list dd li {
    margin-bottom: 20px;
}

.faq_list dd li .ttl {
    font-weight: bold;
    background: #f6f3e5;
    padding: 8px 15px;
    color: #565d08;
	border-radius: 2px;
	margin-bottom: 8px;
}

/* conversion area
----------------------------------------------------------- */



/* column
----------------------------------------------------------- */
.column .page_ttl.ttl02{
	background-size: contain;
	height: auto;
}

.column_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	width: 95%;
	max-width: 1000px;
	margin: 30px auto 50px;
}

.column_single{
	width: 100%;
	max-width: 700px;
}

.column_sidemenu{
	width: 100%;
	max-width: 250px;
	margin-left: 50px;
}

/* index */
.column_article{
	border-bottom: 1px dashed #bbb;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.column_article_cat {
	margin: 10px 0 20px;
}

.column_article_cat ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column_article_cat ul li{
	background: #ede7dd;
	text-align: center;
	padding: 1px 16px;
	margin-right: 10px;
	border-radius: 100px;
}

.column_article_cat ul li a{
	font-size: 0.9em;
}

.column_article_cat ul li a:before{
	content: "#";
}

.single_ttl01{
	width: 100%;

	font-size: 32px;
	color: #1a4421;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;

	border-top: 6px solid #ede7dd;
	border-bottom: 1px dashed #bbb;
	padding-top: 10px;
	padding-bottom: 5px;
    position: relative;
}

.single_ttl01:after{
	background: #9dcb3c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 38px;
}

.column_article_text_link{
	margin-top: 10px;
	text-align: right;
}

.column_article_text_link a{
	border-bottom: 1px solid;
}

.column_article_text_link .fa{
	margin-left: 5px;
}

.wp-pagenavi{
	text-align: center;
	color: #414706;
}


/* sidebar */
.column_side_conts{
	margin-top: 30px;
}

.column_side_conts:first-of-type{
	margin-top: 0;
}

.column_side_ttl01{
	background: #f6f2e5;
	padding: 7px 10px;

	display: block;
	font-weight: bold;
	color: #414706;
}

.column_side_new_list li{
	margin-top: 10px;
}

.column_side_new_list li a{
	text-decoration: underline;
}

.column_side_ymd{
	display: block;
}

.column_side_cat ul li{
	margin-top: 5px;
}


/* category */
.column_cat_ttl01{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}


/* single */
.column_single_conts h3{
	border-left: 10px solid #ede7dd;
	border-bottom: 2px solid #ede7dd;
	padding: 3px 0 5px 13px;
	margin-top: 1.5em;
	margin-bottom: 1em;

	font-size: 1.4em;
	color: #1a4421;
}

.column_single_conts h4{
	font-size: 1.2em;
	font-weight: bold;

	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #1a4421;

	position: relative;
}

.column_single_conts h4:after{
	content: "";
	display: block;
	border-bottom: 1px solid;
}

.column_single_conts img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.aligncenter{
	display: block;
	text-align: center;
	margin: 0 auto;
}


/* LINE
----------------------------------------------------------- */
.line {
	background: #49ad4a;
	border-top: 8px solid #3e973f;
}

.line .info {
	float: left;
	color: #fff;
	width: 480px;
}

.line .icon_main {
	float:left;
	margin: 30px 22px 0 0;
}

.line_ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.16em;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.15);
}

.line_ttl strong {
	font-size: 1.2em;
	color: #f4eb49;
}

.line_ttl_sub {
	font-size: 19px;
	font-size: 1.9rem;
	margin: 21px 0px;
}

.line .add {
	float: right;
}

.line_btn {
	float: left;
	line-height: 1.4;
	text-align: center;
	margin-right: 20px;
	height: 148px;
}

.line_btn a {
	border: 3px solid #fff;
	border-radius: 12px;
    padding: 10px 23px;
    display: block;
	background: linear-gradient(#48d94a 50%, #39cc3c 50%);
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.line_btn .icon {
    margin-bottom: 14px;
}

.line_btn .txt {
	display: block;
	font-weight: bold;
}

.line .add .id {
	clear: both;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 9px;
}

/* footer
----------------------------------------------------------- */
footer {
	position: relative;
}

.ftr-nav {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 40px 0;
	border-bottom: 27px solid #ede7dd;
}

.ftr-nav li {
	border-left: 1px solid #c2c2c2;
	flex: 1 1 auto;
	text-align: center;
}

.ftr-nav li:last-child {
	border-right: 1px solid #c2c2c2;
}

.ftr-nav li a{
	display: block;
	padding: 5px 0;
}

.ftr-nav li a:hover{
	background: #3eab3e;
	opacity: 1;
	color: #fff;
}

.logo_area {
	float: left;
	margin-right: 57px;
}

.logo_area .address {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 6px;
}

.tbl_area {
	float: left;
}

.tbl_area .notice_list {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 8px;
}

.tbl_area .f_banner {
	margin-top: 10px;
}

.sns {
	float: right;
}

.sns a {
	display: inline-block;
	margin-right: 10px;
}

.sns a:last-child {
	margin-right: 0;
}

.copyright {
	clear: both;
	background: #3eab3e;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 18px 0;
	color: #fff;
}

#pagetop {
	right: 10px;
	z-index: 999;
}

.floating_menu {
	display: none;
}

.pp-arrow {
	padding-left: 10px;
	background: url("../images/common/f_arrow_r.png") 0 1px no-repeat;
}

/*2019/11/15 追記*/

.pc {
	display: block;
}

.sp {
	display: none;
}

/*2019/11/15 追記ここまで*/



/*2020/07/08・追記*/

.cv_contact2 a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 457px;
/*    background: #f28e02;*/
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
/*    box-shadow: 0 7px 0 #ab6400;*/
    padding: 0px 0;
}

.cv_conts2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px auto;
}


/*2020/07/08・追記ここまで*/