@charset "UTF-8";
/*          下層　　　　　*/
.sp_logo {
    text-align: center;
    height: 68px;
    padding-right: 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.page_title {
  position: relative;
  margin-bottom: 40px;
}
.page_title.title_icon_nasi {
  margin-bottom: 25px;
}
.page_title .img img {
  object-fit: cover;
    aspect-ratio: 1300 / 714;
	width: 100%;

}
.page_h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.page_h3 {}
/*----------おうち、おそと下層ページ　*/
.nami .sdi_left, .nami .sdi_right {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-id-52 .page_title_icon{
top: -19px;


}
.page-id-70 .page_title_icon{
top: -48px;


}
.single-post .page_title_icon, .category .page_title_icon {
  top: -61px;
}
.page-id-126 .page_title_icon, .page-id-129 .page_title_icon {
  top: -16px;
}
.page-id-126 .page_title_icon img, .page-id-129 .page_title_icon img {
  height: 45px;
}
.page_title .top_service_midasi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  max-width: 56%;
  margin: auto;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 35px 5px 0;
}
.page_title_label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: fit-content;
  height: 27px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  padding: 0 20px;
  margin: 50px auto 0;
}
.ptl_01 {
  background: #EB8111;
}
.ptl_02 {
  background: #00CEEF;
}
.service_h3 {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  z-index: 1;
}
.sdi_left .service_h3 {
  padding-left: 45px;
}
.sdi_right .service_h3 {
  padding-right: 45px;
  text-align: right;
}
.service_h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  top: 8px;
  background: #ccc;
}
.ouchi_box .service_h3:before {
  background: #00CEEF;
}
.osoto_box .service_h3:before {
  background: #EB8111;
}
.service_h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 133px;
  background: var(--color_01);
  top: 20px;
}
.sdi_left .service_h3:before {
  left: 0;
}
.sdi_right .service_h3:before {
  right: 0;
}
.sdi_left .service_h3:after {
  left: 5px;
}
.sdi_right .service_h3:after {
  right: 6px;
}
.service_detail_img {
  width: calc(100% - 50px);
  position: relative;
}
.service_detail_img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 / 376;

}
.service_detail_img:before {
  position: absolute;
  display: block;
  height: auto;
  content: "";
}
.sdi_left .service_detail_img:before {
  aspect-ratio: auto 97/152;
  width: 97px;
  background: url("../images/service/butterfly_01.svg") no-repeat center center;
  background-size: contain;
  right: 30px;
  top: -101px;
}
.sdi_right .service_detail_img:before {
  aspect-ratio: auto 110/174;
  width: 110px;
  background: url("../images/service/butterfly_02.svg") no-repeat center center;
  background-size: contain;
  left: -12px;
  top: -104px;
}
.sdi_left .service_detail_img img {
  border-radius: 0 15px 15px 0;
}
.sdi_right .service_detail_img img {
  border-radius: 15px 0 0px 15px;
}
.sdi_right .service_detail_img {
  margin-left: auto;
}
.page_navi_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 40px;
  margin-top: 30px;
}
.page_navi_wrap > div {
  width: 48%;
}
.page_navi_wrap > div > a {
  border: 5px solid #000;
  border-radius: 15px;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 135px;
  position: relative;
}
.fee_navi_wrap > div > a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #f4812b;
    border-right: solid 2px #f4812b;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
}
.fee_navi_wrap .pn_04 a:before {
    border-bottom: solid 2px #00ceed;
    border-right: solid 2px #00ceed;

}

.page_navi_wrap .midasi {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 1.2;

}
.page_navi_wrap .sub_midasi {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: 110px;
  height: 27px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  margin: 0 auto;
  margin-top: 8px;
}
.pn_03 .sub_midasi {
  background: #EB8111;
}
.pn_04 .sub_midasi {
  background: #00CEEF;
}
.tsm_01_s01 {
  background: #EB8111;
}
.page_navi_wrap .icon {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.pn_01 .icon {
  top: -41px;
      left: 8%;
}
.pn_02 .icon {
  top: -17px;
}
.pn_01 > a {
  border-color: #F1CF38 !important;
}
.pn_02 > a {
  border-color: #407BB0 !important;
}
.pn_03 > a {
  padding-top: 28px !important;
  border-color: #EB8111 !important;
}
.pn_04 > a {
  padding-top: 28px !important;
  border-color: #00CEEF !important;
}
.page_navi_box {
  position: relative;
}
.page_navi_box .maru_list {
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
}
.page_navi_box .maru_list a {
  font-size: 20px;
}
.page_navi_box .maru_list li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 40px;
  left: 0;
  top: 7px;
}
.service_case_box {
  padding-top: 88px !important;
}
.case_photo_line {
  top: -68px;
}
/*----------おそとおうち　親　*/
.service_oya {
  margin: 50px 0;
}
.service_link_waku {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.service_link_waku a {
  display: block;
  padding: 25px;
}
.service_link_waku .midasi {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  padding-left: 20px;
}
.service_link_waku .midasi:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 0;
  top: 10px;
  background: #ccc;
}
.slw_osoto {
  border-color: #EB8111;
}
.slw_osoto .more_dummy, .slw_osoto .midasi:before {
  background: #EB8111;
}
.slw_ouchi .more_dummy, .slw_ouchi .midasi:before {
  background: #00CEEF;
}
.more_dummy {
  margin-top: 15px;
  border-radius: 50px;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
}
/*------------------------------------fotomoaについて*/
.about_box .about_logo {
margin: 50px 0;
}


