@charset "utf-8";

.example {
  position: absolute;
  }

.example p {
  position: absolute;
  top: 40%;
  left: 25%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }

.btn-cross {
  display: inline-block;
  font-size:25px;
  position: relative;
  padding: 1em 2em;
  margin: 3em 0em 0em 0em;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
.btn-cross:before, .btn-cross:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: white;
  transition: .3s;
}
.btn-cross:before {
  left: 7px;
}
.btn-cross:after {
  right: 7px;
}
.btn-cross:hover:before {
  top: 0px;
  left:0;
  height: 100%;
}
.btn-cross:hover:after {
  top: 0px;
  right: 0;
  height: 100%;
}

.img_wrap{
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.border_slide_btn {
  font-size:30px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin:2em 0;
}

.border_slide_btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.border_slide_btn::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.border_slide_btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bg_scroll{
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    background-position: center;
    /*画像のサイズを指定する
    -webkit-background-size: 100%;
    background-size:  256px 100%;
    /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
    -webkit-animation: bgscroll 50s linear infinite;
    animation: bgscroll 50s linear infinite;
}
@-webkit-keyframes bgscroll {
 0% {background-position: 1116px 0;}
 100% {background-position: 0 0;}
}

@keyframes bgscroll {
  0% {background-position: 1116px 0;}
  100% {background-position: 0 0;}
}

.center_mid{
  display:flex;
  justify-content: center;
  align-items: center;
}


.h1_00 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.kakomi-tape3 {
 font-size:20px;
 position:relative;
 padding: 20px 20px 15px;
 margin: 2.5em auto;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #e8ddbd;
 box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;
}
.title-tape3 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.4);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-5deg);
}

.h1_fukidashi {
  font-size:30px;
  color:#0077b3;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.h1_fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.h1_ub {
     font-size:30px;
     position: relative;
     padding-bottom: 0.5em;
     border-bottom: 4px solid #DDD;
}

.h1_ub::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #446689;
     bottom: -4px;
     width:10%;
     display: block;
}

.oshirase_top {
    font-size:90%
}

.margin_left_pc {
     margin-left: 250px;
     color:#ffffff;
     font-size:25px;
}

.margin_left {
     margin-left: 40px;
     color:#ffffff;
}


.checkmark001{
        color: #ffffff;
	padding-left:30px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0px;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}

.midashi_white {
  position: relative;
  padding-left: 25px;
  color: #ffffff;
}

.midashi_white:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(255, 255, 255);
}

.midashi_white:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(255, 255, 255);
}

.midashi_pink {
  color: #505050;
  padding: 0.5em;
  margin:15px 3px;
  display: inline-block;
  line-height: 1.3;
  background: #ffc0cb;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.midashi_pink:before {
  color: white;
  margin-right: 8px;
}

.midashi_blue {
  color: #505050;
  padding: 0.5em;
  margin:15px 3px;
  display: inline-block;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.midashi_blue:before {
  color: white;
  margin-right: 8px;
}

.midashi_border {
  border-bottom: solid 3px skyblue;
  position: relative;
}

.midashi_border:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.size_test0{
  font-size:  10px;
  color: #696969;
}

.size_test1{
  font-size:  15px;
  color: #696969;
}

.nowrap{
  white-space:nowrap;
}

.ms_box3{
  display:flex;
  justify-content:center;
  width:100%;
}
.ms_box1{
  padding:0px;
  margin:30px 1.66%;
  border:3px solid #71b8d7;
  background:#fff;
}
.ms_box1 p{
  background:#fff;
  padding:10px;
}
.ms_box1 p.blue_bg{
  height:70px;
  background:#71b8d7;
  color:#ffffff;
}


.kyocho{
   color:#ff7f50;
   font-weight: bold; 
}
  
@media(max-width:600px){
  .ms_box3{
    display:block;
  }
  .ms_box1{
    width:96.6%;
    margin:15px 1.66%;
  }
}


.anime_aka{
  font-size:24px;
  font-color:#ffffff;
  border-radius:2px;
  display:inline-block;
  text-align:center;
  padding:10px 10px;
  background:#ff0000;
  transition: all 300ms 0s ease;
  box-shadow:2px 2px 2px;
}

.anime_aka:hover{
  opacity: 0.6; filter: brightness(110%);
}

.btn-rsv{
  display: inline-block;
  padding:10px 30px;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-rsv:hover {
  background: #67c5ff;
  color: white; 
}

.container {
  
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', 
sans-serif;

  text-align: center;
  padding-top: 40px;
}




.btn-open {
  display: inline-block;
  width: 180px;
  height:50px;
  border-radius:5px;
  text-align: center;
  background-color: #9ec34b;
  font-size: 16px;
  line-height: 48px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #9ec34b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #9ec34b;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.box28 {
    display: inline-block;
    position: relative;
    margin: 20px 5px;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
    width:30%;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

CSS
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}




.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}


.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.blue_box {
    margin: 0px;
    padding: 10px 10px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.blue_box p {
    margin: 0; 
    padding: 0;
}


.kodawari3{
    background-color: rgba(253, 230, 212, 0);
    background-size: auto auto;
}



/*1億ここから*/
.tensen{
  max-width:800px;
  margin:0 auto;
  height:1px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(98, 98, 98, 1) 8px, rgba(98, 98, 98, 1) 21px );
}


@media(min-width:650px){
  .sponly{
    display:none !important;
  }
}

@media(max-width:650px){
  .pconly{
    display:none !important;
  }
}
.flex{
  display:flex;
}
.address_mill{
  font-size:155%; 
  padding:1.8% 0 0 10%; 
  margin:0
}
.small_mill{
  font-size:70%;
  margin:0 auto 20px;
  width:fit-content;
  max-width:85%
}
.left_box_mill,.right_box_mill{
  font-size:135%;
  width:50%
}
.flex_address{
  display:flex;
  max-width:1000px;
  margin:0 auto 4%
}
.address_img_s1{
  max-width:350px;
}
.address_img_s2{
  margin-top:30px;
}

@media(max-width:801px){
  .flex{
　　flex-wrap:wrap
  }
  .address_mill{
    padding:2% 0 2% 2%;
    font-size:3.5vw;
  }
  .left_box_mill,.right_box_mill{
    width:100%;
    padding-left:4%;
    font-size:100% 
  }
  .right_box_mill{
     margin-bottom:4%;
  }
  .address_img_s1{
     width:40vw
  }
  .address_img_s2{
     width:100%;
     margin-top:10px;
  }
}
/*1億ここまで*/

/*安藤*/

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.kg_gallery_images div a img {
    object-fit: cover;
    width: 90%;
    height: 90%;
}
.ando_info { 
  padding: 1rem 2rem;
  background: #fff4ff;
  border-radius: 10px;
}
.ando_summary{
   width: 100%;
  border-spacing: 0;
}
.ando_summary th{
  border-bottom: solid 2px #808080;
  padding: 10px 0;
}
.ando_summary td{
  border-bottom: solid 2px #808080;
  padding: 10px;
  width:65%;
}
.ando_diagonalline {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #808080;
  color: #ffffff;
}
.ando_emphasis {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}
.ando_emphasis:before,
.ando_emphasis:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}
.ando_emphasis:before {
  left: 0;
  content: '\f101';
}
.ando_emphasis:after {
  right: 0;
  content: '\f100';
}
.ando_webtitle {
	background-color: #fff; /* 背景色 */
	border: 1px solid #ef858c; /* 枠線 */
	border-right: 20px solid #ef858c; /* 右側の太い線 */
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	color: #ef858c; /* 文字色 */
	padding: 10px 20px; /* 上下・左右の余白 */
	position:relative;
}
.ando_webtitle:after {
	box-shadow: 0 15px 10px rgba(0, 0, 0, .1); /* 付箋の影 */
	content: '';
	position: absolute;
	transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	bottom: 15px;
	right: -3px;
	width: 85%;
	height: 10px;
	z-index: -1;
}
.ando_comment {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #ffffff;/*背景色*/
    color: #000000;/*文字色*/
    z-index: 1;
}
.ando_comment::before,
.ando_comment::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.ando_comment::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}
.ando_comment::after {
    background-color: #f8f4e6;/*ズレている方の背景色*/
    top: 5px;
    left: 5px;
    z-index: -2;
}
.ando_comment p {
    margin: 0; 
    padding: 0;
}
.ando_pointgreen {
	color: #158b2b; /* 文字色 */
	padding: 5px 5px 5px 30px; /* 上・右・下・左の余白 */
	position: relative;
}
.ando_pointgreen:before {
	background-color: #a6ddb0; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 3px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}
.ando_pointgreen:after {
	background-color: #b7ffb7; /* 右側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 12px; /* 左端からの位置 */
	width: 5px; /* 右側の線の幅 */
	height: 100%;
}
.ando_point {
    position: relative;
    margin: 2em 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
    width:95%;
}
.ando_point_title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.ando_point p {
    text-align: left;
    margin: 10px 10px 10px 10px; 
    padding: 0;
}
.ando_imgcenter{
 text-align:center;
}
.ando_text{
 width:90%;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}
#ando_boxinfo{
width: 100%;
}

