/* p,div,li,ul,tr,th,t{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
 .text_box{
    margin-bottom: 1em;
}
 .p_box p:not(:last-child) {
    margin-bottom: 1em;
}
/* @media screen and (max-width: 600px) {
p,div,li,ul,tr,th,td{
	    font-size: 1rem;	
	}	
} */
/*共通項目*/

strong{
	color:#b4a045;
}
.link_text{
    color: #6387c1;
    text-decoration:underline !important;
}
.mt80_40{
	margin-top: clamp(40px, 4vw, 80px)!important;
}
.mt50_30{
	margin-top: clamp(30px, 4vw, 50px)!important;
}
.mt30_15{
    margin-top: clamp(15px, 4vw, 30px)!important;
}
.mt15_8{
    margin-top: clamp(8px, 4vw, 15px)!important;
}

.mb50_30{
	margin-bottom: clamp(30px, 4vw, 50px) !important;
}
.mb30_15{
	margin-bottom: clamp(15px, 4vw, 30px)!important;
}
.mb15_8{
	margin-bottom: clamp(8px, 4vw, 15px)!important;
}





.strong{
font-weight:600;
    color: #509470;
}


.sub_top{
	background-image: url("../img/sub_top.jpg");
	    background-position: center;
	height:280px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	    margin-bottom: 100px;
}
.sub_top h2{
display: flex;
    text-align: center;
    font-size: 3rem;
    flex-direction: column-reverse;
    line-height: 1.4;
	    font-weight: 500;
	color: #888888;
    font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
}
.sub_top h2 span{
	font-weight:400;
    color: #b8d4d0;
	    font-size: 140%;
	font-family: oskar, sans-serif;
}

h3{
    text-align: center;
    font-size: 2.2rem;
    flex-direction: column-reverse;
    line-height: 1;
	position: relative;
	width: fit-content;
        margin: 100px auto 60px;
	color: #666;
	    font-weight: 500;
}
h3:after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 20px auto 0px;
    border-bottom: dotted 7px #c9e6e2;
    width: 42px;
	
}
h3 span{
color: #509470;
	
}

h5{
    border-bottom: dotted 4px #dfe5e4;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 7px;
    font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
    color: #8cbec2;
    font-size: 108%;
}
.inner{
	max-width: 1100px;
    margin: 0 auto;
	width: 96%;
}

.text_box{
    margin: 0px 50px 50px;
} 

.text_box li{
    margin-top: 0.2vw;
	    margin-left: 1em;
	    position: relative;
}
.nom_list li{
	list-style: decimal !important;	
}

.border_box{
	    border: solid 2px #ddd;
    padding: 20px;
}
.linktext{
     color: #81c7bc;
    font-weight: 500;
}
.text_box_p{
    padding-top: 0.5em;
}
.text_box_p span{
font-weight: 600;	
}
.center{
	text-align: center;
}
.linkbtn{
    width: fit-content;
    padding: 8px 30px;
    border-radius: 30px;
    margin: 10px 0 0 auto;
    display: flex;
    align-items: center;
   background-color: #b8935e;
    font-weight: 500;
    color: #fff;
}
.linkbtn img{
    width: 8px;
    margin-left: 20px;	
}
.linkbtn a{
		display: flex;
	align-items: center;
	
}
.link_p{
    color: #007eff;	
}


.sub_top_box{
display: flex;
    justify-content: center;
align-items: center;
max-width:1200px;
    margin: 100px auto 90px;
    gap: clamp(0px, 5vw, 100px);
}

/* .sub_top_box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - calc(20 / 1920* 100vw));
    background: #d99f3e;
    bottom: 0;
    z-index: -1;	
} */
.sub_top_box_img{
	width: 50%;
	max-width:450px;
	position:relative;

  
}
.sub_top_box_img img{
    border-radius: 10px 10px 10px 10px;		
}

.sub_top_box_text{
max-width:550px;
}
.sub_top_box_text span{
    font-size: 115%;
    font-weight: 500;
    display: block;
       color: #a1cec7;
    margin-bottom: 20px;
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 1100px) {
.sub_top_box {
    width: 90%;
}	
}
@media screen and (max-width: 1000px) {
  .box_flex {  display: block;
	}
	.box01 {
    width: 95%;
    margin: 0px auto 40px;
}
}

