@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.main {
	background-color:rgba(0,0,0,0);
}
div#new_entries-2,.speech-person {
	background-color:#fff;
}
.speech-person {
	height:142px;
}
div#new_entries-2 {
	padding:20px;
}
.nt-warning {
    background-color: #ffbacc;
    font-weight:800;
}
aside[id^="fudo_cat"] h3.footer-title {
	position:relative;
	padding-bottom: 5px;
	margin-bottom:5px;
	width:350px;
	font-size:20px;
	border-bottom:5px solid #c7c7c7;
}
aside[id^="fudo_cat"] h3.footer-title::after {
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:70px;
	height:5px;
	background-color:#e5c046;
}
aside[id^="fudo_cat"] ul {
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width:350px;
  list-style: none;
}
 ul > li > ul.children {
	width:330px;
}
aside[id^="fudo_cat"] li{
  position: relative;
  padding: 7px 5px 7px 10px;
  margin-bottom:5px;
  border-left: solid 5px #5c9ee7;
  background: #f1f8ff;
  color: #5c9ee7;
  font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}

.entry-title {
	border:3px double #000;
	border-radius:14px;
	padding:10px;
	/*background-color:#86CFCF;*/
}
div.navigation.hentry {
	text-align:center;
}
div.nav-previous > b ,
div.nav-previous > a ,span.nav-count {
	font-size:24px;
}
span.nav-count {
	margin-right:14px;
}
div.nav-next {
	font-size:18px;
}
div.nav-next > b {
  margin: 0 2px;
  padding: 0;
  padding-top:8px;
  display: inline-block;
  background:pink;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border:1px solid #000;
  border-radius: 50px;
}

