@charset "UTF-8";
/* CSS Document */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*--------------------　ヘッターボタン　--------------------*/
.btn {
  display: inline-block;
  width: 230px;
  padding: 6px 0;
  margin: 40px 50px 0 0;
  text-decoration: none;
  background: #253e77;
  color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 5px #253e77;
  border: dashed 1px #FFF;
  font-size: 20px;
  letter-spacing: 0.4em;
}
.btn:hover {
  background: #152445;
  box-shadow: 0px 0px 0px 5px #152445;
  color: #E2E2E2;
  text-decoration: none;
}
.btn:last-child {
  margin-right: 0;
}

/*--------------------　メインコンテンツ　大枠設定  ＊変更不要＊　--------------------*/
#contents {
  width: 940px;
  margin: 0 auto;
  padding-top: 30px;
  background: none;
}

/* ------------------ メイン ----------------------- */
#contents_left {
  width: 100%;
}

/* ------------------ サイドバー ------------------- */
.side_area {
  width: 100%;
  background-color: #fff;
}
.side_area .box {
  margin-bottom: 40px;
  padding: 6%;
}
.side_area h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.side_area h3 i {
  margin-right: 12px;
  vertical-align: middle;
  color: #01aa3a;
}

.side_blog_category{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.side_area li {
  margin-bottom: 10px;
  margin-right:50px;
}
.side_area li a {
  display: block;
  padding: 0px 0 0px 10px;
  transition: all .3s;
}
.side_area li a::before{
  font-family: FontAwesome;
  content: '\f105';
  font-weight: 900;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #00a93a;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 20px;
}

/*==================================================================

.breadcrumb（ぱんくずリスト）

==================================================================*/
.breadcrumbs {
  margin-bottom: 15px;
  font-size: 12px;
}
.breadcrumbs li:first-child {
  list-style: none;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
  padding-left: 0px;
  margin-bottom: 15px;
}
.breadcrumbs li:after {
  font-family: FontAwesome;
  content: ">";
  padding-left: 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}

/*==================================================================

ブログ

==================================================================*/
.blog_box {
  margin-bottom: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  border :1px solid #DCDCDC;
}
.blog_tit {
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  color: #504c43;
  padding: 20px 20px 6px;
}
.blog_content {
  margin: 20px 25px;
}
.blog_content p {
  margin-bottom: 1em;
}
.blog_btn {
  display: inline-block;
  margin: 20px 0 0 10px;
  padding: 8px 25px;
  background-color: #3c404c; /*ボタンの色*/
  color: #fff;
  text-align: center;
  text-decoration: none;
  float: right;
  border-radius: 4px;
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0 !important;
  transition-property: all;
  transition: 0.3s linear;
}
.blog_btn:hover {
  color: #fff;
  background: #505A72;
}
.blog_btn a {
  color: #fff !important;
}
.blog_btn a:hover {
  color: #fff !important;
  text-decoration: none;
}
.blog_btn span {
  position: relative;
  padding-right: 1em;
  transition: all .3s;
  color: #fff !important;
}
.blog_btn span::after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.blog_btn:hover span::after {
  right: -16px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #ef7e0b;
}
/* 日付・カテゴリ */
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}
.blog_class {
  margin-bottom: 32px;
  display:none;
}
/* カテゴリ */
.blog_category {
  clear: both;
  margin-bottom: 20px;
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_category li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #004c36;
}
.blog_category li a {
  padding: 6px 12px 6px 10px;
  transition: all .3s;
}
.blog_category li a:hover {
  color: #fff !important;
  background: #004c36;
  text-decoration: none;
}
.blog_category li a {
  color: #004c36 !important;
  display: block;
}
.blog_category li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.blog_category li a:hover .fa-tag {
  color: #fff !important;
}