@media screen and (max-width: 750px) {
.sub_top_box_text {
    width: 100%;
	    margin-top: 30px;
}
.sub_top_box_img{
    width: 100%;
    max-width: 500px;
}
	.sub_top_box_text span{
		font-size: 110%;
	}
	    .sub_top_box {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 600px) {
	.sub_top_box_text span {
		font-size: 107%;
		    margin-bottom: 10px;
	}
	.sub_top_box{
	    margin: 40px auto 40px;	
		    width: 100%;
	}
	.text_box{
    margin: 30px auto;
    width: 98%;
	}
}

@media screen and (max-width: 770px) {
	.sub_top {
		height: 250px;	
	}


}
@media screen and (max-width: 600px) {
	h3 {
margin: 80px auto 20px;
        font-size: 1.8rem;
}
	h3:after {
    height: 10px;
    width: 50px;
    margin: 15px auto 0px;
}
	.sub_top {
    height: 220px;
}
.text_box {
    margin: 0px 20px 50px;
}
.sub_top h2 {
        font-size: 2.2rem;
}
}
@media screen and (max-width: 500px) {
.linkbtn {
    margin: 20px auto 0px;
}
	h5{

	margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px) {
	.text_box {
    margin: 0px 0px 50px;
}
.inner {
    width: 92%;
}	
}


.map iframe{
	width: 100%;
}
.map{
	margin-bottom: 50px;
}


/* 商品の選び方 */


.link_btn{
    max-width: 280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    padding: 0px 15px;
    gap: 10px;
    background-color: #fff;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    color: #666;
    font-weight: 500;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

.link_btn img{
width: 28px;
    height: auto;	
}
/*表　ご利用について*/
/* table01 */
/* table01 */
.wt600 {
    font-weight: 600;
	    margin-top: 10px;
}
.table_01{
width: 100%;
}

.table_01 th{
    width: 20%;
	font-weight: 600;
	    color: #99c1eb;
}
.table_01 td{
    width: 80%;

}
.table_01 td,.table_01 th{
padding: 20px;
   border-bottom: solid 1px #d8d8d8;
      vertical-align: middle;
}
.table_01 tr:last-child th,
.table_01 tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width: 750px) {
.table_01 td, .table_01 th {
    padding: 10px;
}
.table_01 {
    width: 100%;
    font-size: 16px;
	}
}
	@media screen and (max-width: 500px) {
	.table_01 td, .table_01 th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
		.table_01 td{
		    border-bottom: none;	
		}
		.table_01 th {
			border-bottom: solid 3px #d8d8d8;
		}
.table_01 tr {
margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
}
}

.no_line th, .no_line td {
    border: none;
}

/* table02 */
.table_02 {
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #e5e3e3;
    border-spacing: 0; /* セル間のスペースをなくす */
    width: 100%;
box-shadow: 2px 5px 10px rgba(121, 121, 121, 0.1);
}

.table_02 tr:first-child td:first-child {
    border-top-left-radius: 15px; /* 左上の角丸 */
}

.table_02 tr:first-child td:last-child {
    border-top-right-radius: 15px; /* 右上の角丸 */
}

.table_02 tr:last-child td:first-child {
    border-bottom-left-radius: 15px; /* 左下の角丸 */
}

.table_02 tr:last-child td:last-child {
    border-bottom-right-radius: 15px; /* 右下の角丸 */
}


.table_02 th,
.table_02 td {
    padding: 20px;
    border: 1px solid #d8d8d8;
    vertical-align: top;
	vertical-align: middle;
}

.table_02 th {
    background-color:#abd8d1;
    color: white;
    width: 30%;
    text-align: left;
    font-weight: bold;
}

.table_02 td {
background-color:#fff;

}
.table_bg02{
 background-color:#93bcb5 !important;
	    color: #fff;
}
@media screen and (max-width: 770px) {
    .table_02 th,
    .table_02 td {
           padding: 3px;
        font-size: 95%;
    }
    .table_02 th {
  
    }
}


/*料金案内*/
h4{
    font-size: 105%;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    max-width: 950px;
    margin: 0 auto;
    background-color: #b8ded8;
    border-radius: 15px 15px 0px 0px;
}
.red_note{

    color: #e86a6a;
}
.price_table td {
    width: auto;
}
.price_table th{
width: auto;

}

.price_table th{
	font-weight: 600;
	background-color: #509470;
	color: #fff;
}
.price_table td,.price_table th{
padding: 15px;
   border: solid 1px #509470;
	vertical-align: middle;
	white-space: nowrap;
	
}
.price_table {
	width: 100%;
}
.price_table_point{
	background-color: #f0f8ec;
	padding: 20px;
	margin-top: 20px;
}
.sub_table_01 td{
	    width: auto;
}
.sub_table_01{
	margin-top: 40px;
}
.gmap iframe{
width: 100%;
}
.bus_img {
border: solid 3px #e3e3e3;
    max-width: 550px;
    padding: 10px;
    margin: 10px 0px;
	    width: 60%;
}
.busbbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.busbox_text{
width: 40%;
}
.busbbox_ttl{
	font-weight: 600;
	position: relative;
	    margin-left: 15px;
}
.busbbox_ttl:after{
content: "";
    width: 10px;
    height: 10px;
    background-color: #509470;
    position: absolute;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
}
.mainmap{
	margin-top: 100px;
	text-align: center;
}
.add_box{
	    margin: 30px auto;
    text-align: center;
	font-size:1.2rem;
}
.add_facility_tel{
	background-color: #509470;
    padding: 5px;
    border-radius: 7px;
    color: #fff;
}
.fac_btnbox_wrap{
	display: flex;
	justify-content: center;
margin-bottom: 30px;
}

.fac_btnbox {
    display: flex;
}
.fac_linkbtn{
padding: 8px 20px;
    border-radius: 30px;
    border: solid 1px #b8935e;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-weight: 500;
    color: #b8935e;
    margin: 10px;
    width: 180px;
	    position: relative;
}
.fac_linkbtn img{
    width: 7px;
    height: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 17px;
}
.fac_linkbtn a{
width:100%;	
}
.sp_scr{
	display:none;
}
.anchor{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
@media screen and (max-width: 1000px) {
	.fac_btnbox_wrap {
    flex-direction: column;
	    align-items: center;	 
}
.fac_btnbox {
    justify-content: center;
}
}
@media screen and (max-width: 750px) {
.price_table td, .price_table th {
    padding: 10px;
}
.price_table {
    width: 100%;
	}
	.busbbox{
	    flex-direction: column;	
		}
	.busbox_text {
    width: 100%;
}
	.bus_img {
    width: 100%;
}
}
@media screen and (max-width:600px) {
	h4{
		
	}
	.price_table_wrap{
	overflow-x: scroll;	
	}
.price_table {
    width: 600px;
    margin: 0 auto;
}
.mainmap{
	margin-top: 50px;
}
.sp_scr{
	display:block;
	    color: #8e8e8e;
}
}
@media screen and (max-width:500px) {
	.sp_border{
		    border-bottom: solid 3px #f3f3f3 !important;
	}
.fac_btnbox {
    width: 100%;
}
.fac_linkbtn {
    width: 150px;
    padding: 8px 10px;
	    margin: 5px;
}
.fac_linkbtn img {
	    width: 6px;
    height: 12px;
    top: 16px;
}
	.anchor{
    padding-top: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -50px; /* heightと同じ分のネガティブマージン */
}
.add_facility_tel {
    margin-top: 5px;
    display: inline-block;
}
}
@media screen and (max-width:350px) {
	.fac_linkbtn{
	    font-size: 4.5vw;
	}
}
/* 絞り込み */
.search-area {
    margin: 30px auto;
}
.search-area select {
  padding: 4px;
  vertical-align: middle;
}


.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 35px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
	appearance: none;
    min-width: 220px;
    margin: 0px 10px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 2px solid #c6c6c6;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.input_btn{
    max-width: 230px;
    display: flex;
    border: 2px solid #c6c6c6;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.form_flex{
    display: flex;
    justify-content: space-between;
    max-width: 55%;
}
.form_flex02{
max-width: 0%;
}
.allbtn{
	margin-top:10px;
    background-color: #f5fbf7;
       border: 1px solid #c6c6c6;
	    margin: 10px;
	
    max-width: 220px;
}
.search-area input{
	    width: 100%;
	    text-align: center;
	padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
}
@media screen and (max-width:600px) {
	.selectbox-003 select {
		width: 100%;
		    min-width: auto;
		    margin: 3px;
	}
	.selectbox-003 {
    width: 100%;
}
.form_flex {
display: block;
    width: 100%;
	    max-width: 100%;
}
	.input_btn {
    max-width: 100%;
	    margin: 3px 3px 20px 3px;
}
	
}


/*ブログ一覧*/

.categori-rink a{
    color: #fff;
    background-color: #509470;
    padding: 3px 7px;
    border-radius: 6px;
}
.blog-list{
    font-size: 1.2rem;
    border-bottom: #eee 2px solid;
	    font-weight: 500;
}

.blog-category h2{

    border-bottom: #eee 2px solid;
	    font-weight: 500;
}

/* 情報開示*/
.list_box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.list_box a{
border: solid 1px #01843e;
    padding: 5px 2px;
    display: flex;
    justify-content: center;
    max-width: 300px;
    border-radius: 10px;
    margin: 10px;
    color: #454545;
	    width: 30%;
	height: fit-content;

}
@media screen and (max-width:768px) {
.list_box a {
    width: 45%;
}	
.list_box {
    max-width: 550px;
}
}
@media screen and (max-width:500px) {
	.list_box a {
    width: 100%;
}
.list_box {
    max-width: 100%;
    justify-content: center;
}
}
/* お知らせ */
.news_box{
	margin-top:50px;
}



/* Q＆A */
.about-qa {
  margin-bottom: 20px;
}
.sukima_s{
    margin-bottom: 7px;	
}
.qa_strong{
font-weight: 500;
    margin-bottom: 10px;
    color: #47bbc5;
}
.about-qa-item__ans span{
	color: #dc3545;
}

/* column */
.about-qa-item__ans dl{
	margin-top:10px;
}
.about-qa-item__ans dt{
	font-weight:600;
	color:#48ad8d;
}
.about-qa-item__ans dd{
line-height: 1.6;
}
.dl_zone{
	font-size:1rem;
	background-color:#f8f8f8;
	padding:10px;
}
.dl_zone div{

    border-bottom: 1px #c0c0c0 solid;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dl_zone div:first-child{
	margin-top:5px
}

.dl_lastp{
	margin-top:10px;
}
.dl_zone li{
position:relative;
	    padding-left: 15px;
}
.dl_zone li:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ded0a5;
    position: absolute;
    left: 0px;
    top: 0.55em;
}
.no_point li:after{
position:relative;
}
.no_point li:after{
	    content: none;
	 position: absolute;
}
.second_dl dt{
	color:#333;
	
}
.second_dl dt {
   color: #7e6734;
    font-weight: 400;
    border-bottom: solid 1px #ceb848;
    width: fit-content;
}
.second_dl dd {
	margin-bottom:10px;
}

@media screen and (max-width: 750px) {
  .about-qa {
    margin-bottom: 90px;
  }
}

.about-qa-item {
     background: #509470;
    padding: 15px 20px;
    letter-spacing: 0;
    border-radius: 0px;
    color: #fff;
	border-radius: 10px;

}

.about-qa-item + .about-qa-item {
  margin-top: 15px;
}
.about-qa-item__que {
  line-height: 1.75;
  padding-left: 70px;
  background: url("../img/about/icon-q.png") top 3px left/16px no-repeat;
		    position: relative;
}
.about-qa-item__que:after{
content: "+";
    position: absolute;
    font-size: 2.5rem;
    color: #fdc325;
    left: 88%;
    top: -100%;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.about-qa-item__que:before{
content: "Q";
    position: absolute;
    font-size: 2rem;
    color:#fdc325;
    left: 2%;
    top: -100%;
    z-index: 0;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.about-qa-item__accordion {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
    color: #333;
    font-size: 1rem;
}
.about-qa-item__ans {
  background: #fff;
  line-height: 1.75;
  margin-top: 11px;
  padding: 25px;
	font-size:18px;
	border-radius: 20px;
}

.qa_inner{
    margin: 80px auto 150px;
    max-width: 1000px;
}
.gmap{
	width:100%;
}
.q_text{
font-weight: 500;
    margin-bottom: 10px;
	    padding-bottom: 10px;
    border-bottom: dashed 3px #ffe9b9;
}
.qa_no{
font-size: 1.7rem;
    margin-right: 20px;
    font-weight: 500;
    color: #6ad1c8;
}
@media screen and (max-width:1200px) {
.qa_inner {
    max-width: 760px;
}	
.about-qa-item__que {
    padding-left: 50px;	
	}
.qa_no {
	font-size: 1.5rem;
	margin-right: 10px;
	}
.about-qa-item__que:after {
    font-size: 2rem;
	    left: 95%;
	}
.about-qa-item {
    font-size: 1rem;
}
}
@media screen and (max-width:1200px) {
.about-qa-item__ans {
    font-size: 16px;
}
}
@media screen and (max-width:800px) {
/*.about-qa-item {
    width: 95%;
    margin: 0 auto;
}*/
/*	.about-qa-item__que {
    padding-left: 25px;
    width: 90%;
	}
.about-qa-item__que {
    padding-left: 10px;
}*/
}
@media screen and (max-width:800px) {
	.qa_inner {
		width: calc(100% - 50px);
	}
	.about-qa-item__que{

	  width: 90%;
		display: flex;
	}
	.about-qa-item__que:before {
	font-size: 2rem;
	}
	.about-qa-item__que:after {
font-size: 2rem;
    left: 102%;
		}
}
@media screen and (max-width:500px) {
	.qa_inner {
    width: calc(100% - 20px);
}

	.about-qa-item{
	    padding: 20px 10px;	
	}
}

/*施設概要*/
.un_con_box{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.un_con_box_text{
    max-width: 50%;
}
.un_con_box_img{
    max-width: 45%;
}
.chairman{
	text-align: right;
	    display: block;
	margin-top: 10px;
}
.fac_wrap {
    max-width: 800px;
    margin: 0 auto;
}
.fac_wrap .un_con_box_img{
    max-width: 50%;
}
.fac_name{
font-weight: 600;
color: #509470;

}
.fac_add {
	margin-top: 10px;
	display: block;
}
.fac_add a{
    background-color: #66a17b;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    margin-right: 10px;
}
.fac_linkbtn02{
    padding: 2px 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background-color: #959595;
    color: #fff;
    margin: 5px 0px 0px;
    width: 135px;
    position: relative;
    font-size: 1rem;	
}
.fac_linkbtn02 img{
	    width: 6px;
    margin-left: 15px;
}
.fac_listbox{
	margin-top: 30px;
}
.bold_title{
	font-weight: 500;
	margin-top: 20px;
}
.list_text{
	    margin-top: -20px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
.un_con_box{
	flex-direction: column;
	}
.un_con_box_img {
    max-width: 80%;
    width: 500px;
}
.un_con_box_text{
    max-width: 90%;
	margin-top: 20px;
	   width: 500px;
}
	.fac_wrap .un_con_box_text{
	    width: 400px;	
	}
.fac_wrap .un_con_box_img {
    max-width: 80%;
}

}
@media screen and (max-width:500px) {
.fac_add a {
    padding: 4px 5px;
    border-radius: 5px;
    margin-right: 10px;
    width: 145px;
}
.fac_linkbtn02 {
    margin: 10px 0px 0px;
}
}
/*流れ*/
.flow dd{
    border: solid 2px #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    position: relative;
      border-radius: 14px 14px 14px 14px;
	    max-width: 1000px;
}
.flow .step{
    width: 100%;
    background-color: #a1cec7;
    border-radius: 14px 14px 0px 0px;
	padding: 8px;
}
.notebox{
    background-color: #fbf8f6;
    margin: 0px auto;
    padding: 20px;
	    margin-top: 25px;
    border-radius: 7px;
}
.notebox strong{
	color:#fff;
	    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    background-color: #9e9e9e;
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 15px;
}
.flow .step-title{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
	    margin: 0;
}

.tel_text{
    color: #9bd5cc;
    font-size: 2.3rem;
    font-weight: 600;	
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
	    display: flex;
    justify-content: center;
	    width: fit-content;
    margin: 0 auto;
}

.flow_box{
	max-width: 750px;
margin: 0px auto 50px;
}
.ren_btn{
background-color: #e0f4f1;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    max-width: 250px;
    margin: 10px auto;
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
}
.step_text{
    padding: 30px 0px 40px;
width:95%;
	    max-width: 800px;
}
.step_text strong{
font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;	
}
.step_subbox_ttl{
    background-color: #f1f1f1;
    font-weight: 500;
    text-align: center;	
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
}
.step_subbox{
    background-color: #f9f9f9;
    margin-top: 30px;
    margin-bottom: 10px;
}
.step_subbox{
	
}

.step_subbox_con_text{
    border: solid 2px #a1cec7;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
    color: #a1cec7;
    font-weight: 600;
	font-family: dnp-shuei-mgothic-std,"Zen Maru Gothic", sans-serif;
}
.step_subbox_con .bold{
padding: 0px 5px;
    color: #a1cec7;
    font-weight: 600;
}
.step_subbox_con{
    padding: 40px 0;
    text-align: center;
}

.subtable_wrap{
	width: 90%;
	    margin: 0 auto;
}
.dot_num li{
    list-style-type: auto;
    margin-left: 25px;
    padding-bottom: 10px;
}
.dot_list li{
position: relative;
    padding-left: 30px;
	    margin-top: 0.2vw;
    margin-bottom: 8px;	
}
.dot_list li:after{
    position: absolute;
    top: 11px;
    left: 5px;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #d1ede9;
}
@media screen and (max-width:600px){
	.notebox{
	    margin-top: 25px;	
	}
	.step-title {

    font-size: 1.6rem;
}
	.step_subbox_con{
display: flex;
        flex-direction: column;
        max-width: none;
        align-items: center;
        margin: 0 auto;
	}
	.dot_list li{
	    padding-left: 12px;	
	}
.dot_list li:after {
    left: 0px;
}
}
.subu_table li{
	    margin-bottom: 0px;
}
/* ----------------------------------ペット別酸素室の選び方---------------------------------- */
/*how to use*/
.flex_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 20px auto 0px;
}
/* .flex_btn .link_btn {
    width: 200px;
	
} */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px; /* 最大750px */
    margin: 50px auto;
}

.video-wrapper iframe {
    width: 95%;
    aspect-ratio: 16 / 9; /* 16:9の比率を維持 */
}
.selection .sub_top_box_img{
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.03);
}
.selection .sub_top_box {
    margin: 40px auto 30px;
}

.con_inner{
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
}
.last_contact{
    padding-bottom: clamp(40px, 4vw, 80px);
}

.con_box{
	background-color: #fff;
	    border: solid 2px #c3c3c3;
	border-radius: 15rem;
	margin-top: clamp(40px, 4vw, 80px);
	margin-bottom: clamp(40px, 4vw, 80px);
	    position: relative;
    z-index: 2;	
}

.how_to h2{
	text-align: center;
	    display: flex;
    flex-direction: column;
}
.how_to h2 span{
	    font-size: 6vw;
    font-weight: 300;
    -webkit-text-stroke: 3px #b8ded8;
    text-stroke: 3px #b8ded8;
    color: rgba(0, 0, 0, 0);
}
.move_btn_wrap {
    z-index: 1;
    position: relative;
	 display: inline-block; /* ホバー判定領域をボタン全体に広げる */
	    width: 100%;
}

.move_btn{
    position: relative; /* 親要素内でのスタッキングコンテキストを確立 */
    background-color: #a5d5cd;
    width: 90%;
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 90px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    border: solid 3px #c3c3c3;
    font-size: 2rem;
    color: #fff;
    overflow: hidden; /* 子要素が親要素の範囲外に出ないようにする */
    z-index: 0; /* 親要素よりも子要素を背面に配置 */	
	   transition: transform 0.3s ease; /* スムーズな動き */
}
.move_btn_wrap span {
    position: relative;
    z-index: 1; /* 子要素の z-index を親より低く設定 */
}

.move_btn_wrap span:after {
    content: "";
    position: absolute;
        left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border:solid 1px #c0c0c0;
    background-color: #ffffff;
    height: 100%;
    width: 90%;
	max-width: 1200px;
    border-radius: 20px;
    z-index: -1; /* 疑似要素を親要素の背面に配置 */
    pointer-events: none; /* ホバーやクリックを無効化 */
}
.move_btn:hover {
    transform: translateY(8px); /* ホバー時の動き */

}

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 10px;
    max-width: 1350px;
    margin: 0 auto;
    width: 98%;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;	
	    width: 30%;
}