div.nav-next > a  {
 display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  background: #fcfff4;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfff4),
    color-stop(40%, #dfe5d7),
    to(#b3bead)
  );
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  -webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
}
div.nav-next > a:hover  {
	  -webkit-box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
}
.up_mark,.new_mark{
		font-family:Verdana,Geneva,sans-serif;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:1px 1px 0px #900;
		text-align:center;
		/*top:3px;*/
		right:45px;
		color:#FFF;
		display:block;
		padding:2px 5px;
		width: 45px !important;
		position:absolute;
		border-radius:4px;
		background:#900;/*Oldbrowsers*/
		background:-moz-linear-gradient(top,#d20100 0%,#990000 100%);/*FF3.6+*/
		background:-webkit-linear-gradient(top,#d20100 0%,#990000 100%);/*Chrome10+,Safari5.1+*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20100',endColorstr='#990000',GradientType=0);/*IE6-9*/
		background:linear-gradient(top,#d20100 0%,#990000 100%);/*W3C*/
		z-index:2;
}
@media
only screen and (min-width : 640px){
	.up_mark,.new_mark{
		font-family:Verdana,Geneva,sans-serif;
		font-size:22px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:1px 1px 0px #900;
		text-align:center;
		/*top:14px;*/
		color:#FFF;
		display:block;
		padding:2px 5px;
		width: 75px !important;
		position:absolute;
		border-radius:4px;
		background:#900;/*Oldbrowsers*/
		background:-moz-linear-gradient(top,#d20100 0%,#990000 100%);/*FF3.6+*/
		background:-webkit-linear-gradient(top,#d20100 0%,#990000 100%);/*Chrome10+,Safari5.1+*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20100',endColorstr='#990000',GradientType=0);/*IE6-9*/
		background:linear-gradient(top,#d20100 0%,#990000 100%);/*W3C*/
	}
}
span.top_title {
    font-size:14px;
 display:block;
 height: 50px;
}
.top_price {
    font-size:18px;
}
.top_madori {
    font-size:18px;
}
.top_menseki {
    font-size:14px;
}
@media
only screen and (min-width : 640px){
	.grid-content,ul.syousai-content.kanren {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	}
  .box1,.syousai-content-li {
	list-style:none;
    border:5px double #5c9ee7;
	width:30%;
	margin:5px;
	  border-left: solid 5px #5c9ee7;
  background: #f1f8ff;
  color: #5c9ee7;
  font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  height:400px;
}
/*li.box1.grid_count4 {	}*/
}
@media
only screen and (max-width : 640px){
.grid-content,ul.syousai-content.kanren {
	display:block;
		text-align: center;
}
	li.box1 ,.syousai-content-li{
		display:block;
	list-style:none;
border: 2mm ridge rgba(211, 220, 50, .6);
	margin:5px;
	width:100%;
		  border-left: solid 5px #5c9ee7;
  background: #f1f8ff;
  color: #5c9ee7;
  font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}
	.top_r_footer .box1low{
		margin-bottom:25px;
	}
}

div.main-widget-label::first-letter,
article#post-13 header.article-header h1.entry-title::first-letter,
article#post-13 header.article-header h1.rs_title::first-letter {
	/*1文字目赤地に白文字*/
  font-size: 2.0em;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  background-color: #eb6ea0;
  border-radius: 5px;
  box-shadow: 0 0 8px 1px #999999;
  margin-top: 6px;
  margin-left: 5px;
  padding: 3px;
}
div.main-widget-label,
article#post-13 header.article-header h1.entry-title,
article#post-13 header.article-header h1.rs_title {
	font-size:2.0em;
	margin-bottom: 1.5em;
}
@media
only screen and (max-width : 640px){
	div.main-widget-label,
	article#post-13 header.article-header h1.entry-title,
	article#post-13 header.article-header h1.rs_title {
		font-size:1.0em;
		margin-bottom: 0.5em;
	}
}
input[type=submit] {
    position: inherit;
    font-size:24px;
}
input[type="search"].search-field {
	width:100% !important;
	margin-bottom:6px;
}
form.search-form > label > span.screen-reader-text {
	display:none;
}
div.list_picsam {
width:100%;
/*height:250px;*/
margin:0 auto;
position:relative;
overflow:hidden;
padding:0
}
.top_shozaichi {
	margin-bottom:20px;
}
span.box1low > a {
	display:flex;
	padding:15px 10px;
	width:180px;
	color:#333;
	font-size:15px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	background-image:linear-gradient(#52a01d,#8bd05a);
	border-radius:15px;
	margin-right:5px;
	margin-bottom:5px;
}
@media
only screen and (max-width : 640px){
	span.box1low > a {
	display:flex;
	padding:3px;
	width:120px;
	color:#333;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	background-image:linear-gradient(#52a01d,#8bd05a);
	border-radius:15px;
	margin-right:5px;
	margin-bottom:5px;
	position:absolute;
	right:0;
	bottom:15px;
	}

}

.top_r_footer {
	right:0;
	bottom:0;
margin: 40px 0 0 150px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
       height:60px;
}

@media screen and (max-width: 769px) {
div.list_picsam .swiper-wrapper ,
div.list_picsam_img .swiper-wrapper ,
div.list_picsam_img3 .swiper-wrapper {
  /* wrapperのサイズを調整 */
    position: relative;
   align-items:stretch !important;
   height:25vh !important;
  max-height: 400px; /*最大の高さ*/
  min-height: 250px; /*最小の高さ*/
}
}
div.list_picsam_img .swiper-wrapper {
    position: relative;
   align-items:stretch !important;
   height:10vh !important;
  max-height: 300px; /*最大の高さ*/
  min-height: 100px; /*最小の高さ*/
}
div.list_picsam .swiper-slide,
div.list_picsam_img .swiper-slide,
div.list_picsam_img3 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
     text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start; /*画像の高さを統一させない*/
    justify-content: center; /*左右の中央揃え*/
  color: #ffffff;
  /*width: 100%;*/
  /*height: 100%;*/
  /*line-height: 300px;*/
  /*height:auto;*/
}
div.list_picsam .swiper-slide a,
div.list_picsam_img .swiper-slide a,
div.list_picsam_img3 .swiper-slide a{
      height:100%;
}
div.list_picsam .swiper-slide img,
div.list_picsam_img .swiper-slide img,
div.list_picsam_img3 .swiper-slide img{
      align-self: center;/*上下の中央揃え*/
           display: inline; /*念のため*/
      width: auto; /*念のため*/
      max-width: 100%;
      max-height: 100%;
      align-self: center; /*上下の中央揃え*/
      /*height:100%;*/
}
div.list_picsam .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
	z-index:1;
}

div.list_picsam .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

h1.page-title ,h2.entry-title2 {
    background-color:#fff;
    border-radius: 0.5em;
    color: #fff;
    font-size: 22px;
    margin: 5px 0;
    	margin-bottom:8px !important;
    padding: 20px 25px;
}
/*h1.page-title {}*/

.th3 {
	background: #FDF6F9;
    border: 1px solid #eee;
    padding: 6px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: inherit;
    text-align: -internal-center;
}
.box1low {
	float:none !important;
	position: absolute;
    right: 0;
    bottom: -40px;
}
.list_picsam_img,
.list_picsam_img3 {
    height: 100%;
}
.list_picsam_img .swiper-pagination,
.list_picsam_img3 .swiper-pagination {
	position:relative;
}
.list_picsam_img .swiper-button-next,.list_picsam_img  .swiper-button-prev,
.list_picsam_img3 .swiper-button-next,.list_picsam_img3  .swiper-button-prev {
/*	top:unset;*/
}
/*
.list_picsam_img .swiper-button-next,
.list_picsam_img3 .swiper-button-next {
left:32vw;
}*/
@media screen and (max-width: 769px) {
	.list_picsam_img .swiper-button-next,
	.list_picsam_img3 .swiper-button-next {
	left:76vw;
	}
}
/*****************************************************/
@media screen and (min-width: 770px) {
.list_simple_box,.list_simple_box2 {
    width: 48%;
    float: left;
    margin-right:15px;
}
div.list_picsam .swiper-wrapper ,
div.list_picsam_img .swiper-wrapper ,
div.list_picsam_img3 .swiper-wrapper {
    /*height: 150px !important;*/
}
}
@media screen and (max-width: 769px) {
div.bukken_arc_item div.list_pics,
div#list_simplepage div.list_pics {
	overflow-x: hidden	
}
}
.entry-excerpt,
.entry-content2 {
	font-size:20px;
	font-weight:600;
	border:2px solid orange;
	margin-bottom:12px;
     padding-left: 20px;
     border-radius: 10px;
     background-color:orange;
}
h2.entry-title {
	display:none;
	text-align: center;
	margin-bottom:8px !important;
}
h2.entry-title a  {
    margin-left:20px;
}
/*h2.entry-title2 {}*/
.new-entry-cards {
    margin-top: 30px;
    margin-left: 40px;
    width: 90%;
}
div.list_detail div.list_details_button ,
#list_simplepage .list_details_button {
    clear: both;
    display: block;
    background-color: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #eeeeee), color-stop(0.5, #dddddd), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 49%, #dddddd 50%, #ffffff 100%);
    text-shadow: 0px 1px 0px rgb(255 255 255 / 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee',GradientType=0 ); /* ie */
	-webkit-box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #999;
    padding-top: 3px;
	letter-spacing: 0.1em;
}
div.list_detail div.list_details_button {
	margin:2px 0px 0px 15px;
    width: 80%;
    height: 36px;
}
div#page_jsearch_page form#searchpage table.form_jsearch  th,
div#page_jsearch_page form#searchpage table.form_jsearch   td {
	  width: 100%;
    display: block;
	    position:  relative;        /* 位置指定 */
}

div#page_jsearch_page form#searchpage table.form_jsearch td >ul {
	display:flex;
		flex-wrap: wrap;
}
div#page_jsearch_page form#searchpage table.form_jsearch td > ul >li {
	list-style:none;
	margin:2px 5px;
	width:auto;
}
 
	/* 全幅指定 */