/* ページャー ----------------------------------------------------- */
.pager {
  display: block;
  font-size: 15px;
  margin: 0 auto 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center !important;
  font-weight: bold;
}
.pager a, .pager span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-decoration: none;
  margin: 5px 5px 8px;
  border-radius: 50%;
  line-height: 38px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #eee;
  color: #999;
}
.pager a:hover, .pager .current {
  background: #FDF5E1;
}
.pager a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
}

/*==================================================================

ブログ エディター用

==================================================================*/
/**
* 8.0 Alignments
*/
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/*リスト設定*/
.blog_content > div ul, .blog_content > div ol {
  list-style-type: none;
  margin-bottom: 20px;
}
.blog_content > div ul ul, .blog_content > div ul ol, .blog_content > div ol ul, .blog_content > div ol ol {
  margin-top: 0;
}
.blog_content > div ol {
  counter-reset: number;
}
.blog_content > div ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.blog_content > div ol li:before {
  counter-increment: number;
  content: counter(number)".";
  position: absolute;
  left: 0;
}
.blog_content > div ul li, .blog_content > div ol li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 25px;
}
/*整形済みテキスト*/
.blog_content > div pre {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: #F2F2F2;
  color: #7F7F7F;
  overflow: auto;
}
/*引用*/
.blog_content > div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: #F2F2F2;
}
.blog_content > div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}
.blog_content > div blockquote *:first-child {
  margin-top: 0;
}
/*ライン*/
.blog_content > div hr {
  margin-top: 40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #E5E5E5;
}
.blog_content > div *:first-child {
  margin-top: 20px;
} 
/*テーブル*/
.blog_content > div table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1) {
  background: #F2F2F2;
}
.blog_content > div table th {
  padding: 10px;
  background: #323232;
  color: #fff;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td {
  padding: 2%;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/*==================================================================

見出しタグ修正

==================================================================*/
.blog_box h1 {
  font-size: 32px;
}
.blog_box h4 {
  font-size: 16px;
}
.blog_box h5 {
  font-size: 12px;
}
.blog_box h6 {
  font-size: 10px;
}
.blog_tit {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  text-align: left;
  color: #086837;
  background-color: #faf0db;
}

.blog_tit a{
  color:#717071;
}
.blog_box h4 {
  display: inline-block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid;
  letter-spacing: 0.12em;
  font-size: 20px;
  color: #eb5514;
  font-family: "秀英角ゴシック銀 B";
}
.blog_box h5 {
  position: relative;
  padding-top: 8px;
  font-family: "秀英角ゴシック銀 B";
  font-size: 18px;
  letter-spacing: 0.12em;
}
.blog_box h5::before {
  position: relative;
  top: -5px;
  margin-right: 8px;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #ef7e0b;
  content: "";
}

/*==================================================================

物件検索

==================================================================*/
.tb03 th {
  background: #f7f7f7;
}
.tb03 td, .tb03 th {
  padding: 2% 4% !important;
  box-sizing: border-box;
}
.tb03 th {
  width: 30%;
}
.flexbox01 li:first-child label, .flexbox01 li:nth-child(2) label {
  margin-bottom: 24px;
}
input[type="button"] {
  -webkit-appearance: none;
}
.flexbox01 {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
.flexbox01 li {
  margin-right: 3%;
}
.flexbox01 li:last-child {
  margin-right: 0;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input[type="file"] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
  font-weight:500;
}

/*▼------search_box-------*/
.search_box * {
  box-sizing: border-box;
}
.search_box #s {
  width: 100%;
  height: 40px;
  border: 1px solid #aeaeae;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,/* "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",*/ "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
  font-weight: 500;
}
.search_box input[name="s"]::placeholder {
  letter-spacing: 0.2em;
}
.search_box i {
  margin: 0 15px;
  color: #990000;
}
.search_box table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
  color: #666;
  text-align: left;
}
.search_box table th {
  padding: 10px 20px;
}
.search_box table td {
  padding: 10px 20px;
}
.search_box table th {
  width: 20%;
  font-weight: bold;
  background-color: #FAFAFA;
}
.search_box table th.bg_gr{
	    background-color: #e1f6eb;
}
.search_box table th.bg_ye{
background-color: #f9f3dd;
}
.search_box table th.bg_bl{
background-color: #ddedf9;
}
.search_box table td {
  background-color: #ffffff;
}
.search_box_check {
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1 / 1;
}
.search_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.search_box_list .search_box_list_item {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search_box label {
  display: flex;
  align-items: center;
}
.search_box_checkWrap {
  display: flex;
  align-items: center;
}
.search_box_checkWrap .search_box_check {
  /* margin-right: 10px; */
  margin-right: 6px;
    margin-bottom: 3px;
}
.search_box_btn {
  margin-top: 30px;
  text-align: center;
}
.search_box_btn button {
  padding: 5px 92px;
  background-color: #fff;
  font-size: 1.1em;
  color: #086837;
  border: 1px solid #086837;
  font-weight: 500;
  transition: all 0.3s ease-out;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}
.search_box_btn button:hover {
  background-color: #086837;
  color: #fff;
}
/*▲------search_box-------*/

.pre_btn_tit {
  margin: 20px 0;
  color: #555;
  font-weight: bold;
  font-size: 1.2em;
}
.pre_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.pre_btn li {
  display: flex;
  flex-basis: 18%;
  margin-right: 2.5%;
  margin-bottom: 15px;
}
.pre_btn li:nth-child(5),.pre_btn li:last-child{
  margin-right: 0;
}
.pre_btn a {
  text-align: center;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2em;
  color: #086837;
  background-color: #fff;
  border: solid 1px #086837;
  transition: 0.15s;
}
.pre_btn a:hover{
  color:#fff;
  background-color: #086837;
}
.pre_btn span {
  display: inline-block;
  margin-left: 10px;
}

.btn_gra_purple {
  transition: all 0.3s ease-out;
}
.btn_gra_purple:hover {
  background-color: #555555;
  color: #fff;
}
.bkn_box {
  display: none !important;
}

.cate_bkn_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cate_bkn_box .info_list{
  width:48%;
}

.cate_bkn_box .info_list h4.tit01{
  margin-bottom:0;
  font-size:22px;
}

.cate_bkn_box .contents_bg01_02 a{
  border-bottom: none;
}

.cate_bkn_box .characteristic{
  margin-bottom:25px;
  height: 60px;
}

.info_list {
  box-sizing: border-box;
  margin-bottom: 68px;
  border:1px solid #b0b0b0;
  position:relative;
}
.info_list img {
  width: 200px;
  height: auto;
  margin-right:20px;
}
.info_list div.flexbox {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  padding: 0 20px 20px;
}
.info_list .flexbox div:first-of-type {
  width: 74%;
}
.info_list .flexbox div.characteristic {
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.info_list .flexbox div h4.tit01 {
  margin-bottom: 24px;
  color:#fff;
}
.info_list .flexbox div h4.tit01::before{
  display:none;
}
.info_list dl {
  padding: 15px 0;
  border-bottom: 1px solid #b0b0b0;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
.info_list dt {
  width: 100px;
  padding: 6px 0;
  margin-right: 16px;
  color: #ea5514;
  line-height: 20px;
  letter-spacing: 0.1;
  box-sizing: border-box;
}
.info_list dd {
  padding: 6px 0;
}
.info_list dl:first-of-type {
  padding-top: 0;
}
.info_list dl:last-child {
  border-bottom: none;
}
.cate_bkn_box .contents_bg01_02 .detail_btn02 a{
  border-bottom:1px solid!important;
}

.detail_btn {
  margin: auto;
}
.detail_btn a {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  width: 195px;
  height: 54px;
  margin: 0 auto 0;
  color: #00a93a;
  background-color: #fff;
  border: 2px solid #00a93a;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.detail_btn a:hover {
  background-color: #00a93a;
  color: #fff;
}

.detail_btn02 {
  margin: 0 auto 20px;
  text-align:center;
  display:flex;
}
.detail_btn02 a {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  padding:5px 35px;
  margin: 0 auto 0;
  color: #086837;
  background-color: #fff;
  border: 1px solid #086837;
  transition: 0.15s;
  position:relative;
}
.detail_btn02 a:hover,.cate_bkn_box .contents_bg01_02 .detail_btn02 a:hover {
  color: #fff;
  background-color: #086837;
  border-bottom:1px solid #086837!important;
}
.detail_btn02 a::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #086837;
  border-right: 2px solid #086837;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right:8px;
  margin: auto;
  margin-left: 5px;
  content: "";
  vertical-align: middle;
}

.detail_btn02 a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.flexslider .slides li img {
  width: 100%;
  height: auto;
}
.characteristic {
  padding: 3%;
  background: #eef7f0;
  font-size: 18px;
}

.characteristic p{
  position:relative;
  padding-left:70px;
}

.characteristic p::before{
  position:absolute;
  content:"";
  background-image:url(/images/feature_mark.png);
  background-size:contain;
  background-repeat:no-repeat;
  width:60px;
  height:60px;
  left:0;
}

.characteristic p::before img{
  width:100%;
}
.detail_box .detailInfo td {
  text-align: left;
}
.back_btn {
  text-align: center;
}

.ore_btn {
  margin-top: 40px;
  text-align: center;
}
.ore_btn a {
  margin-top: 24px;
  padding: 16px 80px 16px 80px;
  background-color: #f19001;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.ore_btn a:hover {
  background-color: #995f0a;
  color: #fff;
}
.property_contact_box .tb03 td {
  text-align: left;
}
.cproperty_contact_box td span input[type="text"] {
  width: 300px;
  height: 40px;
  margin-top: 5px;
}
.contact-table2 input[name="addr"] {
  width: 450px;
  height: 40px;
}
.contact-table2 input[name="tel"] {
  width: 200px;
  height: 40px;
}
.contact-table2 input[name="email"] {
  width: 450px;
  height: 40px;
}
.contact-table2 input[name="season"] {
  width: 300px;
  height: 40px;
}
.contact-table2 textarea[name="subject"] {
  width: 450px;
  height: 50px;
}
.contact-table2 .goodCheck {
  width: 500px;
}
.contact-table2 .goodCheck li {
  width: 100px;
}
.contact-table2 input[type="checkbox"] {
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid #BEBEBE;
  background: #F2F2F2;
}
.contact-table2 textarea[name="content"] {
  width: 450px;
}
.cntact_btn_box {
  text-align: center;
  margin: 0 auto 20px;
}
.property_contact_box .ore_btn input {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 16px;
  background-color: #f19001;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.property_contact_box .ore_btn input:hover {
  background-color: #995f0a;
  color: #fff;
  cursor: pointer;
}
.green{
  color:#086837;
}

.green a {
  color:#086837;
  text-decoration:border;
}
/* iOSでのデフォルトスタイルをリセット */
.property_contact_box .ore_btn input[type="submit"], .property_contact_box .ore_btn input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.property_contact_box .ore_btn input[type="submit"]::-webkit-search-decoration, .property_contact_box .ore_btn input[type="button"]::-webkit-search-decoration {
  display: none;
}
.property_contact_box .ore_btn input[type="submit"]::focus, .property_contact_box .ore_btn input[type="button"]::focus {
  outline-offset: -2px;
}

/*新着表示*/
.blog_information, .column_box {
  display: none;
}
/*動画埋め込み用*/
.movie {
  margin: 0 auto 20px;
  text-align: center;
}
.movie iframe {
  width: 720px;
  height: 475px;
}
/*210629・修正*/
/*.wpcf7-mail-sent-ok,.wpcf7-response-output{
display:none!important
}*/
.wpcf7-spinner {
  position: absolute!important;
  display: block!important;
  left: 0;
  right: 0;
  margin: 0 auto!important;
}
.top_information {
  display: none;
}
.flex-direction-nav a:before {
  line-height: 40px;
}
.flex-direction-nav a {
  border: none !important;
}
.detail_box2 h4.tit01 {
  margin-bottom: 0;
}
.detail_images {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.ricoh-theta-tour-image {
  margin-left: auto !important;
  margin-right: auto !important;
}
.detail_images_map {
  margin-left: 10px;
  width: calc(50% - 10px);
}
.detail_images_map_box {
  height: calc(100% - 50px);
}
.detail_images_map_box p {
  position: relative;
  width: 100%;
  height: 100%;
}
.detail_images_map_box p:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.detail_images_map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail_waku{
  border:1px solid #DCDCDC;
  margin-bottom:60px;
}

.topics_list_inner {
  display: flex;
  padding: 20px 40px;
  border-bottom: 1px dotted #CDCDCD;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.bg_gray .breadcrumbs {
  margin: 0 auto !important;
  padding: 0 !important;
}
.bg_gray #contents_left {
  background-color: #fff;
  padding-bottom: 20px;
}
.topics_list_tit {
  width: 70%;
  margin-right: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  text-align: left;
}
.blog_content .tb02 th,
.blog_content .tb02 td {
  border-right: 1px solid #E5E5E5!important;
  border-bottom: 1px solid #E5E5E5!important;
}
.blog_content > div .tb02 th *:first-child {
  margin-top: 0;
}
.blog_content > div .tb02 td *:first-child {
  margin-top: 10px;
}
.blog_content .tb02 .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 1em;
}

.h3_pd20{
  padding:0 20px;
}

/*==================================================================

開業したドクターの声(カスタムtemlate)

==================================================================*/

#doctor_voice h4.tit07 a{
  font-size:20px;
  margin-bottom: 1em;
  color: #eb5514;
  font-weight: bold;
}

