@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------- photoName */
.phCap {
  position: relative;
}
.phCap .name {
  position: absolute;
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
  text-shadow: 1px 1px 2px #666;
}
.phCap .nameBK {
  position: absolute;
  color: #222;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
  /* text-shadow: 1px 1px 2px #666; */
}
.phCap .nameG {
  position: absolute;
  background: #222;
  background: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0) 100%);
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
  text-shadow: 1px 1px 2px #666;
}

/*----------------------------------------------------------- 東京都マンション環境性能表示 */
#epd {padding: 0 0 50px;}
#epd img {
    max-width: 80%;
}
/*----------------------------------------------------------- 会員限定メニュー */
#memberMenu {}
#memberMenu ul {
  display: block;
  margin: 0 50px 0 0;
}
#memberMenu ul li {
  width: 160px;
}
#memberMenu ul li a {
  line-height: 1.2em;
  background: #9b3232;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  border: outset;
}
#memberMenu ul li a br {
  display: block;
}
/*----------------------------------------------------------- captionBox */
.captionBox {
  padding: 10px;
}
.captionBox p {
  font-size: 80%;
  text-align: right;
  padding: 0;
}
/*----------------------------------------------------------- mapBox */
.mapBox {
  padding: 20px;
}
.mapBox img {
/*  border: 1px solid #bfbdbd;*/
}
.mapBox_noline {
  padding: 20px;
}
/*----------------------------------------------------------- lineBox */
.lineBox {
  padding: 50px 0;
}
/*----------------------------------------------------------- attentionBox */
.attentionBox {
  max-width: 1240px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d1cfcf;
}
.attentionBox p {
  font-size: 70%;
  color: #999;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .attentionBox p {
    font-size: 70%;
    color: #999;
    text-align: left;
  }
}
/*----------------------------------------------------------- banner */
#floatBnr {
  width: auto;
  padding: 20px 10px;
  border: 1px solid #111;
  box-sizing: border-box;
  position: fixed;
  top: 143px;
  right: 10px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