/*section.contact.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}*/
/* pタグの余白を削除 */
section.contact .wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #EDF7EF;
}
/*  フォームの幅（自由に変えてOK） */
section.contact .contactForm {
    max-width: 700px;
    margin: 0 auto;
    padding-top:12px;
}
/* 各項目の下部余白 */
section.contact .contact_item {
    margin-bottom: 1.5rem;
}
/* 項目名 */
section.contact .label {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
section.contact .label_tag {
    font-size: 1.5rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1.2rem;
    padding: 5px 10px;
}
/* 必須タグ */
section.contact .label_must {
    background-color: #C84772;
}
/* 任意タグ */
section.contact .label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
section.contact .inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.contact input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
	  margin:5px;
    font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
section.contact textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}
/* ボタン */
section.contact .btnArea {
    text-align: center;
}
section.contact input[type="submit"],input#detail_submit {
    background: #C84772;
    border: 2px solid #ffffff;
    width:90%;
    color: #ffffff;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.4rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: 3rem;
    transition: all .3s;
	    margin-top: 10px;
    height: 120px;
    margin-bottom: 50px;
    
}
/* ボタンにホバーした時 */
section.contact input[type="submit"]:hover {
    color: #C84772;
    background-color: #ffffff;
    border-color: #C84772;
}
/* ローダー */
section.contact .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
section.contact div.contact_item.acceptance  {
	margin:	0 0 10px 0;
	display:flex;
}
section.contact div.contact_item.acceptance span.label_must {
width: 10%;
    height: 20%;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
section.contact div.contact_item.acceptance span.label_must {
width: 10%;
    height: 20%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-right: 30px;
}
}	
section.contact div.contact_item.acceptance label[for=confirm] {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		22px;
	line-height:		32px;
	cursor:			pointer;
	position:		relative;
}
section.contact  div.contact_item.acceptance input#confirm + label[for=confirm]:before {
		content:		'';
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		6px 6px 6px 6px;
}
section.contact  div.contact_item.acceptance input#confirm {
	display:	none;
}

section.contact  div.contact_item.acceptance input#confirm:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		34px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}
/* モバイル版 */
@media screen and (max-width: 480px) {
	.list_picsam_img3 .swiper-button-next {
	left:64vw;
}
   section.contact  .contact_item {
        margin-bottom: 1.6rem;
    }
    section.contact .label {
        font-size: 1.5rem;
        margin-bottom: .4rem;
    }
    section.contact .label_tag {
        font-size: 1.1rem;
    }
   section.contact input[type="text"],input[type="email"] {
    padding: 0.4rem;
    font-size: 1.5rem;
    margin-left: 10px;
    width: 93%;
    }
   section.contact textarea {
    width: 92%;
    padding: 0.4rem;
    font-size: 1.2rem;
    margin: 10px 25px 10px 10px;
    }
    section.contact input[type="submit"],input#detail_submit{
        font-size:1.1em;
			word-wrap:break-word;
			    border-radius: 30px;
    }
	.wpcf7 input[type="tel"] {
	  margin-left: 10px;
		width:92%;
	}
}
.scrollable-table th {
    background-color: #86CFCF;
    color: #ffffff;
}
@media
only screen and (min-width : 640px){
	span.red a[id^="t"] {
display:none;}
/***
span.red a[id^="t"] {
		font-size:1.5em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
  position: relative;
  padding: 1rem .5rem;
}
span.red a[id^="t"]:after {
	  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}***/
}
.image2-wrapper {
	 display:flex;
	justify-content:center;
	align-items: center;
}
.image2-side{
	margin:2px 15px;
}
.card-title-bold .card-title {
	background: #eaf5f9;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	font-size:20px;
}
.card-title-bold .card-title:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}
.menu-drawer li {
    font-weight: bold;
	background-color: #009135;
	border-bottom: solid 6px #fff;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
	padding: 10px;
}
.menu-drawer a {
    color: #fff;
    text-decoration: none;
    padding: 6px;
    display: block;
}
.s-b {
	position:relative;
	top:-10px;
}
/*********modal*******/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center;
}