.about_box .about_tips {
  margin-bottom: 50px;
}
.miryoku_h2 span {
  color: #F69E9E;
  object-fit: 1;
  display: inline-block;
  font-size: 71px;
  margin: 0 10px;
  line-height: 1;
}
.miryoku_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 50px;
  counter-reset: num; /* カウンターをリセット */
}
.miryoku_list li {
  width: 100%;
}
.miryoku_list li .img {
  position: relative;
}
.miryoku_list li .img img {
  border-radius: 20px;
	aspect-ratio: 540 / 340;
    object-fit: cover;

}
.miryoku_list li .midasi {
  margin: 42px 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.miryoku_list li .img:before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -23px;
  font-size: 28px;
  counter-increment: num;
  content: counter(num) "";
  font-weight: bold;
  color: #fff;
  position: absolute;
  line-height: 2;
  border-radius: 100px;
  font-family: "Raleway", sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #F69E9E;
}
.miryoku_list li .img:after {
  content: "";
  display: block;
  aspect-ratio: 53 / 48;
  width: 53px;
  background: url(../images/about/kirakira.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -122px;
  right: 0;
  margin: auto;
  bottom: -23px;
}
.scene_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}
.scene_list li {
  width: 48%;
}
.scene_list .img img {
  border-radius: 10px;
  	aspect-ratio: 540 / 340;
    object-fit: cover;

}
.scene_list li .midasi {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 17px;
  margin: 12px 0 0 0;
  font-size: 20px;
}
.scene_list li .midasi:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 0;
  top: 10px;
  background: #F69E9E;
}
.kizai_img img {
  border-radius: 20px;
}
.kizai_img {
  margin-bottom: 30px;
}
.about_box .caution_waku {
  background: #fff;
}
.about_box .caution_waku ul {
  margin-bottom: 15px;
}
/*.miryoku_list li:nth-of-type(1) .img:before {background:#EB8111;}
.miryoku_list li:nth-of-type(2) .img:before {background: #00CEEF;}
.miryoku_list li:nth-of-type(3) .img:before {background: #F69E9E;}
.miryoku_list li:nth-of-type(4) .img:before {background:#F1CF38;}
*/
.flow_list {
  counter-reset: num; /* カウンターをリセット */
}
.flow_list li {
  border-left: solid 3px #F69E9E;
  margin-left: 20px;
}
.flow_list li:last-of-type {
  border: none;
}
.flow_list .text {
  position: relative;
  padding: 0 0 40px 40px;
}
.flow_list .midasi {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 0px;
  font-size: 24px;
  margin: 0 0 5px 0;
}
/*.flow_list .midasi:before{
	
	    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    top: 10px;
    background: #F69E9E;
}*/
.flow_list .text:before {
  left: -20px;
  top: 0px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  counter-increment: num;
  content: counter(num) "";
  font-weight: bold;
  color: #fff;
  position: absolute;
  line-height: 2;
  border-radius: 100px;
  font-family: "Raleway", sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  background: #F69E9E;
}
.flow_list .text:after {
  content: "";
  display: block;
  aspect-ratio: 30 / 41;
  width: 30px;
  background: url(../images/about/eda.svg) no-repeat center center;
  background-size: contain;
  top: 33px;
  position: absolute;
  left: -29px;
}
.flow_list li:last-of-type .text:after {
  display: none;
}
body, body * {
  box-sizing: border-box !important;
}
/*---------------------------------------------料金について*/
.fee_img {
  position: relative;
  margin: 0 0 30px 0;
}
.fee_img img {
  border-radius: 20px;
}
.fee_img .midasi {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 30px;
  background: red;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.fee_img_01 .midasi {
  background: rgb(244 129 43 / 62%);
}
.fee_img_02 .midasi {
  background: rgb(0 206 237 / 52%);
}
.fee_table {
  width: 100%;
  border: none !important;
}
.fee_table {
  border: none !important;
  width: 100%;
}
.osoto_table {
  border-top: 3px solid #f4812b !important;
  border-bottom: 3px solid #f4812b !important;
}
.fee_table td, .fee_table th {
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.fee_table th {
  font-weight: bold;
  background: none;
}
.fee_table tr {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.fee_table tr td:first-of-type {
  text-align: left;
  font-weight: bold;
  width: 130px;
  position: relative;
}
.fee_other_list {
  text-align: left;
}
.fee_table .tax {
  font-size: 12px;
}
.plan_koumoku, .plan_name {
  padding: 10px 10px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1px;
}
.plan_name {
  background: #ccc;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}
.osoto_table .plan_name {
  background: #f4812b;
}
.ouchi_table {
  border-top: 3px solid #fff !important;
  border-bottom: 3px solid #00CEEF !important;
}
.ouchi_table .plan_name {
  background: #00CEEF;
}
.plan_koumoku {
  border-radius: 0px;
  background: none;
  border-right: 1px #ccc solid;
  text-align: left;
  position: relative;
  padding-left: 17px;
}
.plan_koumoku:before {
  content: "";
  display: block;
  background: #f4812b;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ouchi_table .plan_koumoku:before {
  background: #00CEEF;
}
.fee_other_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5px 0;
  position: relative;
  padding-left: 12px;
}
.fee_other_list li :before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  left: 0;
  top: 10px;
  background: #f4812b;
}
.fol_01 {
  width: 160px;
  font-weight: bold;
}
.fol_02 {
  flex: 1;
}
.fee_table .caution, .fee_other_list p, .fee_other_list .caution {
  line-height: 1.4;
  font-size: 12px;
  width: 100%;
  margin-top: 6px;
}
.fee_sab_midasi {
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  background: #f4812b;
  margin: 30px 0 0px;
  font-size: 20px;
}
.fee_movie_midasi {
  margin-top: 60px;
}
.fee_sab_midasi_02 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0px;
  border-left: 7px solid #00CEEF;
  padding-left: 15px;
  color: #00CEEF;
}
.bg_gray {
  background: #ccc;
}
.bg_orange {
  background: #f4812b;
}
.bg_blue {
  background: #00CEEF;
}
.fee_caution_box {}
.caution_waku {
  background: #f4f4f4;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.caution_waku * {
  font-size: 12px;
  line-height: 1.4;
}
.caution_waku .midasi {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.caution_waku .midasi:before {
  content: "";
  display: block;
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.caution_list li {
  text-indent: 0; /* 1行目はインデントなし */
  padding-left: 1em; /* 全体を1em右へ寄せる */
  text-indent: -1em; /* 1行目だけ左に戻す */
}
.dvd_fee_list {
  margin-top: 10px;
}
/*-------------会社概要*/
.company_table {
  border: none !important;
  width: 100%;
}
.fee_table td, .fee_table th, .company_table td, .company_table th {
  border: none;
  line-height: 1.4;
  vertical-align: middle;
}
.company_table {
  border: none !important;
  border-top: 3px solid #ccc !important;
  border-bottom: 3px solid #ccc !important;
}
.company_table th, .common_table td {
  vertical-align: middle;
  border: none;
  padding: 20px;
  line-height: 1.5;
}
.company_table tr {
  border-bottom: 1px solid #d1d1d1;
}
.company_table th {
  font-weight: bold;
  letter-spacing: 1px;
  background: none !important;
  position: relative;
  width: 115px;
  padding-left: 30px;
}
.company_table td {
  background: none;
}
.company_table th:before {
  content: "";
  display: block;
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.company_LR .img {
  margin: 45px auto;
}
.company_LR .img img {
  border-radius: 15px;
}
.gglmap iframe {
  width: 100%;
  max-width: 100%;
  height: 300px;
  border-radius: 15px;
}
/* サイトマップ*/
.sitemap_wrap {
  width: fit-content;
  margin: 0 auto;
}
.sitemap_wrap li{
position: relative;
}

.sitemap_child_list {
  margin-left: 15px;
}
  .left_menu_wrap {
    width: fit-content;
    margin: 0 auto;
  }
  .left_menu_wrap .top_blog_midasi_wrap {
    margin-bottom: 24px;
  }
  .left_menu_wrap .top_midasi {
    padding-left: 41px;
  }
  .left_menu_wrap .icon {
    top: 7px;
  }
  .left_menu_wrap .top_midasi .tm_02 {
    font-size: 26px;
    line-height: 1;
  }
  .left_menu_wrap .top_midasi .tm_01 {
    font-size: 13px;
  }
  .left_menu_list li {
    margin: 10px 0;
  }
  .left_menu_list a {
    font-size: 16px;
    position: relative;
    padding-left: 18px;
    font-weight: bold;
  }
  .left_menu_list a:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    top: 8px;
    background: #ccc;
  }
  .lm_01 a:before {
    background: #EB8111;
  }
  .lm_02 a:before {
    background: #00CEEF;
  }
  .lm_03 a:before {
    background: #F1CF38;
  }
  .lm_04 a:before {
    background: #339E76;
  }
  .lm_05 a:before {
    background: #407BB0;
  }
  .lm_06 a:before {
    background: #954880;
  }
  .lm_07 a:before {
    background: #954880;
  }
  .lm_08 a:before {
    background: #F69E9E;
  }
  .lm_09 a:before {
    background: #F69E9E;
  }
  .lm_10 a:before {
    background: #ccc;
  }
  
/*プライバシーポリシー*/
.pp_h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
/*　　　　　　　　　　　お問合せ　*/
/* お問い合わせフォーム　各種 */
.cf-turnstile {
  text-align: center;
}
.cf7 {
  border: none !important;
}
.cf7 .koumoku_block {
  margin-bottom: 30px;
}
.cf7 .koumoku_midasi {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cf7 .req {
  font-size: 20px;
  color: red;
  font-weight: bold;
}
.doui {
  text-align: center;
}
.doui * {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.cf7 input {}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  cursor: pointer;
}
button, input, select, textarea {}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  border: solid 1px #9A8C86;
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
}
input[type="file"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 200px;
}
button, input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
.text-xs-center {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.text-xs-center:after {
  border: 0;
  pointer-events: none;
}
.text-xs-center:after {
  background: url(../images/common/arrow_01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 18px;
  height: 21px;
  border: 0;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  background: #F69E9E;
  width: 100%;
  color: #fff;
  height: 80px;
  font-size: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  letter-spacing: 1px;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.wpcf7-spinner {
  display: none;
}
/***********---------事例　　　　*/
.umekomi_jirei{
    padding-top: 61px;
    margin-top: 39px;
}
.term_name {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 50px auto 30px;
  width: fit-content;
  position: relative;
}
.term_name:after, .term_name:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  top: 11px;
}
.term_name:before {
  left: -24px;
}
.term_name:after {
  right: -24px;
}
.photo_term_02:before, .photo_term_02:after {
  background: #00CEEF;
}
.photo_term_01:before, .photo_term_01:after {
  background: #EB8111;
}
.tax-cat_photo .article-group, .post-type-archive .article-group {
  margin: 30px 0;
}
.photo_nav {
  border-radius: 20px;
padding: 20px 20px 1px 20px;
  background: #f4f4f4;
}
.photo_nav .page_h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 19px 0;
}
.photo_nav .menu-item-has-children {
  margin-bottom: 20px;
}
.photo_nav .menu-item-has-children > a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
}
.photo_nav .menu-item-144.menu-item-has-children > a {
  background: #EB8111;
}
.photo_nav .menu-item-142.menu-item-has-children > a {
  background: #00CEEF;
}
.photo_nav .sub-menu {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 4px;
}
.photo_nav .sub-menu li {
  margin-bottom: 5px;
  flex: 1;
}
.photo_nav .sub-menu li a {
  text-align: center;
  display: block;
  padding: 10px 0px;
  border: 2px solid #ccc;
  border-radius: 100px;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  font-size: 12px;
  letter-spacing: -1px;
}
.photo_nav .menu-item-144 .sub-menu li a {
  border-color: #EB8111;
}
.photo_nav .menu-item-142 .sub-menu li a {
  border-color: #00CEEF;
}
.fg-default .fg-item {
  margin-bottom: 10px;
}
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption, .foogallery.fg-hover-fade .fg-loaded .fg-image-overlay, .foogallery .fg-loaded .fg-image {
  border-radius: 20px !important;
}
.foogallery.fg-loaded-fade-in .fg-item-inner {
  border: none !important;
}
.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: none !important;
}
.single-photo .attachment {
  margin: 30px 0;
}
.photo_text {
  margin: 30px auto;
}
.case_title_wrap {
  border-radius: 15px;
  margin: 30px auto;
  background: var(--color_02);
  padding: 10px 25px;
}
.single .case_title {
  line-height: 1.3;
  border-bottom: solid 1px #ddd;
  text-align: center;
  font-size: 27px;
}
.case_title, .case_spec_wrap {
  padding: 15px;
  width: 100%;
}
.case_title {
  line-height: 1.3;
  border-bottom: solid 1px #ddd;
}
.case_spec_wrap {}
.case_title .single_midasi {
  font-size: 18px;
  margin: 0;
}
.case_spec_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.case_spec_wrap .youto{
text-align: center;
}
.case_name {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.case_spec_wrap .bukken_cat {
  margin: 0;
  margin: 10px 0 0 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 5px;
}
.case_spec_wrap .bukken_cat a {
  font-size: 12px;
  padding: 5px 20px 7px;
}
.cat_name a[class*="label-photo_ouchi"] {
  background: #00CEEF;
}
.cat_name a[class*="label-photo_osoto"] {
  background: #EB8111;
}
.article-group {}
/*　------------------archive　*/
.blog_wrap {
  padding: 40px 25px;
  margin-top: 40px;
}
/*　sidebar */
#secondary {
  margin-top: 50px;
}
.widget {

}
.widget-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 17px;
  position: relative !important;
  margin-bottom: 15px !important;
}
.widget-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 0;
  top: 6px;
  background: #954880;
}
.widget ul li {
  border-bottom: dashed 1px #ccc;
}
.widget ul li a {
  display: block;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.widget ul li a:before {
  background: url(../images/common/arrow_02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  border: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget ul li a:hover {}
/*  single */
.single .page_h2 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.single .page_h2 span {
  position: relative;
  z-index: 1;
}
div.attachment {
  text-align: center;
  margin: 0 0 30px 0;
}
div.attachment img {
  border-radius: 20px;
}
.single .blog_meta {
  text-align: center;
  margin-bottom: 30px;
}
.single .entry-content h2 {
  color: #fff;
  font-weight: bold;
  margin: 30px 0 25px;
  font-size: 20px;
  line-height: 1.4;
  background: #954880;
  padding: 10px 15px;
  border-radius: 5px;
}
.single .entry-content h3 {
  position: relative;
  font-weight: bold;
  margin: 29px 0 20px 0;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 21px;
}
.single .entry-content h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 0;
  top: 6px;
  background: #954880;
}
.blog_meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
}
.blog_meta .date {
  line-height: 1;
}
/*  目次プラグイン　*/
#ez-toc-container {
  border-radius: 0 !important;
  padding: 10px 20px;
}
#ez-toc-container p.ez-toc-title {
  text-align: center;
  border-bottom: dashed 1px #aaa;
  width: 100%;
  padding: 0 0 5px 5px !important;
}
#ez-toc-container nav {
  padding-top: 5px;
}
/*　pager */
.pager {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--color_02);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--color_01);
  color: #fff;
  opacity: 1;
}
.nav-single {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
  background: rgb(255 255 255 / 25%);
  border-radius: 5px;
  padding: 15px 20px;
}
.nav-single > div {
  flex: 1;
}
.nav-single > div a {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: underline !important;
  width: fit-content;
}
.nav-previous a {
  padding-left: 20px;
}
.nav-next a {
  padding-right: 20px;
}
.nav-single > div a:hover {}
.nav-single > div a:before {
  content: "<";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.nav-single .nav-next {
  text-align: right;
}
.nav-single .nav-previous {
  text-align: left;
}
.nav-single .nav-next a:before {
  content: ">";
}
.nav-single .nav-previous a:before {
  content: "<";
  left: 5px;
  right: auto;
}
.nav-single .nav_center a:before {
  display: none;
}
.nav-single .nav_center {
  text-align: center;
  pointer-events: none;
  display: none;
}
.no-pager-links {
  display: none !important;
}
.pagenav .prev a, .pagenav .next a {
  width: 50%;
  display: block;
  color: #ddd;
}
.pagenav a {
  float: left;
}
.pagenav .next a {
  text-align: right;
}
/*      sns ボタン　*/
#primary .sns {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: var(--color_02);
  padding: 38px;
}
#primary .sns a {
  background: #fff;
  font-size: 14px;
  position: relative;
  text-align: center;
  border-radius: 2px;
  padding: 11px 0 10px 0;
  width: 23%;
  transition: all 0.2s ease-out 0s;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}