.card-image img {
  border-radius: 20px; /* 画像の角を丸く */
border:solid 2px #c3c3c3;
}

.btn-circle-right{
width: 100%;	
}
/* ボタンのスタイル */
.btn a {
    position: relative;
    display: block;
    padding: 8px 0;
    background-color: #ffffff;
    border-radius: 60px;
    color: #888888;
    text-decoration: none;
    text-align: center;
	    border: 2px solid #ccc;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* アニメーション */
}
.btn a:hover {
background-color: #eef5f4;
    border-color: #e2e2e2;
}



/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #dad695;
transition: right 0.3s ease; /* アニメーション追加 */
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
    transition: right 0.3s ease; /* アニメーション追加 */
}
.btn-circle-right a:hover::before {
    right: 10px; /* ホバー時に左へ動く */
}

.btn-circle-right a:hover::after {
    right: 15px; /* ホバー時に左へ動く */
}

.list_box_con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;	
}
.list_box li {
    max-width: 425px;
    width: 49%;
    position: relative;
    padding-left: 20px;
    line-height: 2;
    display: inline-block;
}
.list_box li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #eeebe8;
    border-radius: 50%;
    left: 0;
    top: 18px;
    transform: translateY(-50%);
}

.back_color {
    background-color: #fbfbfb;
}