.modal-button {
    color: #4f96f6;
    background-color: #86cfcf;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    /*margin-top: 40px;*/
    margin-bottom: 1px;
    padding: 12px 2px;
	width:40%;
    max-width:300px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/********modal*********/

.site-header {
}
.site-footer img#simbol {
	background:#3eb883;
	width:100%;	
	height:100%;
}
.br_p {
	display:block;
}
.global-nav-in li a {
	font-size:1rem;
}
.main-copy {
	color:darkred;
	font-size:1.8em;
}
.sub-copy {
	color:darkred;
	text-shadow: 1px 1px 0 #fff
}
.site-footer-conts-area {
	margin:10px;
	padding:10px;
}
.site-footer-nav li {
	display:block;
	background:none;
}
ul.site-footer-nav li:first-child {
	margin-left:10px;
}
ul.site-footer-nav ul.sub-menu{
	margin-left:30px;
}
ul.site-footer-nav ul.sub-menu li {
	display:block;
	background:none;
	padding:0px;
	text-align:left;
}
div#hofun ,tr#hof{
	display:none !important;
}
/***************************/
div.list_pic_print {
	display:none;
}
/***************************/
.dpoint1 ,.dpoint2 {
	font-weight: normal;
	padding: 4px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.dpoint1 {
	font-size: 26px;
	color: #C00;
	line-height: 1.2;
}
.dpoint2 {
	font-size: 22px;
	color: #000;
	line-height: 1.5;
}
.dpoint3 ,.dpoint4 {
	font-weight: bold;
	color: #000;
	display: inline;
}
.dpoint3 {
	font-size: 18px;
}

.dpoint4 {
	font-size: 28px;
}
.list_price dt, .list_price dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAE7F4;
}
.list_detail dt {
	display: inline;
	font-weight: normal;
	color: #333;
}
.list_detail dd {
	display: inline;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
    font-size: 0.8em;
}
@media screen and (max-width: 480px) {
.list_detail dd {
    font-size: 0.7em;
}
}
.list_detail .list_price {
	background-color:#fff;
	line-height: 2;
	margin: 0px;
	padding: 0 0 4px 10px;
	font-size:1em;
    /*text-align: center;*/
}
.list_detail #list_other_table table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list_detail #list_other_table table th {
	border-right:1px dotted #CCC;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1.2;
	padding: 0.5em;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	color: #444;
	width: 20%;
	font-size:1.3em;
}
.list_detail #list_other_table table td {
	line-height: 1.2;
	padding: 0.5em;
	margin: 0;
	white-space: normal;
	width: 30%;
	border-bottom: 1px solid #EEEEEE;
	font-size:1.3em;
}


.list_address { 
	padding-left:10px;
}
.list_address dl { 
	margin-bottom:5px;
}
/*******************/
#list_simplepage .list_details_button {
	font-size:13px;
	font-weight:bold;
	height: 24px;
	width:208px;
	margin: 0 0 3px 0;
}
#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }
#list_simplepage a:hover .list_details_button{
	color: #39F;
	text-decoration: underline;
}
dl.list_price_others {
	/*display:none !important;*/
}
li.wtown {
	display:inline-block;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  	.site-header, .global-nav, .main-body, .site-footer {
		min-width:1100px;
	}
	.site-header-in, .global-nav-in, .main-image-in, .main-image-in-text, .main-image-in-text-cont, .main-body-in, .site-footer-in {
		width:1110px;
	}
	.main-image-in-text.wide .main-image-in-text-cont {
		width:1110px;	
	}
}
div.submit {
	text-align:center;
}
div.list_picsam_img {
	overflow:hidden;
}
div.list_picsam .dpoint2 {
	float:none;
}
#list_simplepage .list_details_button {
	width: 85%;
	margin-left: 3px;
	height: 40px;
	font-size: 20px;
}
div.list_detail dl dt {
	font-weight:bold;
    font-size: 0.9em;
    margin-right: 10px;
}
.col1 .breadcrumbs,.col1 .section-wrap, .col1 .float-area {
	width:100%;
}
#nendebcopy {
	font-size:9px;
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
   .dpoint1 {
	font-size: 20px; 
  }
  
  	.list_detail #list_other_table table th,.list_detail #list_add_table table th {
		font-size:0.6em;
	}
	.list_detail #list_other_table table td,.list_detail #list_add_table table td {
		font-size:0.9em;
	}

  	.list_detail #list_other_table table th,.list_detail #list_add_table table th {
		display:block;
		border-right:1px dotted #CCC;
		border-bottom: 1px solid #EEEEEE;
		line-height: 1.2;
		padding: 0.5em;
		margin: 0;
		white-space: nowrap;
		text-align: left;
		color: #444;
		width: 100%;
		font-size:1em;
	}
	.list_detail #list_other_table table td,.list_detail #list_add_table table td {
		display:block;
		line-height: 1.2;
		padding: 0.5em;
		margin: 0;
		white-space: normal;
		width: 100%;
		border-bottom: 1px solid #EEEEEE;
		font-size:1em;
	}

	li.wtown {
		display:block;
	}