.docvoice_box {
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.docvoice_box .caption_box .text {
    margin: 0 auto 80px;
	padding: 0 2%;
	box-sizing: border-box;
    letter-spacing: 0.12em;
    line-height: 1.8;
    font-size: 16px;
}
.docvoice_box .caption_box dl dd {
    position: absolute;
    bottom: -76px;
    right: 36px;
    /*width: calc(100% - 710px);*/
    padding: 2% 3%;
    background-color: #eb5514;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.voice_block h3 {
    position: relative;
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 26px;
    font-family: "秀英角ゴシック銀 B";
    text-align: left;
    border-bottom: 2px dotted #e2e2e2;
}

.voice_block h3::before {
    position: relative;
    top: 6px;
    display: inline-block;
    height: 32px;
    width: 4px;
    margin-right: 12px;
    background: #eb5514;
    content: "";
}


.voice_block h4 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 12px;
    font-family: "秀英角ゴシック銀 B";
    font-size: 20px;
    letter-spacing: 0.1em;
}

.voice_block h4::before {
    position: relative;
    padding-right: 8px;
    content: "ー";
}

.voice_block h5 {
    position: relative;
    margin-top: 40px !important;
    margin-bottom: 12px !important;
	padding-left: 35px !important;
    font-family: "秀英角ゴシック銀 B" !important;
    font-size: 18px !important;
    letter-spacing: 0.1em !important;
}