#ando_boxinfo table {
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#ando_boxinfo table tr{
  border-bottom: solid 2px white;
}

#ando_boxinfo table tr:last-child{
  border-bottom: none;
}

#ando_boxinfo table th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #ffd42d;
  font-color: black;
  text-align: center;
  padding: 10px 0;
}

#ando_boxinfo table td{
  position: relative;
  text-align: left;
  width: 80%;
   text-align: center;
  background: #f5f5f5;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  #ando_boxinfo table td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  #ando_boxinfo table {
    width: 97%;
  }
  #ando_boxinfo table th,
  #ando_boxinfo table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


table td{
  text-align: left;
  /* width: 20%; */
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.ando_staff {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.ando_checkList ul, ol, dl {
    list-style: none;
display: inline-block;
text-align: center;
}
.ando_checkList {
    padding: 21px 0 73px;
}
.ando_checkIn {
    max-width: 980px;
    margin: 0 auto;
}


#about h2 {
    font-size: 22px;
    line-height: 200%;
    margin-top: 20px;
}
.ando_midashi1 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.ando_midashi1:before,
.ando_midashi1:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.ando_midashi1:before {
  left: 0;
}

.ando_midashi1:after {
  right: 0;
}

.ando_midashi3 {
  padding: 1rem 2rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.ando_model {
background-color:#fffafa;
}

.ando_imgeffect {
	padding: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.8);
}
.contents{overflow-x: hidden;}
.orverwidth{
	margin:0 -200%;
	padding:0 200%;
	background-color: #FAF1EC;
	display: block;
	text-align: center;
}

.under {
  border-bottom: 2px solid #000;
  padding-bottom: 1px;
}

.orverwidth .text {
	text-align: left;
	display: inline-block;
}
.orverwidth509{
margin:0 -200%;
padding:0 200%;
background-color: #FAF1EC;
display: block;
text-align: center;
}

/* ------------------------------------ */
/* ▼モバイル用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (max-width: 767px) {
.ando_h1{
font-size: 1.5em;
color: #dc143c;
font-weight: bold; 
} 
.ando_under {
  border-bottom: solid 3px #87CEFA;
}
.ando_h2{
font-size: 1.2em;
color: #dc143c;
font-weight: bold; 
} 
.ando_h3{
font-size: 0.9em;
color: #dc143c;
font-weight: bold; 
} 
.ando_h4{
font-size: 0.6em;
color: #dc143c;
font-weight: bold; 
}
.ando_content {
line-height : 1.5em ;
font-size:12px;
}

}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
　　：　：　：
　　：　：　：
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
 .ando_midashi {
  osition: relative;
  font-size: 40px;
  border-bottom: 2px solid #000;
  margin: 0;
 }
 .ando_midashi .after {
  font-size: 23px;
  margin-left: 15px;
 }
 .ando_checklist {
   max-width: 500px;
 }
 .ando_text{
   max-width: 700px;
   font-size: 22px;
   line-height: 200%;
   margin-top: 20px;
 }
 .ando_point{
   max-width: 600px;
 }
 .ando_eventbox {
   margin-left:auto;
   margin-right:auto;
   width:80%;
 }
 .ando_staff .item {
   flex: none;
   width: 200px;
   margin: 20px;
   padding: 20px;
   text-align: center;
 }
 .ando_staff img {
   width: 200px;
 }
 .ando_staffbox h2 {
   position: relative;
   padding: 0 65px;
   text-align: center;
 }
 .ando_staffbox h2:before {
   position: absolute;
   top: calc(50% - 1px);
   left: 0;
   width: 100%;
   height: 2px;
   content: '';
   background: #000;
 }
 .ando_staffbox h2 span {
   position: relative;
   padding: 0 1em;
   background: #fff;
 }
.ando_kagi {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  width: 80%;
}

.ando_kagi:before,
.ando_kagi:after {
  position: absolute;
  content: '';
}

.ando_kagi:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.ando_kagi:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
#ando_inside{
overflow-x: hidden;
}
.ando_orverwidth_a{
margin:0 -200%;
padding:0 200%;
background: #fff4d6;
text-align: center;
}
.ando_orverwidth{
margin:0 -200%;
padding:0 200%;
background: #fff0ad;
text-align: center;
}
.ando_taisaku img{
width:20vw;
}
.ando_boxcontainer{
  overflow: hidden;
}
.ando_box{
margin-left: 100px;
  float: left;
}
.ando_ul{
 float: left;
margin-left: 50px;
margin-top: 30px;
}
.ando_h1{
font-size:48px;
color: #dc143c;
font-weight: bold; 
} 
.ando_h2{
font-size: 24px;
color: #dc143c;
font-weight: bold; 
} 
.ando_h3{
font-size: 17px;
color: #dc143c;
font-weight: bold; 
} 
.ando_h4{
font-size: 10px;
color: #dc143c;
font-weight: bold; 
}
.ando_content {
line-height : 1.5em ;
font-size:12px;
}
}
/*安藤*/

/*20211022イチオシポイント!のCSSここから*/
.marker_line_oreng{
	background: linear-gradient(transparent 50%, #ffd95d9f 50%);
}
.sample_contents_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.ichioshi_background{
	background: #f3f1e3;
	position: relative;
	margin: 20px auto;
	padding-bottom: 50px;

}
.ichioshi_background::before{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #555;
	top: 15px;
	left: -30px;
	transform: rotate(135deg);
	z-index: 1;
}
.ichioshi_background::after{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #555;
	bottom: 15px;
	right: -30px;
	transform: rotate(135deg);
	z-index: 1;
}
.ichioshi_midashi{
	position: relative;
	text-align: center;
	padding: 100px 0;

}
.midashi_sub{
	position: absolute;
	top: 19%;
	left: 10%;
}
.list_style{
	width:fit-content;
	padding: 0;
	max-width: 75%;
	margin: 0 auto 0px;
}
.ichioshi_list{
	display: flex;
	margin: 40px auto 0;
	align-items: center;
}
.ichioshi_list:nth-child(1){
	margin: 0;
}
.ichioshi_list_left{
	width: 30%;
	text-align: center;
}

.ichioshi_list_right{
	width: 70%;
	padding: 0 0 0 calc(35px + 1vw);
}
.ichioshi_list_right p:nth-child(1){
	/*font-size: 1em;*/
	letter-spacing: 2px;
	color: #a58c34;
	position: relative;
}
.ichioshi_list_right p:nth-child(1)::after{
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: 30px;
	height: 28px;
	background: url(mimg/2007.png) no-repeat;
	background-size: cover;
}
.ichioshi_list_right p:nth-child(2){
	/*font-size: calc( 0.8vw + 10px);*/
	font-weight: bold;
	color: #555;

}
.raijyo_background{
	margin: 0 0 100px;
	background: #dfe7ea;
	padding-bottom: 100px;
}
.raijyo_midashi{
	text-align: center;
	padding: 100px 0;
}
.raijyo_midashi span{
	font-weight: bold;
}
.raijyo_midashi p{
	/*font-size: calc( 1vw + 10px);*/
	font-weight: bold;
	letter-spacing: 5px;
	color: darkblue;
}
.rijyo_style{
	display: flex;
	list-style-type: none;
	padding: 0;
}
.raijyo_list{
	width: 20%;
	position: relative;
}
.raijyo_list:nth-child(-n+4)::before{
	content: "";
	position: absolute;
	top: calc( 50% - 1em);
	right: -12px;
	width: 2em;
	height: 2em;
	background: url(mimg/2008.png) no-repeat;
	z-index: 2;
	background-size: cover;
}
.raijyo_list:nth-child(-n+4)::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 220px;
	background-image: linear-gradient(to bottom,#555,#555 33.33333%,transparent 33.33333%,transparent 100%);
	background-size: 5px 5px;
	z-index: 1;
}
.raijyo_list_top{
	text-align: center;
}
.raijyo_list_top p{
	color: darkblue;
	font-weight: bold;
}
.raijyo_list_under{
	text-align: center;
	margin-top: 10px;
	line-height: 2em;
}

@media(max-width:800px){
	.ichioshi_midashi{
		max-width: 350px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.midashi_sub{
		left: 1%;
		top: 10%;
	}
	.list_style{
        width:350px;
		max-width: 92%;
	}
    .ichioshi_list{
        flex-wrap:wrap;
    }
    .ichioshi_list_left,.ichioshi_list_right{
    	width:100%;
    	margin-bottom:10px
    }
    .ichioshi_list p{
    	width:100%;
    }
	.ichioshi_list_right p:nth-child(1){
		margin-left: 1.5em;
		width:100%;
	}
	.ichioshi_list_right p:nth-child(1)::after{
		width: 20px;
		height: 18px;
		left: -23px;
	}
	.ichioshi_background::before{
		width: 0px;
		height: 0px;
	}
	.ichioshi_background::after{
		width: 0px;
		height: 0px;
	}
	.raijyo_midashi{
		padding: 50px 0 20px;
	}
	.rijyo_style{
		flex-wrap: wrap;
	}
	.raijyo_list{
		width: 100%;
		max-width: 400px;
		padding: 0 0 30px;
		margin: 20px auto 0;
		display: flex;
		align-items: center;
	}
	.raijyo_list_top{
		width: 50%;
	}
	.raijyo_list_under{
		width: 50%;
		text-align: left;
		margin-top: 30px;
	}
	.raijyo_list:nth-child(-n+4)::before{
		top: unset;
		bottom: -14px;
		right: calc( 50% - 1em);
		transform: rotate(90deg);
	}
	.raijyo_list:nth-child(-n+4)::after{
		right: 0;
		top: unset;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to left,#555,#555 33.33333%,transparent 33.33333%,transparent 100%);
	}

	
}
@media(max-width:600px){
	.raijyo_list{
		max-width: 350px;
	}

}

/*20211022イチオシポイント!のCSSここまで*/


/*チェックボックス付きリスト*/
.checkbox_list{
  list-style-type:none;
  width:fit-content;
  margin:0 auto;
}
.checkbox_list li{
  position:relative;
  padding-top: 4px;
  padding-left: 35px;
  margin-bottom:10px;
}
.checkbox_list li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 28px;
  background: url(mimg/8296.png) no-repeat;
  background-size: cover;
}
/*チェックボックス付きリストここまで*/


/*マーカー*/
.marker_yellow{
  background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 60%, #ff0 60%, #ff0 100%);
  font-style:normal;
}

/*20211026土地探しPointのcssここから*/
.tochisagashi_wrap{
	margin: 50px auto 80px;
	position: relative;
	border: 1px solid transparent;
}
.tochisagashi_left{
	width: 100%;
	text-align: left;
	margin: 50px 0;
}
.tochisagashi_left img{
	max-width: 45%;
}
.tochisagashi_right{
	width:100%;
    padding-left:42%;
	margin-top:-310px;
	z-index: -1;
}
.tochisagashi_right > div{
	top: 80px;
	background: #fdf7ef;
	padding: 4% 5% 4% 8%;
}
.tochisagashi_right h2{
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 2px solid;
	position: relative;
}
.tochisagashi_right p{
	line-height:35px
}
.tochisagashi_right h2 img{
	position: absolute;
	top: -60px;
	left: 0;
}
@media(min-width:801px){
	.Point_sp{
		display: none;
	}
}
@media(max-width:800px){
	.Point_pc{
		display: none;
	}
	.tochisagashi_right{
		padding-left:0;
		margin-top:0;
	}
	.tochisagashi_right > div{
		width: 100%;
		padding: 5%;
	}
	.tochisagashi_left{
		text-align: center;
		background:#fdf7ef;
		padding-top: 50px;
		position: relative;
		margin: 0;
	}
        .tochisagashi_right p {
               	line-height:normal
        }
	.Point_sp{
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);

	}
	.tochisagashi_left img{
		max-width: 100%;
	}
}
/*20211026土地探しPointのcssここまで*/

/*全幅背景をつけやすくするため、wrapperのpaddingをキャンセル*/
@media(max-width:650px){
	body .wrapper, body .wrapper1000{
		padding:0 ;
	}
    /*ページタイトル部分等は消えた余白を復活*/
	body .ptitle{
		margin-left:2%;
		margin-right:2%;
	}
	body .date{
		margin-left:calc(5px + 2%);
		margin-right:calc(5px + 2%);
	}
	/*余白が必要な部分は<DIV class="yohaku1"></DIV>で囲む*/
	.yohaku1{
		padding-left:2%;
		padding-right:2%;
	}

        .yohaku2{
		padding-left:10%;
		padding-right:10%;
	}


}
.no-margin div{
    margin:0;
    padding:0;
}

/* LP */
.contents.lp, .contents.lp .wrapper, .contents.lp #news{
	margin:0 auto;
	padding:0;
	max-width:100%;
}
.bg_cover{
	background-size:cover;
	background-position:center;
}
.gray_wave_top{
	position:relative;
	width:100%;
	height:10vw;
	margin-top:-10vw;
	background:url(../images/lp/gray_wave_top.png) left top;
	background-size:cover;
}
.gray_wave_bottom{
	width:100%;
	text-align:center;
	height:10vw;
	margin-bottom:-10vw;
	background:url(../images/lp/gray_wave_bottom.png) left top;
	background-size:cover;
	position:relative;
	z-index:5;
}
.gray_wave_bottom + div{
	padding-top:calc(6vw + 80px);
	z-index:1;
}