.article ul, .article ol {
    padding-left: 0px;
}
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
 .dpoint1 {
	font-size: 20px; 
  }
 .dpoint2 {
	font-size: 16px; 
  }
}

/* ページネーション本体 */
.pagination {
	list-style-type:none;
  align-items: center;
   margin:0 !important;
}

/* 前・次へ移動するボタン */
/* 最初・最後へ移動するボタン */
.pagination li a ,
.pagination p.prev-page button,
.pagination p.next-page button,
.pagination p.first-page button,
.pagination p.end-page button,
.pagination p.prev-page.disabled button,
.pagination p.next-page.disabled button,
.pagination p.first-page.disabled button,
.pagination p.end-page.disabled button {
  align-items: center;
  background: #fff;
  border: solid 2px #111;
  color: #111;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  width: 45px;
  height: 45px;
  justify-content: center;
  overflow: hidden;
  transition: all 0.15s linear;
}
.pagination p.prev-page button,
.pagination p.next-page button,
.pagination p.first-page button,
.pagination p.end-page button,
.pagination p.prev-page.disabled button,
.pagination p.next-page.disabled button,
.pagination p.first-page.disabled button,
.pagination p.end-page.disabled button {
  border-radius: 50%;
}
 
/* 前・次へ移動するボタンの無効化時 */
/* 最初・最後へ移動するボタンの無効化時 */
/*.pagination .prev-page.disabled {}
.pagination .next-page.disabled {}
.pagination .first-page.disabled {}
.pagination .end-page.disabled {}*/
 
    /* ページ別切り替えボタン */
.pagination ul.pagination-inn {
  list-style-type:none;
  display: flex;
  margin-bottom:30px !important;
  margin-left:5px;
  padding-left:3px;
  margin-right:5px;
  padding-right:3px;
}
/* .pagination li {}
.pagination li a { }*/
/* カレント時（現在位置） */
/*.pagination li.current {}*/
.pagination li.current a {
	background-color: #86cfcf;
	pointer-events: none;
}
/* 省略記号 */
/*.pagination li.ellipsis {}
.pagination li.ellipsis span {}*/