@media screen and (max-width: 770px) {
.card {
    width: 48%;
}
}
@media screen and (max-width: 600px) {
	.how_to h2 span {
    font-size: 12vw;
	-webkit-text-stroke: 2px #b8ded8;
}
	.card-image{
		width: 100%;
	}
	.move_btn{
	    font-size: 1.8rem;	
	}
	.btn a{
	font-size: 1.5rem;
	        text-align: start;
        padding-left: 10px;
	}
	.btn-circle-right a::before{
	width: 19px;
    height: 19px;
		right: 10px;
	}
	.btn-circle-right a::after{
	right: 17px;
    border-top: 3.5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 3.5px solid transparent;	
	}
    .list_box li {
        width: 100%;
    }
    .list_box_con {
        padding: 5px;
    }
	    .list_box_con {
        display: block;
    }
.list_box li:before {
    left: 5px;
}
}

/*----------------------------------商品紹介----------------------------------*/

.product-page {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sticky-menu {
	    width: 30%;
  position: sticky;
  top: 20px;
  height: fit-content;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky-menu ul {
  list-style: none;
  padding: 0;
}

.sticky-menu li {
  margin-bottom: 10px;
}

.sticky-menu a {
  text-decoration: none;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.product-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product-item img {
  max-width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .product-page {
    flex-direction: column;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .product-list {
    grid-template-columns: 1fr;
  }
}








.product-page {
    display: flex;
    gap: 20px;
}



/* 商品リスト */


.category-section {
    margin-bottom: 50px;
}

.product-category {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
/*     width: 30%; */
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-item img {
    max-width: 100%;
    border-radius: 10px;
}

.product-title {
    font-size: 1.2rem;
    margin: 10px 0;
}

.product-price {
    color: #e60012;
    font-weight: bold;
}



/*----------------------------------下層フッターcontact----------------------------------*/
.main_h2 {
    text-align: center;
    font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
    color: #888888;	
}
.main_h2 span{

	font-weight: 300;
	    color: #b8ded8;
	display: flex;
	flex-direction: column;
}



.contact h2 span{
	color: #fff;
	position: relative;
    padding: 0 20px; /* 文字の両側の余白を調整 */
	    font-family: oskar, sans-serif;
}
.contact h2 span::before,
.contact h2 span::after {
    content: '';
    position: absolute;
    top: 50%;
   width: 15vw;
    height: 3px;/* 線の太さ */
    background-color: #fff;/* 線の色 */
    transform: translateY(-50%);
}

.contact h2 {
      font-size: 2rem;
    line-height: 1.1;
    }

.con_inner {
    width: 96%;
    max-width: 1500px;
    margin: 150px auto 60px;
}
.contact h2 span::before {
      left: 10%;
}
.contact h2 span {
    font-size: 7vw;
}
.contact h2 span::after {
	right: 10%;
}
@media screen and (max-width: 600px) {
.contact h2 span {
        font-size: 12vw;
}
.contact h2 {
        font-size: 1.7rem;
    }
}
.contact .con_box{
	background-color:#dcf2ef;
}

.contactbtn div{
	position: relative;
}
.con_box{
	background-color: #fff;
	    border: solid 2px #c3c3c3;
	border-radius: 15rem;
	margin-top: clamp(40px, 4vw, 80px);
	margin-bottom: clamp(40px, 4vw, 80px);
	    position: relative;
    z-index: 2;	
}
@media screen and (max-width: 1000px) {
	.con_box {
    border-radius: 8rem;
}
}
@media screen and (max-width: 600px) {
	.con_box {
        border-radius: 3rem;
        padding: 10px 0px;
}
}
@media screen and (max-width: 1000px) {
.con_inner {
    margin: 100px auto 50px;
}
}
.contactbtn {
border-radius: 10px;
    padding: 20px 10px 5px;
    position: relative;
    border: solid 1px #a7a7a7;
    display: flex;
    flex-direction: column;
    min-width: 260px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #e4eeec 10%, #ffffff 10%);
	 transition: background-color 1.2s ease, background-image 1.2s ease; /* アニメーション時間を1.2秒に変更 */
}


.buy{
background: linear-gradient(to bottom, #f2ebe5 10%, #ffffff 10%);	
}
.contactbtn_box{
	    display: flex;
    justify-content: center;
    gap: 20px;

}


.contactbtn div {
    text-align: center;
    z-index: 1; /* テキストが疑似要素の上に表示されるように */
}
.contactbtn div p{
	    font-size: 1.7rem;
	font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;	
}
.contactbtn::before,
.contactbtn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contactbtn::before {
    left: 10px; /* ボタンの左側に配置 */
    background-image: url('../img/right_btn_blue.png'); /* 左アイコンの画像 */
}

.contactbtn::after {
    right: 10px; /* ボタンの右側に配置 */
    background-image: url('../img/right_btn_blue.png'); /* 右アイコンの画像 */
}
.buy:before {
    left: 10px; /* ボタンの左側に配置 */
    background-image: url('../img/right_btn_red.png'); /* 左アイコンの画像 */	
}
.buy:after {
    right: 10px; /* ボタンの右側に配置 */
    background-image: url('../img/right_btn_red.png'); /* 右アイコンの画像 */
}
.mail_box{
    background-color: #abd8d1;
    color: #fff;
	    width: 90%;
    text-align: center;
    max-width: 700px;
    border-radius: 2.5rem;
    margin: 0 auto;
	    padding: 50px;
		font-size: 110%;
	font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
	box-shadow: 0 0 0 15px #c6e5e0;
}
.mail_box p{
color: #fff;
	font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;	
}
.mail_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d0cb7b;
    color: #fff;
    font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
    font-size: 100%;
    width: fit-content;
    padding: 12px 20px;
    max-width: 300px;
    border-radius: 50px;
    margin: 0 auto;
    gap: 10px;
    font-weight: 600;
    margin-top: 10px;
}
.mail_btn img{
    width: 27px;	
}
@media screen and (max-width: 600px) {
.contactbtn_box{
    flex-direction: column;
	        align-items: center;
	}
.mail_box {
    width: 90%;
   padding: 30px 0px;
    font-size: 100%;
    font-family: dnp-shuei-mgothic-std, "Zen Maru Gothic", sans-serif;
    box-shadow: 0 0 0 10px #c6e5e0;
}
	.mail_btn{
		    font-size: 100%;
		        max-width: 280px;
	}
.contactbtn {
    min-width: auto;
    max-width: 280px;
	        width: 90%;
}
	}
/*----------------------------------よくある質問----------------------------------*/
.qa-7 {
    max-width: 1000px;
    margin: 20px auto;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 3%), 0 8px 13px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

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

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
       color: #9bd5cc;
    content: "Q";
}

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

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

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    display: none; /* デフォルトでは非表示 */
}

.qa-7 p:first-of-type::before {
    display: inline-block; /* 最初の <p> だけ表示 */
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    color: #e4ad8c;
    line-height: 1.2;
    content: "A";
}
.qa-7 strong{
font-weight: 500;
    border-bottom: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
}

.app_box_inner {
    max-width: 950px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app_box {
    display: flex;
       justify-content: flex-start;
    gap: 20px;
}

.app_container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 32%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_container .title {
      background-color: #9bd5cc;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
	    width: 100%;
}

.app_container .icon {
    width: 180px;
    margin-bottom: -10px;
}


.app_container .description {
    color: #888;
    margin-top: 10px;
	    text-align: justify;
}
.ul_div{
padding:0 3em 3em 1.5em;
}
@media screen and (max-width: 750px) {
    .app_box {
        flex-direction: column;
    }
    .app_container {
        width: 100%;
        padding: 10px;
    }
    .app_container .icon {
        width: 100px;
    }
}

@media screen and (max-width: 600px) {
.qa-7 p:first-of-type::before {
font-size: 1.1em;
	    top: 8px;
	        left: 6px;
}
.qa-7 summary::before, .qa-7 p::before {
        font-size: 1.1em;
        top: 14px;
        left: 6px;
}
	.qa-7 p {
    padding: .3em 1.5em 0em;
}
	.qa-7 summary{
	    padding: 1em 2em 1em 2em;	
	}
}


/* チェックボックスを非表示にする */
.accordion-checkbox {
  display: none;
}

/* h4 に適用されていた装飾を維持しながら、クリック可能に */
.accordion-title {
  font-size: 105%;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  max-width: 950px;
  margin: 0 auto;
  background-color: #b8ded8;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* アイコン追加 */
.accordion-title::after {
  content: "＋";
  font-size: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* チェックが入った時（開いた時）にアイコンを変更 */
.accordion-checkbox:checked + .app_box_inner_sub {
  display: flex;
}

.accordion-checkbox:checked + .app_box_inner_sub + .accordion-title::after {
  content: "－";
}

/* アコーディオンの中身をデフォルトで非表示 */
.app_box_inner_sub {
  max-width: 950px;
  margin: 0 auto 50px;
  display: none;
  flex-direction: column;
  gap: 20px;
}
.two_list{
    max-width: 900px;
    margin: 0 auto;	
}
.two_list li{
    width: 50%;	
}
@media screen and (max-width: 750px) {
.two_list li{
    width: 100%;	
}
}
/* 動画埋め込み */
.custom-youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-youtube-item {
  text-align: center;
}

.custom-youtube-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.custom-youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.custom-youtube-title {
    margin-top: 5px;
    color: #444;
    background-color: #f9f6eb;
    border-radius: 5px;
}

/* ----------------------------------------組み立てSTEP----------------------------------------*/
/* .back_img{
    background-color: #a8d0c6;
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.44) 0px, rgba(255, 255, 255, 0.44) 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0px, rgba(255, 255, 255, 0.44) 1px, transparent 1px, transparent 40px);
    position: relative;
    top: -100px;
    padding-top: 100px;
} */
.step-box strong{
    color: #e7cbb1;
	    font-weight: 600;
}
.step-box_wrap{
justify-content: center;
    align-items: center;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.step-box {
    padding: 60px 60px 80px;
    width: 98%;
    max-width: 980px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	    background-color: #fff;
}
.step_content{
max-width: 680px;
    margin: 0 auto;	
}
/* .step-box:last-child {
    margin-bottom: 100px;
} */

.step-circle {
    background: #fff;
    color: #4f4f63;
    width: 160px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: absolute;
    margin: 0 auto;
    font-family: "brother-xl", sans-serif;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
     top: 225px;
}

.step-circle span {
    position: relative;
    top: -5px;
    font-size: 120%;
    letter-spacing: 2px;
    font-family: oskar, sans-serif;
    color: #d6c7b9;
}

.step-circle strong {
font-size: 33px;
    margin-top: -25px;

}






.step-image {
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
     border-radius: 40px 10px;

}

.step-title {
font-size: 21px;
    font-weight: bold;
      color: #4f4f63;
    margin-top: 40px;
    margin-bottom: 15px;
font-family: "Zen Kaku Gothic New", sans-serif;
    z-index: 1;
    position: relative;
}

.step-text {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
text-align: left;
}


/* スケジュールフロー全体 */
.schedule-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}

/* タイムラインの縦線 */
.schedule-flow::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    background-color: #e6e6e6;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
}

/* 各STEPのコンテンツ */
.schedule-flow__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 40px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 左右交互のレイアウト */
.schedule-flow__content:nth-child(odd) {
    flex-direction: row-reverse;
}

/* STEPの番号・タイトル */
.schedule-flow__title {
    background: #f3a3a4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
	    width: 100%;
}

/* メインコンテンツ */
.schedule-flow__main {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

/* 文章部分 */
.schedule-flow__main-txt {
    flex: 1;
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* 画像部分 */
.schedule-flow__main-img {
    flex: 1;
    text-align: center;
}

.schedule-flow__main-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
	.step-box_wrap{
		    display: flex;
    flex-direction: column;
	}
	
    .schedule-flow::before {
        left: 20px;
    }
    
    .schedule-flow__content {
        flex-direction: column;
        text-align: center;
        margin-left: 40px;
    }

    .schedule-flow__title {
        left: 0;
        transform: translateY(-50%);
    }

    .schedule-flow__main {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
	.step-image {
    height: 250px;
}
	.step-box{
    padding: 30px 20px 40px;
	}
	.step-circle{
	    width: 190px;
    height: 100px;
        top: 235px;
	
	}
.step-circle span {
    position: relative;
    top: -10px;
    letter-spacing: 2px;
}
	.step-circle strong {
    font-size: 32px;
 
}
.step-title {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 7px;
}
.step-text {
	font-size: 16px;
	}
}
/* 会社情報 */
.company_policy p{
	font-weight:600;
	color:#9bd5cc !important;
}
/* 他社比較 */
.comparison_box{
margin-top:10px;
}
.comparison_box .dot_list li{
    padding-left: 7px;	
}
.comparison_box .subu_table th, .comparison_box .subu_table td{
padding: 10px 11px;	
}
.comparison_box .dot_list li:after {
	left: -7px;
}

    .tab-buttons {
      display: flex;
    }
    .tab-buttons button {

    border: none;
    background: #e1e1d9;
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin: 1px;
    border-radius: 6px;
    }
    .tab-buttons button.active {
       background: #bcaeae;
      color: #fff;
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: table;
    }
.subu_table{
	
	    width: 100%;

}
.subu_table th,.subu_table td{
padding: 10px 15px;
	border: solid 1px #c5c5c5;
    vertical-align: middle;
}
.table_ttl th,.table_ttl td{
font-weight: 600;
    background-color: #79ac8b;
    color: #fff;
}






/* tbody部分のみ縦列交互色 */
.subu_table tbody td:nth-child(odd) {
  background: #f6f8f7;  /* 薄グレー（奇数列）*/
}
.subu_table tbody td:nth-child(even) {
  background: #fff;     /* 偶数列は白 */
}


.subu_table th{
    width: 30%;	
    background-color: #f9f9ed;
	    border-bottom: solid 1px #c5c5c5 !important;
}
.subu_table td {
    width: 70%;

}
.uni_table{
    border: 3px solid #dfa695 !important;
    border-bottom: none !important;
	    font-weight: 600;
   

}

.uni_table2{
    border-right: 3px solid #dfa695 !important;	
	    border-left: 3px solid #dfa695 !important;	
	    font-weight: 600;
    font-size: 120%;
    color: #d47154;
	}
.uni_table3{
    border: 3px solid #dfa695 !important;
    border-top: none !important;
	    font-weight: 600;
    font-size: 120%;
    color: #d47154;
}

.subu_table {
  border-collapse: collapse;
  width: 100%;
}

.subu_table th,
.subu_table td {
border-bottom: 2px solid #999;
}
.subu_table tbody tr:last-child td {
  border-bottom:solid 1px #c5c5c5;!important;
}
.table_plus{
    line-height: 1.1;
    font-weight: 600;
}
.table_plice_ttl{

}

@media screen and (max-width: 600px) {
	.tab-content{
		width:100%;
	}

  /* テーブル全体をブロック化 */
  .comparison_box .subu_table,
  .comparison_box .subu_table thead,
  .comparison_box .subu_table tbody,
  .comparison_box .subu_table th,
  .comparison_box .subu_table td,
  .comparison_box .subu_table tr {
    display: block;
    width: 100%;
  }

  /* 各行をカード化 */
  .comparison_box .subu_table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  /* ヘッダーは非表示（1枚ずつに出すので不要） */
  .comparison_box .subu_table thead {
    display: none;
  }

  /* 各セルを縦積みに */
  .comparison_box .subu_table td {
    border: none;
    padding: 6px 0;
    text-align: left;
  }

  /* 項目名を before で表示 */
  .comparison_box .subu_table td:nth-of-type(1):before { content: "対象ペット："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(2):before { content: "商品名："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(3):before { content: "サイズ："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(4):before { content: "月額レンタル料金："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(5):before { content: "販売料金："; font-weight: bold; }

  /* before のスタイル */
  .comparison_box .subu_table td:before {
    display: inline-block;
    margin-right: 5px;
    color: #555;
  }

  /* 料金リストの調整 */
  .comparison_box .dot_list {
    margin: 0;
    padding-left: 15px;
  }
}




@media screen and (max-width: 600px) {
.comparison_box .subu_table th, .comparison_box .subu_table td {
	padding: 2px 2px;
	}	
}




.minittl{
    font-weight: 500;
    border-bottom: solid 1px #cad6d4;
    color: #5e7571;
    margin-top: 20px;
}
.combination-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.combination-price-table th,
.combination-price-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.combination-price-table th {
  background-color: #f4f9ff;
}
small{
	font-size:90%;
}


/* お問合せフォーム **/
.form table{
	font-size:16px;
}
.submit_btn{
		font-size:16px;
}
.form table{
    border: 1px solid #c4c4c4;
    width: 100%;
    line-height: 1.5;
}
.form th{
color: #fff;
    width: 35%;
    text-align: left;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    vertical-align: top;
    background:#9fd0c9;
    position: relative;
}
.form th p{
color:#fff;	
}
.form td{
	width: 65%;
	   padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.form tr:not(:last-child) th{
border-bottom: 1px solid #fff;	
}

.form td input{
	border: 1px solid #ddd;
    padding: calc(4 / 1920 * 100vw);
    width: 90%;
}
.wpcf7-list-item input{
	    width: auto !important;
}
.form td textarea{
    border: 1px solid #ddd;
    width: 100%;
    max-height: calc(200 / 1920 * 100vw);	
}

.form td input:focus{
    border: 2px solid #333;
    border-radius: calc(4 / 1920 * 100vw);
}
.submit_btn input:disabled {
    background: #ddd;
}
.submit_btn input {
    width: 100%;
    text-align: center;
    color: #fff;
        background: #22bcb5;
    line-height: 1;
        padding: 15px 0px;
    letter-spacing: .1em;
}
.submit_btn{
     margin: 50px auto 0px;
    text-align: center;
    position: relative;
   max-width:280px;
    width: 100%;
}
/* ローディング中アニメーション（デフォルト） */
.wpcf7-spinner {
    margin:20px 24px !important
}
.wpcf7-response-output{
    border-color: #46b450;
       margin-top: -30px !important;
    font-size: 17px;
}

.required {
    font-size: 85%;
    color: #fff;
    background-color: #edb368;
    border-radius: 2px;
    padding: 2px;
    vertical-align: 2px;
    margin-left: 10px;
    font-weight: 500;
	    position: absolute;
    right: 20px;
}

@media screen and (max-width:750px) {
	.form td,.form tr,.form th{
width:100%;
display: block;
	}
.form td input{
    width: 100%;
}
.form td,.form th{
     padding: 2vw 3vw 3vw;
	}
.form td textarea {
    max-height: calc(400 / 1920 * 100vw);
}
}
/* Googleマップ */
.clinic_map iframe{
    border: 0;
    width: 100%;
    height: 450px;	
}

/* ----------------------------------------------------レンタルフォーム ----------------------------------------------------*/
.rental-section {
    padding-top: 100px;
    background: #f8f9f4;
    margin-top: -100px;
    padding-bottom: 100px;	
}

.rental-title {
    text-align: center;
    background-color: #fff;
    width: fit-content;
    margin: 60px auto 20px;
    border: solid 2px #9bc7d5;
    padding: 10px 15px;
}

.rental-item {
  background: #fff;
  margin-bottom: 2em;
  border-radius: 80px;
  overflow: hidden;
  padding: 1em;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 20px;	
}

.rental-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.rental-img {
  flex: 1 1 200px;
  text-align: center;
  padding: 1em;
}

.rental-img img {
  max-width: 100%;
margin: 0 auto;	
  height: auto;
  max-width: 190px;
}

.rental-info {
  flex: 2 1 300px;
  padding: 1em;
}
.rental-name {
	font-size: 2rem;
	text-align:center;
	    margin: 10px auto 0px;
}

.rental-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.rental-table th,
.rental-table td {
    padding: 3px 0px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 0.95em;
}

.rental-btn-wrap {
  text-align: center;
}

.rental-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #dfa695;
    color: #fff;
    padding: 13px 5px;
    text-decoration: none;
    border-radius: 5px !important;
    font-size: 0.95em;
    text-align: center;
    margin-bottom: 0px !important;
    width: 250px;
    font-weight: 600;
    height: 50px;
    margin: 0 auto;	
}
.codbtn{
 margin-top: 10px;
}
.codbtn a{
 margin-top: 10px;
    background: #a1cec7;
}
.rental-item:last-child {
    margin-bottom: 0;
}
/* 品切れ時 */
.rental-btn.disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

.rental_inner{
    max-width: 1100px;
    margin: 0 auto;	
	    width: 96%;
}
.rental-item th{
    font-weight: 600;	
}

.rental-section .text_box{
background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.rental_inner_left{
    width: 90%;
}
@media screen and (max-width:1100px) {
	.rental_inner_left{
    margin-left:auto;
        width: 96%;
}
}

.rental-btn-wrap select{
    border: solid 1px #888;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;	
	    padding: 3px;
    margin-bottom: 10px;	
}
/* レンタル下層ページ */
.rental-section h3{
    margin: 80px auto 50px;	
	    line-height: 1.3;
}
.accordion-box {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}



.rental-summary {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.rental-summary img {
  width: 180px;
  height: auto;
  object-fit: contain;
}
.rental-details table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.rental-details th, .rental-details td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}


/* ボタン部分 */
.rental-subtitle {
  text-align: center;
  color: #5f9dbb;
  margin: 50px 0 20px;
  font-weight: bold;
}

.rental-quickset,
.rental-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.rental-box {
    display: inline-block;
    background: #fff;
    padding: 15px 0px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.3s ease;
    max-width: 400px;
    width: 100%;
    font-size: 95%;	
}
.rental-box:hover {
  opacity: 0.6;
}

.rental-btn-wrap_box{
    display: flex;
    justify-content: center;
    gap: 10px;	
}

/* 商品セレクト部分 */

.rental-card {
  margin-bottom: 15px;
}

.rental-card-label {
    border: 1px solid #9bc7d5;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 20px;
    display: block;
    background-color: #fff;
}

.rental-card-box {
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.rental-card-type {
    border: 2px solid #9bc7d5;
    padding: 4px 10px;
    display: inline-block;
    color: #5f9dbb;
    margin: 10px auto;
    display: block;
    text-align: center;
        width: fit-content;
}

.rental-card-title {
text-align:center;
  font-weight: bold;
  margin-bottom: 10px;
}

.rental-card-img img {
    height: auto;
    background: #eee;
    margin-bottom: 20px;
    max-width: 180px;
    margin: 0 auto;
}

.rental-card-btn {
  margin-bottom: 10px;
}


.rental-section-low .rental-btn{
    margin: 0 auto;
    display: block;	
}
@media screen and (max-width:600px) {
.rental-section h3 {
    margin: 50px auto 30px;
}
.rental-img img {
    max-width: 130px;
}
	.rental-img {
    padding: 5px 0px;
}
	.rental-info {
    padding: 5px;
}
.rental-name {
        margin-bottom: 0px;
        font-size: 1.7rem;
        margin-top: 10px;
}
	.rental-quickset, .rental-options {
		gap: 10px;
	}
	.rental-subtitle {
    margin: 30px 0 15px;
}
	.rental-card-box {
		padding: 15px 10px;
	}
	.rental-content-wrap{
	padding: 10px;	
	}
	.rental-box{
letter-spacing: 0px;		
	}	
	.rental-card-img img{
    max-width: 130px;		
	}
}
@media screen and (max-width:350px) {
	.rental-box {
    font-size: 85%;
}
}
/* 追随メニュー */
/* 左メニュー */
.rental-sidebar {
  position: sticky;
  top: 0px; 
  align-self: flex-start;
  padding: 20px;
  height: fit-content;
  z-index: 10;
    background-color: #f4f3ef;
}

/* レイアウト全体 */
.rental-layout {
  display: flex;
	border-right: 1px solid #ccc;
	    background-color: #f4f3ef;
}

/* 本文側 */
.rental_inner_product{
  flex: 1;
}
.product_sub .sub_top{
margin-bottom: 0px;	
}
.rental_inner_product .rental-section{
    margin-top: 0px;	
}

.rental-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rental-sidebar li {
  border-top: 1px solid #ccc;
}

.rental-sidebar li:first-child {
  border-top: none;
}

.rental-sidebar li a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.rental-sidebar li a:hover {
  color: #0073aa;
}


@media screen and (max-width:900px) {
	.rental-layout{
	    flex-direction: column-reverse;	
	}
.rental-sidebar {
        position: static;
    top: 140px;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    border-right: 1px solid #ccc;
    height: calc(100vh - 140px);
    overflow-y: auto;
    z-index: 1000;
}	
}




/* アコーディオン */
.accordion-toggle {
  background-color: #9bc7d5;
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
margin-top: 15px;
}

.accordion-toggle::after {
  content: "+";
  float: right;
  font-size: 16px;
}

.accordion-toggle.active::after {
  content: "−";
}

.accordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.accordion-content .rental-table th, .accordion-content .rental-table td {
	    padding: 1px;
}
.accordion-content li{
    margin-top: 0;
    margin-bottom: 0px;	
}
.accordion-content .rental-name {
    margin-bottom: 5px;
    text-align: center;
}
	

/* 料金計算 */
.price-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.price-table th,
.price-table td {
    padding: 5px 2px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.price-table th {
    background-color: #e2efed;
    border-bottom: 1px solid #ccc;
}

.price-note {
  line-height: 1.6;
  text-align: center;
  padding-top: 10px;
}

.price-note strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.price-note span {
  color: #666;
}
.price-breakdown {
  line-height: 1.4;
}

.price-breakdown .item-block {
  margin-bottom: 4px; /* 必要最低限の隙間に */
}
@media screen and (max-width:600px) {
.price-table th, .price-table td {
    padding: 3px 2px;
}
	.price-summary{
    font-size: 92%;		
	}
	.accordion-toggle{
    margin-bottom: 10px;		
	}
	.rental-title{
		    margin: 30px auto 20px;
	}
	.accordion-content{
    padding: 8px;		
	}
	.rental-item {
		margin-bottom: 10px;
		    padding: 0px;
	}
}





.hz-tab-btns {
    text-align: center;
    margin: 25px 0px 10px;
}

.hz-tab-btn {
  background: #fff;
  border: 2px solid #9cb6bc;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
}

.hz-tab-btn.active {
  background: #9cb6bc;
  color: #fff;
}

.hz-tab-content {
  display: none;
}
.hz-tab-content.active {
  display: block;
}

@media screen and (max-width:600px) {
.hz-tab-btns {
    text-align: center;
    margin: 15px 0px 10px;
}	
}

/* オキシビーナスタブ切り替え */
.rental-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
	    justify-content: center;
}
.rental-tab-btn {
  padding: 10px 20px;
  background: #eee;
  border: none;
  cursor: pointer;
}
.rental-tab-btn.active {
  background: #333;
  color: #fff;
}
.rental-tab-content {
  display: none;
}
.rental-tab-content.active {
  display: block;
}
.rental_inner .notebox{
	background-color:#fff;
}



div.wpcf7cp-btns{
	    display: flex;
    justify-content: center;
}
button.wpcf7cp-cfm-edit-btn {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #7f9897;
    line-height: 1;
    padding: 15px 0px;
    letter-spacing: .1em;
    max-width: 280px;
}
button.wpcf7cp-cfm-submit-btn{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #22bcb5;
    line-height: 1;
    padding: 15px 0px;
    letter-spacing: .1em;
    max-width: 280px;	
}
.comparison-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.comparison-image-wrap .comparison-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: none;
}
.comparison-image-wrap .show {
  display: block;
}

/* テーブル装飾 */
.styled-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-family: inherit;
  background: #fff;
}

.styled-compare-table th,
.styled-compare-table td {
  padding: 18px 8px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
}

.styled-compare-table thead th {
  background: #cfb87b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
}


.styled-compare-table tbody td:first-child {
  text-align: left;
  background: #f8f8f8;
  font-weight: bold;
color: #555;
    width: 170px;
}

.styled-compare-table tbody tr {
  background: #fff;
}

.styled-compare-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.styled-compare-table td,
.styled-compare-table th {
  border-right: 1px solid #e0e0e0;
}
.styled-compare-table th:last-child,
.styled-compare-table td:last-child {
  border-right: none;
}



@media screen and (max-width: 600px) {
  /* テーブル全体をブロック化 */
  .comparison_box .subu_table,
  .comparison_box .subu_table thead,
  .comparison_box .subu_table tbody,
  .comparison_box .subu_table th,
  .comparison_box .subu_table td,
  .comparison_box .subu_table tr {
    display: block;
    width: 100%;
  }

  /* 各行をカード化 */
  .comparison_box .subu_table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  /* ヘッダーは非表示（1枚ずつに出すので不要） */
  .comparison_box .subu_table thead {
    display: none;
  }

  /* 各セルを縦積みに */
  .comparison_box .subu_table td {
    border: none;
    padding: 6px 0;
    text-align: left;
  }

  /* 項目名を before で表示 */
  .comparison_box .subu_table td:nth-of-type(1):before { content: "対象ペット："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(2):before { content: "商品名："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(3):before { content: "サイズ："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(4):before { content: "月額レンタル料金："; font-weight: bold; }
  .comparison_box .subu_table td:nth-of-type(5):before { content: "販売料金："; font-weight: bold; }

  /* before のスタイル */
  .comparison_box .subu_table td:before {
    display: inline-block;
    margin-right: 5px;
    color: #555;
  }

  /* 料金リストの調整 */
  .comparison_box .dot_list {
    margin: 0;
    padding-left: 15px;
  }
}

