@charset "utf-8";
/* CSS Document */

/*******   下層ページカスタマイズ  *******/
h5, h6 {
	line-height: 1.6;
}
table, th, td {
	border: none;
}
table tbody tr td, table tbody tr th, table tr td {
    border: none !important;
}
.indent {
	margin-left: 1em; 
    text-indent: -1em; 
}
/* ページナビ */
.page-navi {
    padding: 0 0 60px;
}
@media screen and (max-width: 480px) {
.page-navi {
    padding: 0 0 0;
}
}	
.button-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button-list li {
    margin: 0 14px 14px;
	list-style-type: none;
}
.button-list li a {
    display: block;
    color: #196f00;
    font-size: 14px;
    font-size: 1rem;
    border: 1px solid #196f00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 12px;
    text-align: center;
    min-width: 110px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}
.button-list li a:hover {
    background-color: #196f00;
    color: #fff;
    border: 1px solid #4a4640;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.button-list li {
    margin: 0 5px 14px;
}
}
@media screen and (max-width: 480px) {
.button-list {
    max-width: 330px;
}
.button-list li a {
    min-width: 80px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
}
/* コンテナ */
.contents {
	margin-bottom: 150px;
}
.contents_narrow {
	width: 740px;
	margin: 0 auto;
}
.contents_center {
	text-align: center;
}
.contents_wide {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.contents_center_inner {
	display: inline-block;
	text-align: left;
}
/*Font Awesome*/
.check_red::before {
 margin-right: 5px;
 font-family: "Font Awesome 5 Free";
 content: "\f00c";
 font-weight: 900;
 color: #c00;
}
.check::before {
 margin-right: 5px;
 font-family: "Font Awesome 5 Free";
 content: "\f00c";
 font-weight: 900;
}
.angle-double-right_red::after {
 margin-left: 5px;
 font-family: "Font Awesome 5 Free";
 content: "\f101";
 font-weight: 900;
 color: #c00;
}
.text-shadow_w{ 
 text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
.back_green {
	background: #e8f6ec;
	padding: 30px;
}
.back_darkgreen {
	background: #8DBA32;
	padding: 30px;
    box-shadow: 0px 0px 0px 8px #8DBA32;
    border: dashed 1px #FCCD40;
    padding: 1.5em;
}
.grid_items {
	margin-top: 25px;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0;
}
.grid_items li {
	background: #aed266;
	padding: 25px 10px 25px 25px;
	width: calc(100% / 3);
	display: -ms-flexbox;
	display: flex;
}
.grid_items > li:nth-child(2n+1) {
 background: #8DBA32;
}
ul.points {
	margin-left: 0!important;
	padding-left: 0!important;
}
.checklist_box {
    background: #e8f6ec;
    padding: 40px 100px;
    position: relative;
}
.checklist_box .points li {
    line-height: 1.6;
    position: relative;
    padding: 7px 10px 7px 30px;
    border-bottom: 2px dotted #ccc;
	list-style-type: none;
}
.checklist_box .points li.remarks {
	border-bottom: none;
    padding: 0 10px 0 30px;
}
@media print, screen and (max-width: 768px) {
.back_darkgreen {
    padding: 1em;
}
.contents_center {
	width: 100%;
}
.checklist_box {
	padding: 10.66667vw 5.33333vw 5.33333vw 5.33333vw;
}
}	
@media print, screen and (max-width: 480px) {
.contents {
	margin-bottom: 25px;
}
.contents_narrow {
	width: 100%;
}
.grid_items {
	display: block;
}
	
.grid_items li {
	width: 100%;
}
.checklist_box .points li {	
    padding: 1.86667vw 2.66667vw 1.86667vw 5.33333vw;
}
.checklist_box ul.points {
	margin-top: 0 !important;
	padding-left: 0 !important;
}
}

#example h4 {
	padding: 60px 0;
}
.charm_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-left: 0 !important;
}
.charm_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.charm_img {
    position: absolute;
    left: 50%;
    top: -35px;
}
.charm_txt {
    padding: 60px 30px 30px;
    margin-bottom: 1.2em;
    padding-top: 5em;
    padding-bottom: 3em;
	background: #fff;
}
.charm_txt dt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 1110px) {
.charm_item {
    width: 31%;
   /* margin-bottom: 90px;*/
}
.charm_img {
	margin-left: -55px;
}
}
@media screen and (max-width: 767px) {
#example h4 {
    padding: 20px 0;
}
.charm_box {
    margin-top: 50px;
}
.charm_item {
    width: 48%;
    margin-bottom: 50px;
}
.charm_txt {
    padding: 30px 16px 20px;
	text-align: left;
}
.charm_img {
    position: absolute;
    left: 60%;
    top: -35px;
}
}
@media screen and (max-width: 480px) {
.charm_item {
    width: 100%;
    margin-bottom: 25px;
}
.charm_img {
    position: absolute;
    left: 65%;
    top: -35px;
}
}
ul.flow  {
    position: relative;
    padding-left: 0px;
    margin-bottom: 55px;
}
ul.flow li {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 35px;
}
ul.flow p.step {
    position: absolute;
    left: 0;
    color: #478C33;
    line-height: 1;
    width: 100px;
    height: 100px;
}
ul.flow p.step:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 45%;
    width: 130%;
    height: 1px;
    background-color: #478C33;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.flow p.step small {
    font-size: 16px;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
}
ul.flow p.step strong {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
}
ul.flow div.flow_flow {
	margin-left: 130px;
}
ul.flow div.flow_flow p.flow_ttl {
    line-height: 1.6;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
	font-weight: 600;
}
ul.flow div.flow_flow .flow_text:before, ul.flow div.flow_flow .flow_text:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    margin-bottom: -0.3em;
}
@media screen and (max-width: 480px) {
ul.flow p.step:before {
    width: 70%;
}
ul.flow div.flow_flow {
	margin-left: 60px;
}
}
.loop {
 background:url("https://kamakura-amb.com/wp-content/uploads/2020/09/loop_img.jpg");
 background-size: contain;
 width: 100%;
 height: 0;
 padding-top: calc( 500/3543*100% );
 -moz-animation: loop 100s linear infinite;
 animation: loop 100s linear infinite;
}
@keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
/*******   テーブル設定  *******/
table.sub {
	width: 100%;
	padding: 0.5em 20px 1em;
	}