/* ページ情報（現在のページ番号と最大数） */
/*.pagination .page-info {}*}/

/***カレンダー(xo-event-calendar)******/
.xo-event-calendar{
font-family:Helvetica Neue,Helvetica,Hiragino Kaku Gothic ProN,Meiryo,MS PGothic,sans-serif;
position:relative
}
.xo-event-calendar table{
background-color:#fff;
border-collapse:separate;
border-spacing:0;
color:#333;
margin:0;
padding:0;
table-layout:fixed;
width:100%}
.xo-event-calendar table table tr{
display:table-row}
.xo-event-calendar table table td,.xo-event-calendar table table th{
display:table-cell;
padding:0}
.xo-event-calendar table.xo-month{
border:1px solid #ccc;
border-right-width:0;
margin:0 0 8px;
padding:0;
position:relative}
.xo-event-calendar table.xo-month td,.xo-event-calendar table.xo-month th{
border:1px solid #ccc;
padding:0}
.xo-event-calendar table.xo-month>caption{
caption-side:top;
text-align:center}
.xo-event-calendar table.xo-month .month-header{
margin:2px 0 4px}
.xo-event-calendar table.xo-month .month-header>span{
display:inline-block;
font-size:120%;
line-height:28px;
text-align:center;
vertical-align:middle}
.xo-event-calendar table.xo-month button{
background-color:transparent;
border:0;
box-shadow:none;
color:#333;
cursor:pointer;
margin:0;
padding:0;
text-shadow:none;
width:28px}
.xo-event-calendar table.xo-month button[disabled]{
cursor:default;
opacity:.3}
.xo-event-calendar table.xo-month .month-prev{
float:left}
.xo-event-calendar table.xo-month .month-next{
float:right}
.xo-event-calendar table.xo-month>thead th{
border-width:0 1px 0 0;
font-size:100%;
font-weight:700;
padding:1px 0;
text-align:center}
.xo-event-calendar table.xo-month>thead th.sunday{
color:#d00}
.xo-event-calendar table.xo-month>thead th.saturday{
color:#00d}
.xo-event-calendar table.xo-month .month-week{
border:0;
overflow:hidden;
padding:0;
position:relative;
width:100%}
.xo-event-calendar table.xo-month .month-week table{
border:0;
margin:0;
padding:0}
.xo-event-calendar table.xo-month .month-dayname{
border-width:1px 0 0 1px;
bottom:0;
left:0;
position:absolute;
right:0;
top:0}
.xo-event-calendar table.xo-month .month-dayname td{
border-width:1px 1px 0 0;
padding:0;
}
.xo-event-calendar table.xo-month .month-dayname td div{
border-width:1px 1px 0 0;
font-size:100%;
height:1000px;
line-height:1.2em;
padding:4px;
text-align:right;
	/*background-color:#fff !important;*/
	}
.xo-event-calendar table.xo-month .month-dayname td div.other-month{
opacity:.6}
.xo-event-calendar table.xo-month .month-dayname td div.today{
color:#00d !important;
font-size:1.3em;
font-weight:700;
	/*background-color:#fff !important;*/
	}
.xo-event-calendar table.xo-month .month-dayname td div.today.holiday-japan-holiday{
color:#fc0043 !important;
font-size:1.3em;
font-weight:700;
	}
.xo-event-calendar table.xo-month .month-dayname-space{
height:1.5em;
position:relative;
top:0}
.xo-event-calendar table.xo-month .month-event{
background-color:transparent;
position:relative;
top:0}
.xo-event-calendar table.xo-month .month-event td{
border-width:0 1px 0 0;
padding:0 1px 2px}
.xo-event-calendar table.xo-month .month-event-space{
background-color:transparent;
height:1.5em}
.xo-event-calendar table.xo-month .month-event-space td{
border-width:0 1px 0 0}
.xo-event-calendar table.xo-month .month-event tr,.xo-event-calendar table.xo-month .month-event-space tr{
background-color:transparent}
.xo-event-calendar table.xo-month .month-event-title{
background-color:#ccc;
border-radius:3px;
color:#666;
display:block;
font-size:.8em;
overflow:hidden;
padding:0 3px;
text-align:left;
white-space:nowrap}
.xo-event-calendar p.holiday-title{
font-size:90%;
margin:0;
padding:2px 0;
vertical-align:middle}
.xo-event-calendar p.holiday-title span{
border:1px solid #ccc;
margin:0 6px 0 0;
padding:0 0 0 18px}
.xo-event-calendar .loading-animation{
left:50%;
margin:-20px 0 0 -20px;
position:absolute;
top:50%}
.xoec-loading .xo-months{
opacity:.5}
.xoec-loading .loading-animation{
-webkit-animation:loadingCircRot .8s linear infinite;
animation:loadingCircRot .8s linear infinite;
border:5px solid rgba(0,0,0,.2);
border-radius:50%;
border-top-color:#4285f4;
height:40px;
width:40px}
.xo-event-calendar div.holiday-japan-holiday {
	color:#fc0043 !important;
	background-color:#fff !important;
}
.xo-event-calendar div.holiday-japan-holiday.today, 
.xo-event-calendar div.holiday-holiday.today, {
	color:#0000dd !important;
	background-color:cyan !important;
}
.xo-event-calendar div.holiday-holiday {
	color:#000 !important;
	background-color:#fc7695 !important;
}
/*
Twenty Nineteen theme
*/
/*html[lang="ja"] .xo-event-calendar .dashicons {
	font-family: dashicons !important;
}*/
.header-container-in.hlt-top-menu .logo-header img {
  width: 200px;
  height: 60px;
}
div#custom_html-2.widget_text.widget.widget-above-page-content-title.widget_custom_html > div.textwidget.custom-html-widget {
    position: absolute;
    right: 5%;
    width: 100%;
}

.sbp-r .speech-balloon::before {
    border-left: 12px solid #86CfCf;
}
div.speech-balloon {
    background-color: #86CfCf;
    border: 2px solid #86CFCF;
    font-weight:bold;
}
.sbp-r .speech-balloon::after {
    border-left: 12px solid #86CfCf;
}

@media screen and (max-width: 1440px) {
	.br1 {
		display:none;
	}
	div#custom_html-2.widget_text.widget.widget-above-page-content-title.widget_custom_html > div.textwidget.custom-html-widget {
	margin-top:40px;
	}

}
@media screen and (max-width: 425px) {
	div.speech-wrap.sb-id-4 {
		display:none;
	}
	div.speech-balloon {
		font-size:12px;
	}

}
.is-hide{
 display:none; 
}
.loading_rent-1,.loading_sellt-1{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.5);
}
.loading_rent-1::before,
.loading_sell-1::before{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:50px;
  height:50px;
  border-radius:5px;
  margin-top:-15px;
  margin-left:-15px;
  background:white;
}
.loading_rent-1::after,
.loading_sell-1::after{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:32px;
  height:32px;
  border-radius:20px;
  margin-top:-10px;
  margin-left:-10px;
  border:4px solid #60ABB9;
  border-right:4px solid white;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.biztime {
text-align: center;
font-size:2em;
color:#fff;
}
@media screen and (max-width: 425px) {
.biztime {
text-align: center;
font-size:0.7em;
}
}
.rsbutton {
    list-style-type: none;
    display: inline-flex;
}
.ca_wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 15px !important;
}
button.ca {
  display: inline-block;
width: 30%;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
  margin:0 10px;
}