.bg_gray{
	background:#6a7b5e;
	padding:calc(20px + 2vw) 0;
}
/*
@media(min-width:1200px){
	.gray_wave_top{
		margin-top:-120px;
		height:120px;
	}		
	.gray_wave_bottom{
		margin-bottom:-120px;
		height:120px;
	}
}
*/
.lp .imgbiggest{
	padding:0;
}
.lp .imgdouble{
	margin-bottom:0;
	/* max-width:90%; */
	margin:0 auto;
}
.lp .imgdouble img{
	width:45%;
	margin:20px 2.5%;
}
.lp_border{
	border:5px solid #534741;
}
.lp_margin1{
	margin:calc(10px + 2vw);
}
.lp_margin_lr{
	margin:0 calc(10px + 2vw);
}
.lp_margin_tlr{
	margin:calc(10px + 2vw) calc(10px + 2vw) 0;
}
.lp_margin_lrb{
	margin:0 calc(10px + 2vw) calc(10px + 2vw);
}
.lp_padding1{
	padding:calc(10px + 2vw);
}
.lp_bg_rightgray{
	background:#534741;
	padding:0.01em 0;
}
.lp_bg_darkgray{
	background: #e9f3e8;
	padding:0.01em 0;
}
.bg_white{
	background:#fff;
}
.lp #news iframe{
	width:100%;
}

@media(max-width:700px){
	.lp .imgdouble img{
		width: 100%;
		margin: 0;
	}
}
.lp_yoyaku_kochira{
	width:500px;
	max-width:100%;
}
.lp_yoyaku_loan{
	width:500px;
	max-width:100%;
}
.lp_yoyaku_kochira_sinsyun{
	width:400px;
	max-width:75%;
}
.lp_yoyaku_kochira_kessai{
	width:400px;
	max-width:75%;
}

.lp_yoyaku_kochira_new{
	width:450px;
	max-width:100%;
}
.lp footer{
	background: #f8b;
	padding: 40px 20px;
}
@media(max-width:650px){
	.lp footer{
		padding: 20px 20px 22vw;
	}
}
.lp footer a{
	display:block;
	margin:0 auto;
}
.lp footer img{
	width:60vw;
	max-width:350px;
}
.lp .calendar_box{
	margin: 5vw auto 8vw;
}
/*切り替わる背景画像*/
.bg_change {
	position   : relative;
	max-width  : 100%;
	height     : 100vh;
	margin     : auto;
	overflow   : hidden;
}
.bg_change .bg_change_bg {
	background-size:cover;
	background-position:center;
	position   : absolute;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 18s infinite;   /* 3画像 × 各6s = 18s */
}
@keyframes bgAnime {
	0% { opacity: 0; }
	7% { opacity: 1; }
	33% { opacity: 1; }
	40% { opacity: 0; }
	100% { opacity: 0; }
}
.bg_change .bg_change_contents{
	position   : absolute;
	width      : 100%;
	display    : inline-block;
	top        : 50%;
	left       : 50%;
	transform  : translate(-50%,-50%);
	z-index    : 10;
}
.bg_change_contents img{
	display:block;
	max-height:100vh;
	margin:0 auto;
}


/* LPここまで */