#floatBnr a {
  display: block;
  text-align: left;
  font-size: 80%;
}
#floatBnr span {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  border-radius: 100px;
  background: rgba(85, 85, 85, 0.8);
  position: absolute;
  right: -10px;
  top: -10px;
  transition: all 0.5s;
}
/*----------------------------------------------------------- 相互リンクバナー */
#linkBnrBox {}
#linkBnrBox ul {
  display: flex;
  flex-flow: column;
}
#linkBnrBox ul li {
  list-style-type: none;
  text-align: center;
}
#linkBnrBox ul li img {
  max-width: 65%;
  /*  max-width: 100%;*/
}
/*----------------------------------------------------------- 神奈川県建築物環境性能表示 */
#markEnv {
  padding: 50px 0 0;
}
#markEnv img {}
/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 16px;
}
.pTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
}
.pTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pTop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
/*----------------------------------------------------------- sectionmain */
main img {
  max-width: 100%;
  height: auto;
}
main h2 {
  padding: 50px 0px 20px;
  font-weight: 500;
  font-size: 160%;
  line-height: 1.6em;
  margin: 10px 0;
  letter-spacing: 4px;
  color: #7e6340;
}
main h2 small {
  font-size: 70%;
  display: block;
  padding: 0 0 20px;
  color: #7e6340;
}
main h3 {
  padding: 10px;
  font-weight: 500;
  font-size: 140%;
  line-height: 1.6em;
  margin: 20px 0 10px;
  color: #7e6340;
}
main h4 {
  font-size: 110%;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.6em;
}
main h5 {
    font-weight: 500;
    font-size: 100%;
    letter-spacing: 2px;
    padding: 10px;
    line-height: 1.4em;
}
main .flexBox1:last-child, main .flexBox2:last-child, main .flexBox3:last-child, main .flexBox4:last-child {
  padding: 0;
}
main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {
  padding: 0 0 10px;
}
main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
  display: flex;
}
main .flexBox2 > ul > li, main .flexBox3 > ul > li, main .flexBox4 > ul > li {
  list-style-type: none;
  text-align: center;
}
main .flexBox2 > ul > li:last-child, main .flexBox3 > ul > li:last-child, main .flexBox4 > ul > li:last-child {
  margin: 0;
}
main .flexBox2 > ul > li {
  width: calc(100% / 2);
}
main .flexBox3 > ul > li {
  width: calc(100% / 3);
}
.detailBox {
  display: flex;
}
.detailBox .detail {
  padding: 30px;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.attention {
    font-size: 70%;
    color: #666666;
}
.attention_info {
  font-size: 85%;
  line-height: 1.6em;
}
.imgBox {
  padding: 50px 0;
}
.imgBox img {
  max-width: 100%;
}
.imgBox_0 {
  padding: 0;
}
.imgBox_0 img {
  max-width: 100%;
}
main .bnrBox ul {
  margin: auto;
}
main .bnrBox ul li {
  list-style-type: none;
  text-align: center;
  background: #265280;
  padding: 0;
}
main .flexBox3 ul li p, main .flexBox4 ul li p {
  padding: 0;
}
main .flexBox3 p:nth-child(3), main .flexBox4 p:nth-child(3) {
  line-height: 1.6em;
  font-size: 16px;
}
main dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
main dl dt, main dl dd {
  text-align: left;
  padding: 15px;
  margin: 0 0 3px;
  line-height: 1.6em;
  box-sizing: border-box;
}
main dl dt {
  width: 33%;
  color: #fff;
  background: #959796;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main dl dd {
  width: 74.5%;
  background: #f7f9f9;
  color: #333;
}
main dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
main p {
  padding: 15px 0 40px;
  line-height: 2em;
  font-size: 18px;
  font-weight: 400;
  text-indent: 0;
}
main em {
  font-style: normal;
  display: inline-block;
  line-height: 1em;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}
.contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0;
}
main .centerImage {
  margin: auto;
  text-align: center;
}
main a, main a:link, main a:visited {
  color: #484848;
  text-decoration: none;
  font-weight: 400;
  word-break: break-all;
}
main table, main tr, main td {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
  vertical-align: middle;
}
main .sliderdef {
  width: 500px;
  padding: 0 0 10px;
}
main .indexList {
  padding: 20px;
  background: #e4e6ed;
}
main .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
main .indexList li a {
  font-weight: 600;
}
/*----------------------------------------------------------- btnBox */
main .btnBox {
  margin: auto;
  padding: 20px 20px 50px;
  width: 300px;
  box-sizing: border-box;
}
main .btnBox a {
  display: block;
  padding: 15px;
  background: #5c575d;
  text-align: center;
  border: #a19999 1px solid;
  color: #ffffff;
}
main .btnBox a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------------- 冒頭テキスト */
.firstText {
  font-size: 16px;
  line-height: 2em;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 3vmin;
  text-align: center;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 2vmin;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- 一覧ボタン */
.pageBtnBox {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.pageBtnBox p {
  font-size: 20px;
  padding: 0 0 2vmin;
}
main .pageBtnBox a {
  text-align: center;
  display: block;
  background: #8d875e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 10px 13px;
  /* border: 1px solid #bbbdbc; */
  width: 360px;
  box-shadow: 2px 2px 2px 1px rgb(110 110 110 / 20%);
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 5px;
}
.pageBtnBox a span {
  color: #fff;
}
.pageBtnBox a span::after {
  content: '';
  display: inline-block;
  margin: 0 0 0 1vmin;
  width: 40px;
  height: 24px;
  background-image: url(/wp-content/themes/original-child/assets/img/ar_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -13px;
}
#sideMenu {
  border-left: 1px solid #d5dbdd;
  margin: 2vmin 0 0;
}
#sideMenu h2 {
  background: #f5f7f3;
  padding: 1.4vmin;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #d5dbdd;
}
#sideMenu ul {
  padding: 2vmin;
}
#sideMenu ul li {
  font-size: 14px;
  padding: 0 0 1vmin;
  text-indent: -2vmin;
  padding-left: 2vmin;
  line-height: 1.4em;
}
/*----------------------------------------------------------- iFrame */
.contents iframe {
  width: 420px;
  height: 314px;
}
#thumbList {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#thumbList .thumbItem {
  flex: 0 1 18.75%;
  box-sizing: border-box;
  position: relative;
  margin: 1vmin 5px 1vmin;
  list-style: none;
}
.thumbItem:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbItem.thumbnail-current:after {
  opacity: 0;
}
.thumbItem img {
  width: 100%;
  margin: 0 auto;
  height: 100px; /*任意の高さを指定*/
  object-fit: contain;
}
/*----------------------------------------------------------- アコーディオン */
.accContainer .accTitle {
  color: #fff;
  background: #6285ab;
  cursor: pointer;
  text-align: left;
}
.accContainer .accTitle:hover, .accContainer .accTitle:active, .accContainer .content-entry.open .accTitle {
  opacity: 0.8;
  color: white;
}
.accContainer .accTitle:hover i:before, .accContainer .accTitle:hover i:active, .accContainer .content-entry.open i {
  color: white;
}
.accTitle {
  position: relative;
}
.accTitle:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accTitle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi amain {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #fff;
}
.wp-pagenavi .current {
  border: none;
  background: #265280;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
/*----------------------------------------------------------- 詳細ページ制御 */
#aDetail {
  background: #fff;
  padding: 20px;
}
#aDetail h3 {
  color: #265280;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  margin: 20px 0 10px;
  text-align: left;
  border-bottom: 2px dotted #82a8d1;
  text-indent: 0;
}
#aDetail h4 {
  text-align: left;
  margin: 20px 0 40px;
  background: #d5e3f3;
  border-bottom: none;
}
/*#aDetail ul {display:flex;
}*/
#aDetail ul {
  display: block;
}
#aDetail ul li {
  list-style-type: none;
}
#aDetail dl {
  display: block;
}
#aDetail dl dt {
  width: auto;
  color: #265280;
  background: transparent;
  display: block;
  flex-flow: inherit;
  align-items: inherit;
  justify-content: inherit;
  font-size: 110%;
  font-weight: 500;
}
#aDetail dl dd {
  width: auto;
  background: transparent;
  padding: 0 5px;
}
#aDetail dt {
  padding: 25px 25px 0;
}
#aDetail .flexBoxArticle {}
#aDetail .flexBoxArticle ul {
  display: flex;
}
#aDetail .flexBoxArticle ul li {
  width: calc(100% / 2 - 80px);
  margin: 20px;
}
#aDetail .flexBoxArticle ul li table {
  width: 100%;
}
#aDetail .flexBoxArticle ul li table th {
  padding: 10px;
  background: #f1f3f5;
}
.quest .tablepress tr td:nth-of-type(1) {
  width: 20%;
}
.quest .tablepress tr td:nth-of-type(2) {
  width: 80%;
  text-align: left;
}
.dataTables_wrapper label input, .dataTables_wrapper label select {
  margin: 10px;
  padding: 5px;
}
/*----------------------------------------------------------- 1280px */
@media all and (max-width:1280px) {
  main ul li {
    line-height: 2em;
  }
  .attentionBox {
    padding: 10px;
  }
  ul.menuFooter {
    flex-wrap: wrap;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  .newsList dl dt span {
    font-size: 12px;
  }
  main p {
    padding: 15px 10px 40px;
  }
  .contentsDetail > p {
    padding: 10px 10px 30px;
    line-height: 1.6em;
    font-size: 90%;
    text-align: center;
  }
  main h2 {
    font-size: 140%;
    letter-spacing: 3px;
    /* text-align: left; */
    margin: 0;
    padding: 20px 10px 10px;
  }
  main h3 {
    font-size: 120%;
  }
  main h4 {
    font-size: 110%;
    padding: 10px;
  }
  main h5 {
    font-size: 80%;
    letter-spacing: 1px;
  }
  #linkBnrBox ul li img {
    max-width: 100%;
  }
}
/*----------------------------------------------------------- 850px */
@media screen and (max-width: 850px) {
  #memberMenu {
    display: none;
  }
  main h2 {
    text-align: left;
  }