.voice_block h5::before {
    display: block;
    content: '' !important;
    position: absolute !important;
    top: 10px;
    left: 12px;
    width: 3px;
    height: 11px;
    background-color: #ef7e0a;
    border: 0;
    border-radius: 100%;
}
.voice_block h5::after {
    left: 35px;
    bottom: -24px;
    position: absolute;
    content: '' !important;
    border-bottom: 2px dotted #e2e2e2;
    margin-bottom: 1em;
    max-width: 1000px;
}

.single-docvoic #contents {
    padding-bottom: 20px !important;
}
/*テーブル*/

.docvoice_box > div table tr:nth-child(2n+1) {
    background: #fff;
}


.voice_block table {
  margin-top: 20px !important;
  margin-bottom: 40px !important;	
  width: 100%;
  border-top: 0 !important;
  border-left: 0 !important;
}
.voice_block table th {
  width: 50% !important;	
  padding: 6%;
  background: #F7F7F7;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.voice_block table td {
  width: 50% !important;		
  padding: 6%;
  background: #F7F7F7;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.voice_block table td img {
    padding: 2%;
    border-radius: 0 0 5% 0%;
    background: #fff;
    border: 1px solid rgb(235 85 20 / 12%);
}

table.alignright {
    margin-left: 20px;
}