.list_title {
    font-size: 2.5rem;
    color: #F2762E;
    letter-spacing: 0.1em;
    line-height: 2.4;
    border-bottom: 2px #F2762E solid;
    font-family: 'Noto Sans JP', sans-serif;
}
.bukkenpoint {
  position: relative;
  border-top: solid 2px #F2B56B;
  border-bottom: solid 2px #F2B56B;
  background: #F2B56B;
  line-height: 1.4;
  padding: 1em 0.5em;
  margin: 2em 0 0.5em;
  font-color:#fff;
}

.bukkenpoint:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ 物件POINT';
  background: #F2B56B;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.bukkenbox {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #F2B56B;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.bukkentitle {
  color: #F2762E;/*文字色*/
  font-size: 1.3rem;
}

.Table-ando {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Table-ando  {
    font-size: 12px;
  }
}
.Table-Head-ando {
  background: #eee;
}
.Table-Head-Row-Cell-ando {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.Table-Body-Row-ando:nth-child(even) {
  background: #eee;
}
.Table-Body-Row-Cell-ando {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.sold_out {
    color: #fff;
    background: #be1e2d;
}
.kukakuzu_sippo {
    background: #f3f3f2;
}
.bukkenpoint_sippo {
  position: relative;
  border-top: solid 2px #00552e;
  border-bottom: solid 2px #00552e;
  background: #f3f3f2;
  line-height: 1.4;
  padding: 1em 0.5em;
  margin: 2em 0 0.5em;
  font-color:#fff;
}

.bukkenpoint_sippo:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ 物件POINT';
  background: #00552e;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
}


.bukkenbox_sippo {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #00552e;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.bukkentitle_sippo {
  color: #00552e;/*文字色*/
  font-size: 1.3rem;
}

.bukkentitle_sinseikatu {
  color: #b22222;/*文字色*/
  font-size: 2rem;
}

.bukkenbox_sinseikatu {
    width:60%;
　　padding: 0.5em 1em;
    font-weight: bold;
    background: #FFFFFF;
    border: solid 3px #b22222;/*線*/
    border-radius: 10px;/*角の丸み*/
}

..bukkenbox_sinseikatu {
    width:60%;
　　padding: 0.5em 1em;
    font-weight: bold;
    background: #FFFFFF;
    border: solid 3px #b22222;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.mincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lp_tenpo_box1{
    background: #ccc38f;
}
.lp_3box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 30px;
}
.lp_3box_flex {
    flex: 30% 1;
    margin: 20px 10px;
}
.lp_tenpo_title {
　font-size: 120%;
  padding: 1rem 2rem;
  border-bottom: 3px solid #000;
  background: #f4f4f4;
}
.lp_tenpo_title:first-letter {
  font-size: 150%;
  color: #808080;
}

.lp_202301campaign_box1 {
background: url(https://www.takashin-home.com/cgi/mimg/3493.jpg) repeat;
    margin-top: -20px;
}
.lp_202301campaign_box2 {
background: url(https://www.takashin-home.com/cgi/mimg/3488.jpg) repeat;
    margin-top: -30px;
}
.lp_202301campaign_box3 {
    background: #f2f2f2;
    margin-top: -30px;
}
h2.vw100_202301campaign {
    background: #EB687F;
    padding: 50px 8px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
}
.kaisha_table3_202301campaign th {
    /* width: 50px; */
	white-space: nowrap;
	font-size:90%;
    background-color: #808080;
    color: #fff;
    letter-spacing: 2px;
}
.kaisha_table3_202301campaign td {
	background-color:#f3f3f3;
    color: #696969;
}
.kaisha_table3_202301campaign th, .kaisha_table3_202301campaign td {
    padding: 10px;
    font-weight: normal;
    /* min-width: 28%; */
}
.motto_w100_202301campaign {
  display:block;
  height:50px;
  margin:1em 0;
  line-height:50px;
  background:#CA151D;
  color:#fff;
  border-radius:25px;
  box-shadow:0 5px 0 gold;
  text-decoration:none;
  text-align:center;
}
h4.vw100_202301campaign_tenpo {
    color: #808080;
    margin: 30px 0 12px;
    border-bottom: 1px solid #808080;
    line-height: 1.3;
    padding: 20px 10px 5px;
}
.checkbox_list_202301campaign{
  list-style-type:none;
  width:fit-content;
  margin:0 auto;
}
.checkbox_list_202301campaign li{
  position:relative;
  padding-top: 4px;
  padding-left: 35px;
  margin-bottom:10px;
  color: #fff;
}
.checkbox_list_202301campaign li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 28px;
  background: url(mimg/3494.png) no-repeat;
  background-size: cover;
}

.iroha_standard ul {
    display: flex;
    justify-content: center;
 　 list-style: none;
    padding-left:0;
  }
.iroha_standard li:nth-child(2) {
    margin: 0 10px;
  }

.iroha_vin_box {
    background-color: #8D8D72;
    color: #fff;
    padding: 1em 0.5em;
}
.iroha_mid_box {
    background-color: #16364E;
    color: #fff;
    padding: 1em 0.5em;
}
.iroha_nol_box {
    background-color: #78A09E;
    color: #fff;
    padding: 1em 0.5em;
}
.iroha_nat_box {
    background-color: #A38A77;
    color: #fff;
    padding: 1em 0.5em;
}
.iroha_mod_box {
    background-color: #40809D;
    color: #fff;
    padding: 1em 0.5em;
}
.iroha_crash_concept {
    background-color: #F0F0F0;
    margin-top: -50px;
}
.iroha_standard_concept {
    background-color: #F5F8E7;
    margin-top: -50px;
}
.iroha_hiraya_concept {
    background-color: #F5F8E7;
    margin-top: -50px;
}

.midashi_h_border {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #FAF4ED;/*背景色*/
  border-left: solid 5px #EA6F78;/*左線（実線 太さ 色）*/
}

.table_hukidashi table{
  border-collapse: collapse;
　width: 100%;
}

.table_hukidashi table tr{
  border-bottom: solid 2px white;
}

.table_hukidashi table tr:last-child{
  border-bottom: none;
}

.table_hukidashi table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #EA6F78;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.table_hukidashi table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #EA6F78;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table_hukidashi table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 1em 1em 1em 1em;
}