main h3 {
    text-align: left;
    padding: 10px 0;
    margin: 0;
    font-size: 100%;
}
  main h4 {
    padding: 0;
    text-align: left;
  }
  main p, .contentsDetail > p {
    text-align: left;
    padding: 0 0 20px;
  }
  main table td {
    font-size: 90%;
    padding: 5px;
  }
}
/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {
  .contents iframe {
    width: 420px;
    height: 314px;
  }
  #sliderCase {
    width: 720px;
  }
  #thumbList {
    width: 720px;
  }
  #thumbList .thumbItem {
    flex: 0 1 15%;
  }
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  #pageTitle h1 {
    font-size: 110%;
    padding: 15px 15px;
    line-height: 1.4em;
  }
  .contentsDetail > p {
    padding: 10px 0 30px;
  }
  main h2 {
    font-size: 110%;
    padding: 10px;
    text-align: left;
  }
  main dl dt, main dl dd {
    padding: 8px;
    font-size: 13px;
  }
  main dl dt {
    width: auto;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  main .flexBox3 h4, main .flexBox4 h4 {
    font-size: 4vw;
  }
  main .flexBox3 p:nth-child(3), main .flexBox4 p:nth-child(3) {
    line-height: 1.6em;
    font-size: 100%;
  }
  main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {}
  main .flexBox1 ul, main .flexBox2 ul, main .flexBox3 ul, main .flexBox4 ul {
    display: block;
  }
  main .flexBox2 ul li, main .flexBox3 ul li, main .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  main .indexList li {
    padding-left: 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
  }
  main .indexList ol {
    padding: 0;
    text-align: left;
  }
  main .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .btnBox02 {
    margin: 0 20px;
  }
  .imgBox {
    padding: 30px 0 0;
  }
  main dl {
    flex-flow: column;
  }
  main h6 {
    padding: 10px 0;
  }
  main .sliderdef {
    width: 260px;
  }
  .pageBtnBox a {
    font-size: 4vw;
    padding: 3vmin 1vmin 1vmin;
    width: 95%;
  }
  .newsList dl dt span {
    font-size: 2vw;
    width: 100px;
    padding: 2vw;
  }
  .newsList dl dd {
    font-size: 3.2vw;
  }
  .newsList dl dd span {
    padding: 0.25em 1em 0.3em;
    font-size: 2vw;
    margin: 0 1vmin 0 0;
  }
  .newsList dl dd em {
    margin: 2vmin 0;
  }
  .contents iframe {
    width: auto;
    height: 300px;
  }
  .tableList {
    padding: 5vmin;
  }
  .tableList ul li {
    text-indent: initial;
    line-height: 4vw;
    font-size: 3.2vw;
    padding: 4vmin 2vmin;
  }
  .firstText {
    font-size: 3.2vw;
    text-align: left;
    padding: 0 2vw 5vw;
  }
  #thumbList {
    width: 300px;
  }
  #thumbList .thumbItem {
    flex: 0 1 15%;
    text-indent: 0;
  }
  .thumbItem img {
    width: 100%;
    margin: 0 auto;
    height: 20px; /*任意の高さを指定*/
    object-fit: contain;
  }
  #aDetail .flexBoxArticle ul {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    width: auto;
    margin: 0;
  }
}