button.ca:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

button.ca:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

button.ca:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009135;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

button.ca:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

button.ca:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

button.ca:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cd-accordion__label {
	font-size:2em;
}

@media screen and (max-width: 425px) {
button.ca {
	padding: 10px;
	text-align: center;
	width: 100%;
}
.cd-accordion__label {
	font-size:1.5em;
}
}
label.jd {
    margin-right: 5px; /* ボタン同士の間隔 */
}
label.jd input {
    display: none; /* デフォルトのinputは非表示にする */
}
label.jd span {
    color: #333; /* 文字色を黒に */
    font-size: 14px; /* 文字サイズを14pxに */
    border: 1px solid #333; /* 淵の線を指定 */
    border-radius: 20px; /* 角丸を入れて、左右が丸いボタンにする */
    padding: 5px 20px; /* 上下左右に余白をトル */
}
label.jd input:checked + span {
    color: #FFF; /* 文字色を白に */
    background: #FBB; /* 背景色を薄い赤に */
    border: 1px solid #FBB; /* 淵の線を薄い赤に */
}
.button-25 {
  background-color: #36A9AE;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-25:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-25:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.button-25:disabled:active {
  pointer-events: none;
}

.button-25:disabled:hover {
  box-shadow: none;
}
table#list_add tr:nth-of-type(2n+1),
table#list_other tr:nth-of-type(2n+1)  {
    background-color: #B4FFC0;
}
hr {
	margin-bottom:20px;
  color: darkmagenta;
    height: 10px;
  background-image: linear-gradient(
    90deg,
    currentColor,
    currentColor 33.33%,
    transparent 33.33%,
    transparent 100%);
  background-size: 3px 100%;
}
/*header.header,footer.footer {
	background-image: url(https://ofudousan.jp/wp-content/uploads/b-1.jpg);
	background-repeat: repeat-y;
    height: 138px;
}*/
@media screen and (max-width: 425px) {
.td1,.td2 {
    background-color:#B4FFC0;
}
/*header.header,.footer-in {
	background-image: url(https://ofudousan.jp/wp-content/uploads/b-1.jpg);
	background-repeat: repeat-y;
    height: 138px;
}*/
}
/*.tagline {
	background-image: url(https://ofudousan.jp/wp-content/uploads/b-1.jpg);
	background-repeat: repeat-y;
    margin: 0 0 10px;
    padding: 0.7em 1em;
    color: #fff;
    line-height: 1.5em;
    font-size: 20px;
}*/
.d_count1,.d_count3 {
	/*display:none;*/
	font-size:20px;
	font-weight:bold;
	text-align: center;
}

.btn-green2,
section.contact h2.heading.sec__heading_contact {
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
	border-radius: 10px;
	background-color:#009135;
	width:fit-content;
	padding-left:10px;
	padding-right:10px;
}
div#toiawasesaki div h3.btn-green2 {
border-left: none;
    border-right:none;
    border-top:none;
    border-bottom:none;
}
article#post-486 section.contact h2.heading.sec__heading_contact {
	display:none;
}
.btn-solid-gold {
  color: #b1921b;
  text-align: center;
  font-weight:bold;
  margin:0 10px 0 10px;
  border-right: 4px solid #cea82c;
  border-bottom: 10px solid #987c1e;
  border-left: 4px solid #ffed8b;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
  background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  text-shadow: -1px -1px 1px #ffffd9;
}