ol.number_round{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.number_round p{
  text-align: left;
}
ol.number_round li{
  text-align: left;
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 29px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ol.number_round li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.number_round li:hover{
  border-bottom-color: #F6A38B;
}
.new_line {
  display: block;
　font-size:1em;
}

.iroha_lineup{
  background: #EFEFEF;
}


.iroha_midashi {
  position: relative;
  padding: 0.6em;
  background: #3E3A39;
 width: 40%;
color: #ffffff;
}

.iroha_midashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 14px solid #3E3A39;
  width:　0;
  height: 0;
}


.LCC_ice{
  background: #87ceeb;
}

.LCC_midashi1 {
　font-size:2em;
  color: #164a84;/*文字色*/
  background: #bce2e8;
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

.LCC_box1 {
    padding: 3em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #6091d3;
}
.LCC_box1 p {
    margin: 0; 
    padding: 0;
}

.LCC_midashi2 {
　font-size:2em;
  color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}
.LCC_haikei1 {
background: url(https://www.takashin-home.com/cgi/mimg/3654.jpg) repeat;
    margin-top: -30px;
}


.container {
    overflow: hidden;
  margin:0 auto;}

.box11 {
    width: 270px;
    margin-right:10px;
    margin-bottom:10px;
    float: left;}

.box22 {
    width: 270px;
    margin-right:10px;
    margin-bottom:10px;
    float: left;}

.box33 {
    width: 270px;
    margin-right:10px;
    margin-bottom:10px;
    float: left;}

.box44 {
    width: 270px;
    margin-right:10px;
    margin-bottom:10px;
    float: left;}



/* LPここまで */
.denki_box1{
  background: #D7B690;
    margin-top: -50px;
}
.denki_box2{
  background: #E4E4E2;
    margin-top: -30px;
}
.denki_radius1 {
  background: #fff;
 border: 5px solid #fff;
 border-radius: 20px;
 margin-right: 10px;
 width: 100%;
 padding: 30px;
 display: inline-block;
 text-align: left;
}
.denki_box3 {
background: url(https://www.takashin-home.com/cgi/mimg/3686.jpg) repeat;
    margin-top: -40px;
}
.denki_box3_text {
  background: #fff;
 border: 5px solid #fff;
 border-radius: 20px;
 margin-right: 10px;
 width: 100%;
 padding: 30px;
 display: inline-block;
 text-align: left;
}
.denki_box5{
  background: #fff;
    margin-top: 30px;
}
.denki_radius2 {
  background: #fff;
 border: 10px solid #DB7073;
 border-radius: 20px;
 margin-topt: -50px;
 margin-right: 10px;
 width: 100%;
 padding: 30px;
 display: inline-block;
 text-align: left;
}
.denki_box6{
  background: #E0F6E1;
    margin-top: -50px;
}
.denki_box7{
  background: #D5F3F0;
   margin-top: -30px;
    padding-bottom: -100px;
}
.denki_box8{
  background: #ffffff;
    margin-top: -30px;
}
.denki_box9{
  background: #ffffff;
    margin-top: -30px;
}
.denki_box5_img{
    margin-top: -70px;
}
.triangle1 {
  position: relative;
}

.triangle1:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #E0F6E1;
}
.triangle2 {
  position: relative;
}

.triangle2:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #D5F3F0;
}
.denki_radius1_text{
 width: 80%;
 display: inline-block;
 text-align: left;
}

.2023haru_tokuten{
  background: #F19CA7;
}

.center_li {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.center_li  .text {
	text-align: left;
	display: inline-block;
}



/* ▼▼▼ yumeca-concept ▼▼▼ */


.conceptPage .introBox {
	background: url(/cgi/mimg/4324.jpg) no-repeat center bottom;
	background-size: cover;
}

@media (min-width:900px) {
	.conceptPage .introBox .intro_txt {
		padding: 100px 60px;
	}

	.conceptPage .introBox .intro_txt p {
		text-align: center;
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 20px;
		text-shadow: 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff;
	}

	.conceptPage .introBox .intro_txt .intro_txt_big {
		font-size: 28px;
		text-align: center;
	}
}

@media (max-width:899px) {
	.conceptPage .introBox {
		background-size: 100%;
	}

	.conceptPage .introBox .intro_txt {
		padding: 10% 1em 40%;
	}

	.conceptPage .introBox .intro_txt p {
		line-height: 2.0;
		margin-bottom: 1em;
		text-shadow: 0 1px 8px #FFF;
		text-align: center;
	}

	.conceptPage .introBox .intro_txt .intro_txt_big {
		font-size: 1.4em;
	}
}
.conceptPage .mainttlBox .ttl_eng,
.conceptPage .mainttlBox .main_ttl {
	font-weight: bold;
	text-align: center;
}

@media print,
screen and (min-width:900px) {
	.conceptPage .mainttlBox {
		margin-top: 50px;
	}

	.conceptPage .mainttlBox .ttl_eng {
		font-size: 40px;
	}

	.conceptPage .mainttlBox .main_ttl {
		font-size: 30px;
	}
}

@media screen and (max-width:899px) {
	.conceptPage .mainttlBox {
		margin-top: 4em;
	}

	.conceptPage .mainttlBox .ttl_eng {
		font-size: 1.5em;
	}

	.conceptPage .mainttlBox .main_ttl {
		font-size: 1.2em;
	}
}



.conceptPage .contents-inner .ttlBox {
	border: 1px solid #333;
	position: relative;
}

.conceptPage .contents-inner .ttlBox .ttl_num {
	background: #333;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
}

@media print,
screen and (min-width:900px) {
	.conceptPage .contents-inner .ttlBox {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}

	.conceptPage .contents-inner .ttlBox .ttl_num {
		font-size: 20px;
		line-height: 32px;
		padding: 10px 20px;
	}

	.conceptPage .contents-inner .ttlBox .ttl_num .ttl_num_emph {
		font-size: 32px;
		margin-left: 10px;
	}

	.conceptPage .contents-inner .ttlBox .merit_ttl {
		font-size: 24px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:899px) {
	.conceptPage .contents-inner .ttlBox {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.conceptPage .contents-inner .ttlBox .ttl_num {
		font-size: 1em;
		line-height: 3em;
		padding: 1em 0.5em;
		display: block;
		/*	position: absolute;
	top: -5px;
	left: 5px;*/
	}

	.conceptPage .contents-inner .ttlBox .ttl_num .ttl_num_emph {
		font-size: 1.2em;
		margin-left: 0.2em;
	}

	.conceptPage .contents-inner .ttlBox .merit_ttl {
		font-size: 1.2em;
		padding: 0 0.5em;
		line-height: 140%;
	}
}

.conceptPage .meritBox {
	margin-top: 80px;
}

@media screen and (max-width:899px) {
	.conceptPage .meritBox {
		margin: 4em 1% 0;
	}
}
.conceptPage .detail_txt,.conceptPage .merit_ttl{
	text-align:left;
}

@media print,
screen and (min-width:900px) {
	.conceptPage .meritBox .detailBox {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.conceptPage .meritBox .detailBox .detail_txt {
		width: 640px;
		margin: 10px 0;
	}

	.conceptPage .meritBox .detailBox .detail_txt p {
		font-size: 18px;
		margin: 10px;
	}

	.conceptPage .meritBox .detailBox .detail_img {
		width: 500px;
		margin: 10px 0;
	}

	.conceptPage .meritBox .detailBox .detail_img .img_merit {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:899px) {
	.conceptPage .meritBox .detailBox {
		margin: 1em;
	}

	.conceptPage .meritBox .detailBox .detail_txt {
		margin-top: 1em;
	}
}

/* ▲▲▲ yumeca-concept ▲▲▲ */



.higashimachi_box1 {
    padding: 3em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #dcdcdc;
}
.higashimachi_box1 p {
    margin: 0; 
    padding: 0;
}


.point_box1 {
    padding: 3em;
    margin: 2em 0;
    font-weight: bold;
    background: #fffaf0;
}
.point_box1 p {
    margin: 0; 
    padding: 0;
}



.openhouse_title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.openhouse_title1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.openhouse_box1 {
    width: 90%;
    padding: 3em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #3E3A39;
}
.openhouse_box1 p {
    margin: 0; 
    padding: 0;
}

.openhouse_concept {
    background-color: #F0F0F0;
    margin-top: -50px;
}
.openhouse_box2{
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #696969;
}

.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 360px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn_12:hover {
	background: #44c6f2;
	color: #fff;
}

.model_blue_1 {
    background-color: #F0E6DB;
    margin-top: -40px;
}

.model_blue_2 {
    background-color: #F2F2F2;
    margin-top: -40px;
}
.model_blue_4 {
    background-color: #FFFAF2;
}

.model_blue_5 {
    background-color: #FOF8FF;
}

.model_blue_6 {
    background-color: #fcdfcc;
}

.model_blue_7 {
    background-color: #d96b21;
}

.model_blue_8 {
    background-color: #121111;
}


.model_blue_9 {
    background-color: #607355;
}

.model_blue_10 {
    background-color: #827860;
}


.model_blue_11 {
    background-color: #42081c;
}

.model_blue_12 {
    background-color: #c1e8e5;
}

.model_blue_13 {
    background-color: #fa4343;
}

.model_blue_14 {
    background-color: #ffffff;
}

.model_blue_15 {
    background-color: #ebd9ce;
}

.model_blue_16 {
    background-color: #d9d9d9;
}

.model_blue_17 {
    background-color: #fffde9;
}

.model_collar_1 {
    background-color: #3e93b5;
}

.model_collar_2 {
    background-color:#3eb59f;
}

.model_collar_3 {
    background-color:#d66781;
}

.model_collar_4 {
    background-color:#97ab54;
}

.model_collar_5 {
    background-color:#d69142;
}

.model_collar_6 {
    background-color:#046180;
}

.model_collar_7 {
    background-color:#d1e6ed;
}
.model_green_1 {
    background-color: #dbebc4;
    margin-top: -40px;
}

.model_green_2 {
    background-color: #fffcf0;
    margin-top: -40px;
}

.model_mid_1 {
    background-color: #ffffff;
    margin-top: -40px;
}

.model_mid_2 {
    background-color: #c47c64;
    margin-top: -40px;
}

.model_green_3 {
    background-color: #ECF8F9;
    margin-top: -40px;
}

.model_collar_blue {
    background-color:#008eb2;
}

.model_collar_red {
    background-color:#d21927;
}

.model_collar_navy {
    background-color:#234165;
}
/*------------------------------------------------------------*/

  /*樋口試したい機能1タブ*/

.tab_menu {
    z-index: 2;
    position: relative;
    width: 80px;
    margin: 0 5px;
    background-color: #eee;
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: solid 2px #ccc;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_menu:hover {
    color: #838383;
}
.tab_menu:first-of-type{
margin: 0 5px 0 20px;
}
input:checked + .tab_menu {
    background-color: #fff;
    border-bottom: solid 2px #fff;
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content,
#tab_d:checked ~ #tab_d_content,
#tab_a:checked ~ #tab_a_content,
#tab_e:checked ~ #tab_e_content,
#tab_f:checked ~ #tab_f_content,
#tab_g:checked ~ #tab_g_content,
#tab_h:checked ~ #tab_h_content,
#tab_i:checked ~ #tab_i_content,
#tab_j:checked ~ #tab_j_content,
#tab_k:checked ~ #tab_k_content,
#tab_l:checked ~ #tab_l_content,
#tab_n:checked ~ #tab_n_content,
#tab_m:checked ~ #tab_m_content,
#tab_o:checked ~ #tab_o_content,
#tab_p:checked ~ #tab_p_content,
#tab_q:checked ~ #tab_q_content,
#tab_r:checked ~ #tab_r_content,
#tab_s:checked ~ #tab_s_content,
#tab_t:checked ~ #tab_t_content,
#tab_u:checked ~ #tab_u_content {
    display: block;
}

/*------------------------------------------------------------*/
.tab_content02 {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
#tab_1:checked ~ #tab_1_content,
#tab_2:checked ~ #tab_2_content,
#tab_3:checked ~ #tab_3_content,
#tab_4:checked ~ #tab_4_content,
#tab_5:checked ~ #tab_5_content, 
#tab_6:checked ~ #tab_6_content,
#tab_7:checked ~ #tab_7_content,
#tab_8:checked ~ #tab_8_content, 
#tab_9:checked ~ #tab_9_content,
#tab_10:checked ~ #tab_10_content {
    display: block;
}
.tab_menu02 {
    z-index: 2;
    position: relative;
    width: 200px;
    margin: 0 5px;
    background-color: #eee;
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: solid 2px #ccc;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_menu02:hover {
    color: #838383;
}
.tab_menu02:first-of-type{
margin: 0 5px 0 20px;
}
input:checked + .tab_menu02 {
    background-color: #fff;
    border-bottom: solid 2px #fff;
}
input[name="tab_menu02"] {
  display: none;
}

/*------------------------------------------------------------*/
html, body {
  height: 100%;
}
body {
  margin: 0;
  /* padding: 10px; */
}
* {
  box-sizing: border-box;
}
.tab-wrap {
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tab-label {
  width: 150px;
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border:1px solid Gray;
  border-radius: 4px 0 0 4px;
  margin: 5px -1px 5px 1px;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float:left;
}
.tab-content {
  display:none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color: Gray;
  background: White;
  border-right-color: White;
}
.tab-switch:checked+.tab-label+.tab-content {
  width: calc(100% - 150px); /* - ボタン幅 */
  height: 100%;
  padding: 15px;
  border-left: 1px solid Gray;
  display:block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*------------------------------------------------------------*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6)
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7)
.cp_tab > input:nth-child(15):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(8) 
.cp_tab > input:nth-child(17):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(9)
.cp_tab > input:nth-child(19):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(10)
.cp_tab > input:nth-child(21):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(11){
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}

.tokyoday-section-00 {
    border-top: 3px solid #EAC05A;
    background: repeating-linear-gradient(-60deg, #188945, #188945 12.4px, #248f4e 12.4px, #248f4e 24.8px);
    background-position: 0px -41px;
}
.bg-inner {
    background: url(mimg/5469.png) repeat-y;
    background-size: 100% auto;
    background-position: center;
}
.tsection-first {
    border-top: 3px solid #EAC05A;
    background: repeating-linear-gradient(-60deg, #1e604d, #1e604d 12.4px, #125743 12.4px, #125743 24.8px);
    background-position: 8px;
}
/*------------------------------------------------------------*/
.tokyoday-section-01 {
    background: url(mimg/5527.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
}

.tsection-first01 {
    border-top: 3px solid #EAC05A;
    background: repeating-linear-gradient(-60deg, #1e604d, #1e604d 12.4px, #125743 12.4px, #125743 24.8px);
    background-position: 8px;
}
/*------------------------------------------------------------*/
.tokyoday-section-02 {
    background: url(mimg/5525.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
}
.bg-inner {
    background: url(mimg/5469.png) repeat-y;
    background-size: 100% auto;
    background-position: center;
}
.tsection-first02 {
    border-top: 3px ;
    background: url(mimg/5525.jpg) repeat-y;
    background-position: center;
}
/*------------------------------------------------------------*/

.bg-inner01 {
    background: url(mimg/5690.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
    margin-top: 5px;
}
.bg-inner02 {
    background-color: #b9933f;
}
.bg-inner03 {
    background: url(mimg/5690.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
    margin-top: 5px;
}

.bg-inner04 {
    background: url(mimg/6011.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
    margin-top: 5px;
}

.bg-inner05 {
    background-color: #F45887;
}

.bg-inner06 {
    background-color: #F7F6E8;
}

.bg-inner07 {
    background: url(mimg/5690.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
    margin-top: 5px;
}

.bg-inner08 {
    background-color: #91d17b;
}

.1002bhv_section1 {
    background-color: #F9F4EF;
}
.1002bhv_section3 {
    background-color: #8c7851;
}

.bg-inner09 {
    background: url(mimg/6476.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center;
    margin-top: 5px;
}

.bg-inner10 {
    background-color: #38b5a2;
}

.bg-inner11 {
    background-color: #12233d;
}





  /*樋口試したい機能2アコーディオンタブ*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #da3c41;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #f1c6c6;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/*------------------------------------------------------------*/

/* 梅岡 */

.x-scroll {
    width: 100%;
    overflow: hidden;
}
.x-scroll_inner {
    display: flex;
    animation: 30s linear infinite xScroll;
}
@keyframes xScroll {
    0%     { transform: translateX(0);}
    100% { transform: translateX(-1700px);} /* .x-scroll_block 1つ分の幅だけ動かす */
}
.x-scroll_block {
    display: flex;
    width: 3000px; /* (320px + 20px) + 3 */
}
.x-scroll_item {
    width: 400px;
    height: 300px;
    margin: 0px;
}

/*------------------------------------------------------------*/

#css-slider {
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.slide-item {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}


.slider-wrapper {
	width: 300%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 10s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  33% { transform: translateX(-300px); }
  66% { transform: translateX(-600px); }
  100% { transform: translateX(0); }
}


/*------------------------------------------------------------*/
.more3{
    max-height: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: .3s ease;
    transition-property: transform,max-height;
}
.morefix3:target +  .more3{
    max-height: 99999px;
    transform: scaleY(1);
}
.morefix3{
    position: fixed;
    top: 0;
}
/*------------------------------------------------------------*/

details[open] summary ~ * {
    animation: sweep .2s ease-out;
    margin-left: 1em;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: 0}
    100%  {opacity: 1; margin-left: 1em}
}

/*------------------------------------------------------------*/
/*【アコーディオンコード】＝＝＝＝＝＝＝＝＝*/
.accordion-001 {
    max-width: 500px;
    background-color: #f2f2f2;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

/*------------------------------------------------------------*/

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表ｦ */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #62c9c7;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表ｦ速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表ｦする */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

/*-----------------------------------
梅岡
アコーディオン

CSS
*/

.accordion-002 {
    max-width: 500px;
    background-color: #f2f2f2;
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #bdee53;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

/*
-----------------------------------------------
デザイン調整
HTMLをコピペ
CSSをコピペ
完了
step3
CSSをコピペする
CSS
*/

.accordion-008 {
    max-width: 500px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #1e7bc2;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #1e7bc2b3;
    border-right: 3px solid #1e7bc2b3;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] summary::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #1e7bc2;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}

/*------------------------------------------------------------*/
/*スライダー2*/

.slider2{
	display:flex;
	flex-wrap:wrap;
}

.slider2 > div{
	width: 50%;
	position: relative;
	overflow: hidden;
	padding: 5px;/*余白の大きさ*/
}

.slider2 p{
	margin:0px ;
	padding:0px ;
}

.slider2 img{
	margin:0px ;
	padding:0px ;
}

@media screen and (max-width: 500px){
.slider2{
	display: flex;
	flex-wrap:nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding:0 0 1em;
	scroll-behavior: smooth;
}
.slider2 .slide-content {
	height:100%;
	flex: 0 0 65%;
	margin: 0px 5px;
	scroll-snap-align:center;
}
}


/*スライダー3*/
.slider3{
	display:flex;
	flex-wrap:wrap;
}

.slider3 > div{
	width: 33%;
	position: relative;
	overflow: hidden;
	padding: 5px;/*余白の大きさ*/
}

.slider3 p{
	margin:0px ;
	padding:0px ;
}

.slider3 img{
	margin:0px ;
	padding:0px ;
}

@media screen and (max-width: 500px){
.slider3{
	display: flex;
	flex-wrap:nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding:0 0 1em;
	scroll-behavior: smooth;
}
.slider3 .slide-content {
	height:100%;
	flex: 0 0 65%;
	margin: 0px 5px;
	scroll-snap-align:center;
}
}

/*------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.cp_fulltab03 {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #37474F;
	overflow: hidden;
}
.tabs_menu {
	float: left;
	display: inline-block;
	width: 4rem;
	height: 100%;
}
.tabs_menu, .tabs_menu * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.tabs_menu > input[type='radio'] {
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.tabs_menu > input[type='radio']:checked + label {
	background: white;
}
.tabs_menu > input[type='radio']:checked + label:before {
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	-webkit-transition: -webkit-transform 0.35s;
	        transition:         transform 0.35s;
}
.tabs_menu > input[type='radio']:checked + label:after {
	color: #37474F;
}
.tabs_menu > label {
	border: none;
	padding: 0;
	background: none;
	outline: none;
	border-radius: 0;
	-webkit-transition: background-position 0.25s, box-shadow 0.25s;
	        transition: background-position 0.25s, box-shadow 0.25s;
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 25vh;
	margin: 0;
	background: #FF4081;
	box-shadow: inset 0px 1px 0 white, inset -1px 0 0px 0px white;
}
.tabs_menu > label:first-of-type {
	box-shadow: inset -1px 0 0px 0px white;
}
.tabs_menu > label:after {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 100%;
	color: white;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	-webkit-transition: color 0.25s;
	        transition: color 0.25s;
}
.tabs_menu > label:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: translate(-5.5rem, -50%);
	        transform: translate(-5.5rem, -50%);
	-webkit-transform: translate3d(-5.5rem, -50%, 0);
	        transform: translate3d(-5.5rem, -50%, 0);
	-webkit-transition: -webkit-transform 0.2s;
	        transition:         transform 0.2s;
}
.tabs_menu > .tabs_cont {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 90%;
	left: 4rem;
	text-align: center;
	-webkit-transition: -webkit-transform 0.5s;
	        transition:         transform 0.5s;
}
.tabs_menu > .tabs_cont > .card {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 70%;
	max-height: 50%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2rem;
	box-shadow: 0 0 0 1px white;
	color: white;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate(-50%, -50%) translate(-1.5rem, 0);
	        transform: translate(-50%, -50%) translate(-1.5rem, 0);
	-webkit-transform: translate3d(-50%, -50%, 0) translate3d(-1.5rem, 0, 0);
	        transform: translate3d(-50%, -50%, 0) translate3d(-1.5rem, 0, 0);
}
.tabs_menu > .tabs_cont > .card > h1 {
	margin-top: 0;
}
.tabs_menu > input[type='radio']:nth-of-type(1):checked ~ .tabs_cont:nth-of-type(1) {
	-webkit-transform: translate(0, 0%);
	        transform: translate(0, 0%);
	-webkit-transform: translate3d(0, 0%, 0);
	        transform: translate3d(0, 0%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(1):checked ~ .tabs_cont:nth-of-type(2) {
	-webkit-transform: translate(0, 100%);
	        transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(1):checked ~ .tabs_cont:nth-of-type(3) {
	-webkit-transform: translate(0, 200%);
	        transform: translate(0, 200%);
	-webkit-transform: translate3d(0, 200%, 0);
	        transform: translate3d(0, 200%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(1):checked ~ .tabs_cont:nth-of-type(4) {
	-webkit-transform: translate(0, 300%);
	        transform: translate(0, 300%);
	-webkit-transform: translate3d(0, 300%, 0);
	        transform: translate3d(0, 300%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(2):checked ~ .tabs_cont:nth-of-type(1) {
	-webkit-transform: translate(0, -100%);
	        transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(2):checked ~ .tabs_cont:nth-of-type(2) {
	-webkit-transform: translate(0, 0%);
	        transform: translate(0, 0%);
	-webkit-transform: translate3d(0, 0%, 0);
	        transform: translate3d(0, 0%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(2):checked ~ .tabs_cont:nth-of-type(3) {
	-webkit-transform: translate(0, 100%);
	        transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(2):checked ~ .tabs_cont:nth-of-type(4) {
	-webkit-transform: translate(0, 200%);
	        transform: translate(0, 200%);
	-webkit-transform: translate3d(0, 200%, 0);
	        transform: translate3d(0, 200%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(3):checked ~ .tabs_cont:nth-of-type(1) {
	-webkit-transform: translate(0, -200%);
	        transform: translate(0, -200%);
	-webkit-transform: translate3d(0, -200%, 0);
	        transform: translate3d(0, -200%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(3):checked ~ .tabs_cont:nth-of-type(2) {
	-webkit-transform: translate(0, -100%);
	        transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(3):checked ~ .tabs_cont:nth-of-type(3) {
	-webkit-transform: translate(0, 0%);
	        transform: translate(0, 0%);
	-webkit-transform: translate3d(0, 0%, 0);
	        transform: translate3d(0, 0%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(3):checked ~ .tabs_cont:nth-of-type(4) {
	-webkit-transform: translate(0, 100%);
	        transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(4):checked ~ .tabs_cont:nth-of-type(1) {
	-webkit-transform: translate(0, -300%);
	        transform: translate(0, -300%);
	-webkit-transform: translate3d(0, -300%, 0);
	        transform: translate3d(0, -300%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(4):checked ~ .tabs_cont:nth-of-type(2) {
	-webkit-transform: translate(0, -200%);
	        transform: translate(0, -200%);
	-webkit-transform: translate3d(0, -200%, 0);
	        transform: translate3d(0, -200%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(4):checked ~ .tabs_cont:nth-of-type(3) {
	-webkit-transform: translate(0, -100%);
	        transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
}
.tabs_menu > input[type='radio']:nth-of-type(4):checked ~ .tabs_cont:nth-of-type(4) {
	-webkit-transform: translate(0, 0%);
	        transform: translate(0, 0%);
	-webkit-transform: translate3d(0, 0%, 0);
	        transform: translate3d(0, 0%, 0);
}
----------------------------

.tab-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 500px;
}

.tab-5 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2558d0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-5 > label:hover {
    opacity: .8;
}

.tab-5 input {
    display: none;
}

.tab-5 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-5 label:has(:checked) {
    opacity: 1;
}

.tab-5 label:has(:checked) + div {
    display: block;
}

.mizuiro {
  background-color: #d9f1f5;
}

.orenji {
  background-color: #fff9b1;
  margin: 0;
}
.Double_line {
  border-bottom: 6px double #000;
}

----------------------------

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 500px;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #c68b39;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-style: italic;
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}



CSS

.tab-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #28c0c3;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #28c0c3;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-4 label:has(:checked) + div {
    display: block;
}

--------------------------------------

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  color: #13c3ac;
  font-weight: bold;
  border: solid 2px #13c3ac;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 10px 30px;
  margin: 0 0px; 
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #13c3ac;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #13c3ac transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}

-------------------------------------
-------------------------------------

.tabs02 {
  display: flex;
  flex-wrap: wrap;
}

.tab_label02 {
  color: #13c3ac;
  font-weight: bold;
  border: solid 2px #13c3ac;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 10px 30px;
  margin: 0 0px; 
}

.tab_label02:hover {
  opacity: 0.75;
}

.tab_content02 {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch02"] {
  display: none;
}

.tabs02 input:checked + .tab_label02 {
  color: #fff;
  background-color: #13c3ac;
}
.tabs02 input:checked + .tab_label02::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #13c3ac transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab201:checked ~ #tab201_content,
#tab202:checked ~ #tab202_content,
#tab203:checked ~ #tab203_content,
#tab204:checked ~ #tab204_content,
#tab205:checked ~ #tab205_content,
#tab206:checked ~ #tab206_content,
#tab207:checked ~ #tab207_content,
#tab208:checked ~ #tab208_content {
  display: block;
}

.tab_content02{
  position: relative;
  animation: fadeIn 1s ease;
}

-------------------------------------



.tab-wrap {
	--tab-color:lightgray;
	--active-tab-color:#51677A;
	display: flex;
	flex-wrap: wrap;
  gap:0 1px;
}


.tab-label {
	color:white;
	background-color:var(--tab-color);
	text-align: center;
	padding: .5em 1em;
	cursor: pointer;
	flex: 1;
 	order: -1;
}
 


.tab-content {
	width: 100%;
	display: none;
}



.tab-switch:checked+.tab-label {
	background-color:var(--active-tab-color);
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;
	padding: 15px 0 0 0;
}


.tab-wrap:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color:var(--active-tab-color);
	display: block;
	order: -1;
}


.tab-switch {
	display: none;
}

----------------------------------

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 20px;
  width: 100%;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100% / 3);
  /*タブが増減する場合3の部分を適宜変えてください*/
  height: 50px;
  background: #f1f1f1;
  color: #00b7c3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  transition: all 0.2s ease;
  border-top: #f1f1f1 solid 1px;
  border-left: #f1f1f1 solid 1px;
  border-right: #f1f1f1 solid 1px;
  box-sizing: border-box;
  &:hover {
    opacity: 0.75;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 20px;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_1:checked ~ #tab_item1,
#tab_2:checked ~ #tab_item2,
#tab_3:checked ~ #tab_item3,
#tab_4:checked ~ #tab_item4,
#tab_5:checked ~ #tab_item5,
#tab_6:checked ~ #tab_item6 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #fff;
  color: #00b7c3;
}

/*以下、タブ内に表示するtableのスタイル*/
.tab_content table {
  width:100%;
  text-align: left;
}
.tab_content th {
  min-width: 100px;
  width: 20%;
}
.tab_content tr {
  border-bottom: #f1f1f1 solid 1px;
}

----------------------

ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

[value="全て"]:checked ~ .targets [data-category] {
  display: block;
}
[value="宮浦"]:checked ~ .targets .target:not([data-category~="宮浦"]), 
[value="七宝"]:checked ~ .targets .target:not([data-category~="七宝"]), 
[value="Red"]:checked ~ .targets .target:not([data-category~="Red"]), 
[value="Square"]:checked ~ .targets .target:not([data-category~="Square"]), 
[value="Circle"]:checked ~ .targets .target:not([data-category~="Circle"]) {
  display: none;
}
/*  ラジオボタンを非表示に */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/*  以下はラベルのスタイル */
.filters {
  margin-bottom: 2rem;
}
.filters * {
  display: inline-block;
}
.filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s;
}
.filters label:hover {
  background: #333;
  color: #fff;
}
[value="全て"]:checked ~ .filters [for="全て"], 
[value="宮浦"]:checked ~ .filters [for="宮浦"], 
[value="七宝"]:checked ~ .filters [for="七宝"], 
[value="Red"]:checked ~ .filters [for="Red"], 
[value="Square"]:checked ~ .filters [for="Square"], 
[value="Circle"]:checked ~ .filters [for="Circle"] {
  background: #333;
  color: #fff;
}

-----------------------


/* ラジオボタン02 */
.radio02{
	float: left;	
	width: 100%;	
	margin:0 0 50px 0;
}
.radio02 input{
	display: none;
}
.radio02 label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 1px 0 1px 0;
	padding: 1.4% 0 1.5% 0;
	border-right: 1px solid #d7d7d7;
	background: #e5e5e5;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radio02 label:first-of-type{
}
.radio02 label:last-of-type{
	border-right: 0px;
}
.radio02 input[type="radio"]:checked + label {
	background-color: #a1b91d;
	color: #fff;
}

---------------------
.tab-3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid #2dd2a9;
    color: #2dd2a9;
}

.tab-3 label:has(:checked) + div {
    display: block;
}
----------------------


.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #37beb0;
  margin: 0 auto;}
.tab_item {
  width: calc(100%/4);
  padding:15px 0;
  border-bottom: 3px solid #37beb0 ;
  background-color: #ececec;
  text-align: center;
  color: #37beb0 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0 ;
  color: #fff;
}
----------------------


.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
    order:-1;
}
.tab-content {
    width: 100%;
    display: none;
}
.tab-switch:checked+.tab-label {
    background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
------------------------

.clicktxt {
color:#ffffff;
background-color: #4169e1;
padding:15px;
border-radius: 10px;
}

.switchdsp input {
display: none;
}

.switchdsp .dsp {
padding: 0px 10px 0px 10px;
height: 0;
overflow: hidden;
transition: 0.9s;
opacity: 0;
}

.switchdsp input:checked ~ .dsp {
padding: 0px 25px 0px 25px;
height: auto;
opacity: 1;
}


----------------------------------
.accordion-005 {
    max-width: 500px;
}

.accordion-005:not([open]) {
    margin-bottom: 7px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #09c8b1;
    background-color: #09c8b1;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #009881;
    border-right: 3px solid #009881;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #ffffff;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}

--------------------

<!--higuchi ふわっと切り替わる画像-->

.container{
  height: 300px;
  width: 300px;
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 25s infinite;
}

.src1 {
  background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/bce8cff5-4a9a-429a-b8e3-33ff82b2fc17);
}
.src2 {
  background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/0001f1ef-5c1c-40b3-a310-68182c5485c3);
}
.src3 {
  background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/2c6d06e3-1076-450b-8009-534953605bb7);
}
.src4 {
  background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/389faaf0-cfdb-47c9-93a7-df0876e15682);
}
.src5 {
  background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/653d2463-7c13-46d6-be2a-f39432da262c);
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

----------------------------------------------------

.parallax_content{
  min-height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.front_content{
  padding: 60px;
  background-color: #fff;
}
.parallax_content.img_bg_01{
  background-image: url(mimg/6766.jpg);
}
.parallax_content.img_bg_02{
  background-image: url(mimg/6766.jpg);
}
.parallax_content.img_bg_03{
  background-image: url(mimg/6766.jpg);
}

@media screen and (max-width: 768px){
  .parallax_content{
    height: 100%;
    background-image: none;
  }
  .parallax::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-hieght: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .parallax_content.img_bg_01::before{
    background-image: url(mimg/6766.jpg);
  }
  .parallax_content.img_bg_02::before{
    background-image: url(mimg/6766.jpg);
  }
  .parallax_content.img_bg_03::before{
    background-image: url(mimg/6766.jpg);
  }
}

---------------------------------------------

.higuchi_mx{
   width: 90%;
  border-spacing: 0;
}
.higuchi_mx th{
  border-bottom: solid 1px #7d7d7d;
  padding: 10px 0;
}
.higuchi_mx td{
  border-bottom: solid 1px #7d7d7d;
  padding: 10px;
  width:70%;
}

-------------------------------------

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

----------------------------------------

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

------------------------------------------

.sample_box3_1 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px #c71585;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.sample_box3_1 .sample_box_title{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.3em;/*タイトル文字サイズ*/
    background: #ffffff;/*タイトル文字背景色*/
    color: #c71585;/*タイトル文字色*/
    font-weight: bold;
}
.sample_box3_1 p {
    margin: 0; 
    padding: 0;
}
-------------------------------------------------------

.tmb {
  width: 50%;
}
.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

--------------------------------------------------
.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}


----------------------------------------------------

.under5 { 
  border-bottom: solid 3px red;
}

------------------------------------------
.model_red_1 {
    background-color: #f02939;
}

.model_red_2 {
    background-color: #eb152a;
}

.model_green_1 {
    background-color: #104a22;
}

.model_yellow_1 {
    background-color: #fce00d;
}

.model_White_1 {
    background-color: #ffffff;
}

.top_btn {
    position: absolute;
    bottom: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 60%);
    width: 30vw;
}
@media screen and (max-width:1100px){
.top_btn {
    top: 60%;
}
}
@media screen and (max-width:800px){
.top_btn {
    top: 70%;
}
}
@media screen and (max-width:600px){
.top_btn {
    width: 100%;
    top: 88%;
}
  .pr_pl_16{
    padding: 0 16px;
}
}


.event_gray_1 {
    background-color: #efefef;
}





.perta_step{
    background-color: #eee8aa;
}
.p-index-section__title {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 2;
    color: #695041;
}
.p-index-section__lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
       color: #695041;
    line-height: 2.2;
    text-align: center;
}

.perta_maincolor{
    background-color: #fbf1e9;
}
/*------------------------------------------------------------*/

.model_blue_111 {
    background-color: #f5f5f5;
}

.table_design04 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design04 th, .table_design04 td {
  padding: 1em;
}
.table_design04 th {
  border-right: 1px solid #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
}

.model_mid_00{
    background-color: #000000;
    margin-top: -40px;
}
   

.contents.lp .footer_tenpo.three div {
  width:calc(100%/3);
}

@media (max-width: 650px) {
  .contents.lp .footer_tenpo.three {
    justify-content: center;
  }
  .contents.lp .footer_tenpo.three div {
    width:50%;
  }
}

.swiper-button-next, .swiper-button-prev {
  color:#fff !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size:20px !important;
}

.swiper-slide {
  padding-bottom:10px;
}

.swiper-pagination-bullet-active {
    background: #333 !important;
}