table.sub, table.sub td, table.sub th {
	padding: 20px;
	text-align:left;
  background-color: #FFF;
}
table.sub th {
	border-bottom: 1px solid #ddd !important;
	border-left:none;
	border-right:none;
	width:15%;
}
table.sub th.wide {
	width:30%;
}
table.sub td {
	border-bottom: 1px solid #ddd !important;
	border-left:none;
	border-right:none;
}
/*5つの特徴*/
table.table_features td {
    padding: 20px 30px;
    line-height: 1.2;
    vertical-align: middle;
}
table.table_features td:nth-child(2) {
    position: relative;
}
table.table_features td:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -21px;
    width: 35px;
    height: 1px;
    background: #478C33;
}
/*Form*/
table.form {
	table-layout: fixed;
}
.contact_info {
    margin-bottom: 30px;
}
.contact_info_tel {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
    font-weight: bold;
    color: #478c33;
    letter-spacing: -0.5px;
}
.contact_info_tel a {	
    color: #478c33;
    text-decoration: none;
}
a[href^='tel:'] {
    cursor: default;
}
.privacy_info_title {
	font-weight: 600;
    margin-bottom: 0.5em;
}
/*.privacy_btn {
	padding: 12px;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #6ba72f;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p_btn.privacy {
    width: 200px;
    height: 45px;
	padding-top: 13px;
}
.p_btn.backform {
    width: 250px;
    height: 45px;
    padding-top: 13px;
}
.p_btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: 2px solid #6ba72f;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.p_btn a {
	text-decoration: none;
}
.p_btn:hover {
    background: #6ba72f;
	color: #FFF;
}
.p_btn a:hover {
    background: #6ba72f;
	color: #FFF;
}*/

@media screen and (max-width: 768px){
table.sub td, table.sub th, table.sub th.wide {
    display: block;
    width: 100%;
    padding: 20px 5%;
    border: 0;
}
table.sub th {
	background: #DDD;
}
}
/********
  Contact Form 7カスタマイズ
                         ********/
/*見出し欄*/
.inquiry th {
	text-align: left;
	padding-right: 5px;
	width: 35%;
	border-top: none;
	border-bottom :solid 1px #eee;
	border-left: none;
	border-right: none;
	position: relative;
}
/*通常欄*/
.inquiry td {
	font-size: 13px;
	border-top: none;
	border-bottom: solid 1px #eee;
	border-left: none;
	border-right: none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
/*	border: solid 1px #d7d7d7;*/
}
/*必須の調整*/
.haveto {
	font-size: 7px;
	padding: 5px;
	background: #ca0404;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: absolute;
	right: 6px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*任意の調整*/
.any {
	font-size: 7px;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
	display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
	width: 330px;
	height: 58px;
	max-width: 100%;
	border-radius: 29px;
	font-size: 1.077em;
	line-height: 56px;
	font-weight: bold;
	background-color: #196F00;;
	border: #196F00; 2px solid;
	color: #fff;
	text-decoration: none;
	padding: 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
	background-color: #175d03;
	color: #fff;
}
#backbtn {
    width: 100px;
    height: 58px;
    max-width: 100%;
    border-radius: 29px;
    font-size: 1.077em;
    line-height: 56px;
    font-weight: bold;
    background-color: #fff;
    border: #222 2px solid;
    color: #222;
    text-decoration: none;
    padding: 0;
	margin-right: 10px;
}
/*戻るボタンマウスホバー時*/
#backbtn:hover {
	background-color: #999999;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center !important;
	font-weight: 600;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    text-align: center !important;
	font-weight: 600;
	color: #cf2e2e;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
    text-align: center !important;
	font-weight: 600;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    border: solid 1px #e6e6e6;
    color: #111; 
    margin-top: 0.6em;
    padding: 0.6em;
	font-family: sans-serif;
}
.wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
.inquiry th, .inquiry td {
 display: block!important;
 width: 100%!important;
 border: none!important;
 -webkit-box-sizing: border-box!important;
 -moz-box-sizing: border-box!important;
 box-sizing: border-box!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto, .inquiry .any {
font-size: 10px;
}
.haveto {
	position: absolute;
	right: 30%;
}
#backbtn {
    width: 330px;
	margin: 0 0 10px 0;
}	
}