/*----------------------------------------------------------- 間取り詳細ページ */
#planBox {
  display: flex;
  flex-flow: column;
}
#planBox h2 {
  font-size: 160%;
  padding:0;
}
#planBox h2 small {
  font-size: 50%;
  font-weight: 300;
  display: inline-block;
  padding: 10px;
  letter-spacing: 2px;
}
#planBox ul {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 500px;
  margin: 0 auto 50px;
}
#planBox li {
  list-style-type: none;
  border-bottom: 1px dashed #999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px;
}
#planBox li strong {
  font-size: 140%;
  display: inline-block;
  margin: 0 5px;
}
#planBox li small {
  font-size: 80%;
}
.planImgPC {
  display: block;
}
.planImgSP {
  display: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 50px auto;}

/*タブのスタイル*/
.tab_item4 {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #a59177;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #a59177;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item4:hover {
  opacity: 0.75;
}
.tab_item3 {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #a59177;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #a59177;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item3:hover {
  opacity: 0.75;
}
.tab_item2 {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #a59177;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #a59177;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#select01:checked ~ #select01,
#select02:checked ~ #select02,
#select03:checked ~ #select03 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item4 {
  background-color: #a59177;
  color:#ffffff;
}
.tabs input:checked + .tab_item3 {
  background-color: #a59177;
  color:#ffffff;
}
.tabs input:checked + .tab_item2 {
  background-color: #a59177;
  color:#ffffff;
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  #planBox ul {
    width: 100%;
  }
  #planBox img {
    width: 100%;
  }
  .planImgPC {
    display: none;
  }
  .planImgSP {
    display: block;
  }
.tab_item4 {
  width: 100%;
}
.tab_item3 {
  width: 100%;
}
.tab_item2 {
  width: 100%;
}
}