table.alignleft {
    margin-right: 20px;
}

/*taxonomy-docvoice*/
.tax-cate_docvoice .blog_content > div *:first-child {
    margin-top: 0 !important;
}
.tax-cate_docvoice .blog_content > div .blog_btn {
    margin-top: 45px !important;
}


/*==================================================================

スマホ

==================================================================*/
@media screen and (max-width:640px) {

  .topics_list_inner {
    flex-wrap: wrap;
    padding: 10px;
  }
  .topics_list_tit {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    white-space: normal;
    order: 2;
  }
  .bg_gray #contents {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .bg_gray .pager {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .characteristic {
    margin-bottom: 60px;
  }
	.characteristic p{
		padding-left:55px;
	}	
	.characteristic p::before{
		width:45px;
		height:45px;
		top: 10px;
	}	
  .detail_images {
    display: block;
    margin-bottom: 10px;
  }
  .detail_images_map {
    margin-left: 0;
  }
  .detail_box2 h4.tit01 {
    margin-bottom: 10px;
  }
  button#search_cheak2 {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    font-size: 18px;
    transition:none;
  }
  .tb03 td, .tb03 th {
    padding: 4% 2% !important;
  }
  .flexbox01{
    display: block;
  }
  .flexbox01 li {
    margin:0 auto!important;
    width: 80%;
  }
  .info_list div.flexbox {
	  /*display:block;
    flex-wrap: wrap;*/
    padding: 0 15px;
  }
  .info_list div.flexbox p.sp_mb20 {
    margin-bottom: 16px;
    text-align: center;
  }
	.info_list div.flexbox p.sp_mb20{
		width: 36%;
	}	
  .info_list .flexbox div:first-of-type {
    width: 60%;
  }
	.info_list dt{
		width:auto;
		padding:0;
		/*float:left;*/
	}
  .info_list dl {
    flex-wrap: wrap;
	  padding: 8px 0;
  }
  .detail_btn a {
    height: 44px;
    margin-bottom: 8px;
  }
  .flexslider .slides {
    justify-content: space-between;
  }
  .contents_bg01_02 .tb03 {
    padding-bottom: 1px;
  }
  .contents_bg01_02 .tb03 th, .contents_bg01_02 .tb03 td {
    display: block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }

  .contact_box .tb03 th,.contact_box .tb03 td{
    display: block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }

  .cntact_btn_box input[type="submit"], input[type="button"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px !important;
  }
  .cntact_btn_box:last-child input {
    margin: 0;
  }
  #contents_left {
    width: 100% !important;
    margin: 0 auto 48px !important;
  }
  .tb03 textarea, .tb03 textarea[name="content"], .tb03 input, .tb03 input[name="tel"], .tb03 input[name="email"] {
    width: 100% !important;
  }
  .side_area {
    float: none;
    width: 100%;
    margin: auto;
  }
  .side_area li a {
    padding-left: 30px;
    position: relative;
  }
  .side_area li a::before{
    position: absolute;
    left: 0;
  }

  .blog_box {
    margin: 0 3% 40px;
  }
  .blog_content p {
    margin-top: 8px;
  }
  .blog_btn a, .blog_tit {
    word-break: break-all;
  }
  .info_box {
    width: 88%;
    margin: auto;
  }
  #contents_left .box {
    padding: 0 0 8%;
  }
  h3.tit01 span {
    font-family: "KiroW01-ExtraBold", sans-serif;
  }
  .cntact_btn_box input[type="submit"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  .tb03 .class input[type="radio"] {
    width: 10px !important;
  }
	.sp_under_nav li a .fa{
		color:#fff;
	}	
  /*動画埋め込み用*/
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .info_list img {
    width: 100%;
  }
  .info_list dd {
    width: 100%;
  }
  .ricoh-theta-tour-image {
    width: 100% !important;
    height: auto !important;
  }
  .detail_images_map {
    margin-left: 0;
    width: 100%;
  }
  .detail_images_map_box p:before {
    padding-top: 100%;
  }

  .detail_waku{
    background: #eef7f0;
  }	

  .detail_btn02 {
    top: unset;
    right: 10px;
    bottom:10px;
  }
  .detail_btn02 a {
    transition: none;
  }
  .blog_tit {
    font-size: 16px;
  }
  .blog_tit::before {
    height: 24px;
  }
  .blog_content .tb02 th,
  .blog_content .tb02 td {
    display: block;
    width: 100%;
    margin: 0!important;
  }
  .blog_content .tb02 tbody {
    width: 100%;
  }
  .blog_content .tb02 td {
    padding: 10px!important;
  }
  .blog_content .tb02 input,
  .blog_content .tb02 textarea {
    width: 100%!important;
  }
  .blog_content .tb02 input[type="checkbox"] {
    width: auto!important;
  }
  .blog_content .contact_box.box2 {
    margin: 0;
  }

  .h3_pd20 {
    padding: 0;
  }

  .cate_bkn_box{
    display: block;
  }

  .cate_bkn_box .info_list{
    width:100%;
	  margin-bottom: 30px;
  }

  /*▼------search_box-------*/
  .search_box table td,
  .search_box table th {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .search_box table tr:first-child th:first-child {
    border-bottom: 1px solid #f0f0f0;
  }
  /*▲------search_box-------*/

  .pre_btn {
    width: 88%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pre_btn li {
    flex-basis: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .pre_btn a {
    font-size: 1.2em;
    transition: none;
  }
  .pre_btn span {
    display: inline-block;
    margin-left: 5px;
  }
  .pre_btn_tit {
    width: 88%;
    margin: 20px auto;
  }
  /*ドクターの声　追記*/
  .docvoice_box .caption_box dl dd {
		position: relative !important;
		width: 96% !important;
		top: -12px;
		right: 0 !important;
		left: 0;
		bottom: 0 !important;
		margin: auto;
		box-sizing: border-box;
	}

	.docvoice_box .caption_box .text {
		padding: 0 5%;
		box-sizing: border-box;
		margin-bottom: 40px !important;
	}
	.voice_block h3 {
    font-size: 19px;
	}
	.voice_block h4 {
		font-size: 17px;
	}
	
	/*テーブル*/
	.voice_block table {
	  margin-top: 20px;
	  width: 100% !important;
	  border-top: 1px solid #E5E5E5;
	  border-left: 1px solid #E5E5E5;
	}
	.voice_block table th,.voice_block table td {
/* 	  display: block;	
	  width: 100% !important;	 */
	  padding: 6%;
	  color: #333;
	  border-right: 1px solid #E5E5E5;
	  border-bottom: 1px solid #E5E5E5;
	}
	.voice_block table.alignright tr td,.voice_block table.alignleft tr td {
    margin-top: 0 !important;
	}
	.voice_block table.alignright,table.alignleft tr td {
		margin-bottom: 30px !important;
	}
	
}

@media screen and (min-width:320px) and (max-width:374px) {
  .blog_content {
    margin: 5%;
  }
  .back_btn a {
    padding: 5% 12%;
  }
}