.btn-solid-gold:hover {
  margin-top: 3px;
  color: #b1921b;
  border-right: 4px solid #cea82c;
  border-bottom: 7px solid #987c1e;
  border-left: 4px solid #ffed8b;
}
ul.cd-accordion__sub {
    list-style-type: none;
    display:block;
    width:90%;
}
ul.cd-accordion__sub li {
	width:45%;
}
.btn-o,
a.btn-o,
button.btn-o {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
li.btn-c {
  font-size: 1.7rem;
  position: relative;
  padding: 1.2rem 0.3rem 1.2rem 0.3rem;
}

@media screen and (max-width: 425px) {
ul.cd-accordion__sub {
    list-style-type: none;
    display:block;
    width:95%;
    margin-left:15px;
}
ul.cd-accordion__sub li {
	width:45%;
}
li.btn-c {
  font-size: 0.9rem;
}
}

/***************************/
li.btn--cubic.cd-accordion__item {
  transition: all 0.2s ease-in;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}
li.btn--cubic.cd-accordion__item:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

li.btn--cubic.cd-accordion__item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

li.btn--cubic.cd-accordion__item:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

li.btn--cubic.cd-accordion__item:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

li.btn--cubic.cd-accordion__item:hover:before {
  top: -35%;
  background-color: pink;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

li.btn--cubic.cd-accordion__item:hover:after {
  top: -45%;
  background-color: pink;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

li.btn--cubic.cd-accordion__item a {
    display: block;
    height: 100%;
    width: 100%
}
ul.wp-tag-cloud {
  display:flex;
  list-style: none;
  padding-left: 0;
  text-align:center;
	flex-wrap: wrap;
}

ul.wp-tag-cloud li{
  width:23%;
  margin: 14px 8px;
  box-sizing: border-box;
  border: dotted 2px #FFF;
  border-radius: 8px;
  background:#e8e8e8;
  box-shadow: 0px 0px 0px 4px #0D47A1;
}

@media screen and (max-width: 425px) {
	ul.wp-tag-cloud li {
		width:45%;
		margin: 7px 4px;
	}
}
ul.wp-tag-cloud li {
  transition: all 0.2s ease-in;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}
ul.wp-tag-cloud li:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

ul.wp-tag-cloud li a{
  display:block;
  padding: 6px;
      height: 100%;
    width: 100%;
}
.fa-search:before {
    content: "\f002";
    font-size:22px;
}

div#list_simplepage article.article.cf,
div.bukken_arc_item {
	margin:10px;
	padding:5px;
	border:thick solid #000;
}

h1.entry-title > div.image2-wrapper {
	display:none;
}
@media screen and (max-width: 425px) {
h1.entry-title > div.image2-wrapper {
	display:block;
}
}
.b_kind2,.b_kind3{
		font-family:Verdana,Geneva,sans-serif;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:1px 1px 0px #900;
		text-align:center;
		/*top:3px;
		left:-2px;*/
		color:#FFF;
		display:block;
		padding:2px 5px;
		position:absolute;
		border-radius:4px;
		background:orange;/*Oldbrowsers*/
		z-index:2;
}
@media
only screen and (min-width : 640px){
	.b_kind2,.b_kind3{
		font-family:Verdana,Geneva,sans-serif;
		font-size:22px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:1px 1px 0px #900;
		text-align:center;
		/*top:4px;*/
		color:#FFF;
		display:block;
		padding:2px 5px;
		/*width: 95px !important;*/
		position:absolute;
		border-radius:4px;
		background:orange;/*Oldbrowsers*/
	}
}
header.article-header.entry-header .b_kind3 {
    top: 25px;
    left: 25px;
}
/*.mobile-menu-buttons {
background-image: url(https://ofudousan.jp/wp-content/uploads/b-1.jpg);
    background-repeat: repeat-y;
}*/
 .mobile-menu-buttons .menu-button > a {
	color:#fff;
}
label.menu-open.menu-button-in {
	color:#fff;
}
#footer {
	color:#fff;
}
span.tag-caption {
	font-size: clamp(70%, 0.83vw, 1.3rem);
}
h2.stitle2 {
	background-color:#009135;
	color:#fff;
	    width: fit-content;
    margin: 0 auto;
}

table.front_info {
	width:1000px;
}
@media
only screen and (max-width :425px){
table.front_info {
	width:auto;
}
}
table.front_info th,
table.table-style01 th{
    width:0;
    white-space:nowrap;
	color:#fff;
	background-color:#009135 !important;
}
table.detail_info tbody tr th {
	color:#000;
	background-color:#EFFFE3 !important;
	white-space:nowrap;
}
table.detail_info tbody tr td {
	/*white-space: nowrap;*/
}
.br-p {
	display:none;
}
@media
only screen and (max-width :425px){
.br-p {
	display:block;
}
}
h3.ppp {
border-left: none;
    border-right:none;
    border-top:none;
    border-bottom:none;
        color: #fff;
    font-weight: bold;
    margin: 0 10px 0 10px;
    border-radius: 0;
    background-color: #009135;
}
div.div_ppolicy table tbody tr td.ppolcy-contents {
	white-space:normal;
	padding:4px;
}
div.div_ppolicy table tbody tr td.ppolcy-contents p, 
div.div_ppolicy table tbody tr td.ppolcy-contents ol {
	padding-left:20px;
	margin-left:20px;
	padding-right:14px;
	margin-right:14px;
}
div.div_ppolicy table tbody tr td.ppolcy-contents2 table tbody tr th  {
	background-color:#EFFFE3 !important;
	color:#000;
    width:0;
    	white-space:nowrap;
}
.sidebar h3{
	color:#fff;
    background-color: #009135;
    width: fit-content;
    margin: 0 auto;
}
.list_detail a div.btn-green2 {
	margin: 0 auto;
}
ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button li.navi-menu-button.menu-button div#navi-menu-content label.navi-menu-close-button.menu-close-button span.fa.fa-close:before,ul.mobile-footer-menu-buttons.mobile-menu-buttons li.sidebar-menu-button.menu-button div#sidebar-menu-content label.sidebar-menu-close-button.menu-close-button  span.fa.fa-close:before {
content: "戻る";
    font-size: 20px;
    font-weight: 600;
}
h1.entry-title:before, h1.archive-title:before {
    border-left: 0;
    border-top: 0;
    top: 0;
    left: 0;
}
h1.entry-title:after, h1.archive-title:after {
    border-right:0;
    border-bottom:0;
    bottom: 0;
    right: 0;
}
h1.entry-title, h1.archive-title, h2 related-entry-heading {
	padding:1em 2.5em;
}


