@charset "UTF-8";
/*
#gHead
*/
#gHead {
	z-index: 1000;
	position: relative;
}
#gHead .gh-menu {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 55px;*/
	height: 45px;
	width: 64px;
	padding: 0;
	margin: 0;
	border: none;
	background: #000;
}
#gHead .gh-menu div {
	height: 24px;
	width: 30px;
	position: relative;
	margin: 0 auto;
}
#gHead .gh-menu .gh-menu-bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#gHead .gh-menu.scrollover .gh-menu-bar {
	background-color: #000;
}
#gHead .gh-menu .gh-menu-bar.mod-top {
	top: 0;
}
#gHead .gh-menu .gh-menu-bar.mod-middle {
	top: 11px;
}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
	bottom: 0;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
	top: 11px;
	transform: rotate(-45deg);
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
	background-color: transparent;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
	bottom: 11px;
	transform: rotate(-135deg);
}



@media only screen and (max-width: 767px) {
	#gHead .gh-menu {
		height: 45px;
       overflow:hidden; 
	}
	#gHead .gh-menu div {
		height: 17px;
		width: 26px;
	}
	#gHead .gh-menu .gh-menu-bar {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-top {
		top: 0;
	}
	#gHead .gh-menu .gh-menu-bar.mod-middle {
		top: 8px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-bottom {
		bottom: 0;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
		top: 8px;
		transform: rotate(-45deg);
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
		background-color: transparent;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
		bottom: 8px;
		transform: rotate(-135deg);
	}
}

#gHead .banner {
	position: fixed;
	top: 45px;
	right: 0;
    
}
#gHead .banner ul {
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
    overflow:hidden;
}
#gHead .banner li {}
#gHead .banner li a {
	display: block;
	padding: 30px 15px;
}
#gHead .banner li.request a {
	background: #b81c24;
}
#gHead .banner li.contact a {
	background: #ffffff;
}
#gHead .banner li.request a:hover {
	background: #000000;
}
#gHead .banner li.contact a:hover {
	background: #000000;
}
#gHead .banner li a .def {
	display: inline;
}
#gHead .banner li a .over {
	display: none;
}
#gHead .banner li a:hover .def {
	display: none;
}
#gHead .banner li a:hover .over {
	display: inline;
}
@media only screen and (max-width: 767px) {
	#gHead .banner {
		display: none;
	}
}


/*
#gNav
*/
#gNav {
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 1001;
	position: fixed;
	right: 0;
	top: 45px;
	width: auto;
}
#gNav ul {}
#gNav li {
	padding: 20px 20px;
	background: #000;
	border-bottom: 1px solid #ccc;
}
#gNav a {
	display: block;
	font-weight: bold;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	#gNav {
		top: 45px;
        overflow:hidden;
	}
	#gNav li {
		padding: 12px 5px;
	}
}







/*
heizoLp
汎用スタイル
*/
 .mv {
    width: 100%;

    position: relative;
    overflow: hidden;
  }

  .mv-wrap {
    position: relative;
    height:700px;
  }

.mv-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


  video {
    display: block;
    width: 100%;
  /*  height: 500px;*/
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }


/*.noneSP video, .nonePC video {
  width: 100%;
  height: auto;
}*/

.mv-image {
  max-width: 100%;
  width: auto;
  height: auto;
}



.katarieLp {
	max-width: 1280px;
	margin: 0 auto;
}
.katarieLp section {
	padding:  0;
}
.katarieLp p {
	font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
	.katarieLp section {
		padding: 5px 0;
	}
}

/*h2.title*/
.katarieLp h2.title {
    
	font-size: 130%;
}

.katarieLp h2.title strong {
	letter-spacing: 0;
	font-size: 1.4em;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}
.katarieLp .title_text {
	font-size: 105%;
    line-height: 1.8;
    font-weight:200;
}
.katarieLp.inner.text p.ad{font-size:16px;}

@media only screen and (max-width: 767px) {
.katarieLp h2.title {
    font-size: 120%;
}    
.katarieLp .inner.text p.ad{font-size:14px;}
   
.katarieLp h2.title strong {
		font-size: 1.0em;
        text-align: center;
}    
.katarieLp .title_text {
	font-size: 95%;
    line-height: 1.5;
    text-align: left;
    font-weight:200;
}

}


@media only screen and (max-width: 767px) {
	
    
    
    .mv {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .mv-wrap {
    position: relative;
   height:320px;
  }

  video {
    display: block;
    width: 100%;
  /*  height: 500px;*/
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv-bg {
    display: block;
    width: 100%;
  /* height: 500px;*/
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 30, 0, 0.2);
    z-index: 2;
  }

 
    .mv-img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

    
    
    
    
    
}




/*nav.btn*/
.katarieLp nav.btn {}
.katarieLp nav.btn ul {}
.katarieLp nav.btn li {
	margin: 10px 0;
	text-align: center;
}
.katarieLp nav.btn li a {
	display: block;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	letter-spacing: 0.15em;
}
.katarieLp nav.btn li.request a {
	background: #b81c24;
}
.katarieLp nav.btn li.contact a {
	background: #b81c24;
}
.katariep nav.btn li.request a:hover {
	background: #000000;
}
.katarieLp nav.btn li.contact a:hover {
	background: #000000;
}


.katarieLp nav.btn2 li {
    width: 80%;
	margin: 5% auto 5% auto;
	text-align: center;
}
.katarieLp nav.btn2 li a {
	display: block;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 2% 0 2% 0;
	letter-spacing: 0.15em;
    font-size: 120%;
}
.katarieLp nav.btn2 li.contact a {
	background: #513743;
}
.katarieLp nav.btn2 li.contact a:hover {
	background: #b81c24;
}
@media only screen and (max-width: 767px) {
	.katarieLp nav.btn li {
		margin: 15px 0;
	}
	.katarieLp nav.btn li a {
		font-size: 1.2em;
	}
    
    
    .katarieLp nav.btn2 li {
		width: 80%;
        margin: 10% auto 10% auto;
	}
	.katarieLp nav.btn2 li a {
		font-size: 100%;
	}
}







/*
fullsc
メインビジュアル
*/
.fullsc {
	margin: 0;
	width: 100%;
	/*height: 100vh;*/
	position: relative;
}
.fullsc img{
    width: 100%;
}

.fullsc > div {
	height: 100%;
}

.fullsc .cover {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.fullsc .cover h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fullsc .cover .ico {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.fullsc .cover .ico img {
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
	.fullsc .cover h1 {
		width: 70%;
		margin: 0 auto;
	}
}




.kome{
    font-size: 90%;
    line-height: 1.1;
    text-align: left;
    margin: 1% 0 3% 0;
}

@media only screen and (max-width: 767px) {
.kome{
    font-size: 80%;
    line-height: 1.1;
    text-align: left;
    margin: 1% 0 3% 0;
}    
}


.katarieLp .sectitle{
	margin:3% 0 5% 0;
}
.katarieLp .sectitle .inner{
   max-width: 1100px; 
   margin: 0 auto 0 auto;
}

.katarieLp .sectitle .inner h2.title2 {
	font-size:300%;
    text-align:center;
    padding:1% 0 1% 0;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family:"游明朝", "ヒラギノ明朝 ProN", "MS PMincho", "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    font-weight: 800;
    /*border-left: solid 5px #7db4e6;*/
}
.katarieLp .sectitle .inner p.sub-title01 {
	font-size:120%;
    text-align:center;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color:#553726;
}


@media only screen and (max-width: 767px) {
.katarieLp .sectitle{
	margin:3% 0 3% 0;
}
.katarieLp .sectitle .inner{
   width: 96%; 
   margin: 0 auto 0 auto;
}    
.katarieLp .sectitle .inner h2.title2 {
    font-size:180%;
    line-height: 1.5;
    }
.katarieLp .sectitle .inner p.sub-title01 {
	font-size:100%;
    line-height: 1.5;
}    
    

}




/*
sec01
*/
.katarieLp .sec01 {
	max-width: 1100px;
	margin:0 auto;
	padding-bottom: 50px;
}
.katarieLp .sec01 .inner {
	display: flex;
}
.katarieLp .sec01 .inner .text {
	flex: 1;
	padding-right: 5%;
}
.katarieLp .sec01 .inner .text h2 {
	margin:0.5em 0;
}
.katarieLp .sec01 .inner .text .btn {
	margin-top: 25px;
}
.katarieLp .sec01 .inner figure {
	width: 55%;
	text-align: center;
}

.katarieLp .sec01 .inner .pets_story_text01{
    font-size: 100%;
    line-height: 2;
}




.katarieLp .sec01 .inner ul.outline{
 color: #1e366a;
  border-top: solid #1e366a 2px;/*上のボーダー*/
  border-bottom: solid #1e366a 2px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;

}


.katarieLp .sec01 .inner ul.outline li{
 color: #1e366a;
 font-size:16px;
 font-weight: bold;
}






@media only screen and (max-width: 999px) {
	.katarieLp .sec01 {
		padding-bottom: 0px;
	}
	.katarieLp .sec01 .inner {
		flex-direction: column;
	}
	.katarieLp .sec01 .inner .text {
		max-width: 600px;
		margin: 0 auto;
		padding: 15px;
	}
	.katarieLp .sec01 .inner .text h3 {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.katarieLp .sec01 .inner .text h2 {
		text-align: left;
	}
	.katarieLp .sec01 .inner .text .btn li {
		width: 90%;
		margin: 15px auto;
	}
	.katarieLp .sec01 .inner figure {
		width: 100%;
	}
    
.katarieLp .sec01 .inner .pets_story_text01{
    font-size: 90%;
    line-height: 1.5;
}    
    
    
}






/*
parag
*/
.parag{
	width:1100px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 1px;
   overflow: hidden;
}


.post {
 margin:5% auto;
display: flex;
    align-items: center;
    position: relative;

}

.post::after {
    content: "";
    display: block;
    clear: both;
}


.photo {
width:60%;
 z-index:1;
 display: inline-block;
    

}

.coment {
 width: 48%;
    padding: 2%;
    position: absolute;
    top: 50%;
    left:50%;
    z-index: 2; /* `.photo` の上に重ねる */
    background: rgba(255, 255, 255, 0.9);
  background: #f5f5f5;
  box-shadow: 4px 4px #c0c0c0;  

}


.post2 {
 margin:5% auto;
display: flex;
    align-items: center;
    position: relative;

}

.post2::after {
    content: "";
    display: block;
    clear: both;
}


.photo2 {
width:60%;
 z-index:1;
margin-left: auto; /* これで右寄せ */
 display: inline-block;
    

}

.coment2 {
 width: 48%;
    padding: 2%;
    position: absolute;
top:50%;
    left:2%;
    z-index: 2; /* `.photo` の上に重ねる */
    background: rgba(255, 255, 255, 0.9);
  background: #f5f5f5;
  box-shadow: 4px 4px #c0c0c0;  

}

#slider img{
    width:100%;
}

#slider div p{
    position: absolute;
    bottom:0px;
    left:0;
    background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
    font-size: 105%;
}

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}





.work{
    width:1000px;
    margin:5% auto;
}

.work a:hover{
    opacity: 0.8;
}




.sec02 {
	width: 100%;
    margin:5% auto 5% auto;
    background: #3e3a39;
    padding: 7% 0 7% 0;
}
 .sec02 .inner {
	width: 1100px;
	margin:0 auto 0 auto;
}
.sec02 .inner .title01{
  font-size:160%;
  line-height: 1.6;
  text-align:center;
  margin: 0 0 1% 0;
  color:#fff;
}

.sec02 .inner .text01{
  font-size:100%;
  line-height: 1.6;
  text-align:center;
  margin: 0 0 3% 0;
  color:#fff;  
}
.sec02 .inner .text02{
  font-size:100%;
  line-height: 2;
  text-align:center;
  margin: 2% 0 2% 0;
  color:#fff;  
}
.sec02 .inner .face{
  width:100%;
  margin: 3% 0 3% 0;    
}
.sec02 .inner .face .kao{
  width:9.8%;
  margin: 0 0.5% 0 0.5%;
  display: inline-block;
}
.sec02 .inner .katarie_logo{
  width:20%;
  margin: 10% 40% 3% 40%;    
}
.sec02 .inner .work001{
  width:30.5%;
  margin: 3% 1% 3% 1%;  
  display: inline-block;
}




@media only screen and (max-width: 767px) {
.sec02 {
	width: 100%;
    margin: 10% auto 10% auto;
	}

.sec02 .inner {
	flex-direction: column;
    width: 96%;
    margin: 5% 2% 5% 2%;
}
.sec02 .inner .title01{
  font-size:120%;
  line-height: 1.6;
  text-align:center;
  margin: 0 0 1% 0;
}    
 .sec02 .inner .text01{
  font-size:90%;
  line-height: 1.6;
  text-align:left;
  margin: 1% 0 3% 0;
}    
.sec02 .inner .text02{
  font-size:90%;
  line-height: 2;
  text-align:center;
  margin: 2% 0 2% 0;
}
.sec02 .inner .face{
  width:100%;
  margin: 3% 0 3% 0;    
}
.sec02 .inner .face .kao{
  width:18%;
  margin: 1% 0.5% 2% 0.5%;
  display: inline-block;
}
.sec02 .inner .katarie_logo{
  width:34%;
  margin: 10% 33% 3% 33%;    
}
.sec02 .inner .work001{
  width:30.5%;
  margin: 3% 1% 3% 1%;  
  display: inline-block;
}


    
    
        
 /*
parag
*/
.parag {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 1px;
    overflow: hidden;
}

/* 左寄せレイアウト */
.post {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo {
    width: 98%;
    z-index: 1;
    margin-bottom: 0;
    position: relative; /* z-index を適用するために relative を指定 */
    display: block;
}

.coment {
    width: 90%;
    padding: 2%;
    position: relative;
    margin: -5% 0 10% 0;
    top:0;
    left: 45%;
    transform: translateX(-50%); /* 中央寄せ */
    z-index: 2; /* `.photo` の上に重ねる */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px #c0c0c0;
}

/* 右寄せレイアウト */
.post2 {
    width: 98%;
    z-index: 1;
    margin-bottom: 0%;
    position: relative; /* z-index を適用するために relative を指定 */
    display: block;
}

.photo2 {
     width: 98%;
    z-index: 1;
    margin-bottom: 0%;
    position: relative; /* z-index を適用するために relative を指定 */
    display: block;
}

.coment2 {
   width: 90%;
    padding: 2%;
    position: relative;
    margin: -5% 0 10% 0;
    top:0%;
    left: 50%;
    transform: translateX(-50%); /* 中央寄せ */
    z-index: 2; /* `.photo` の上に重ねる */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px #c0c0c0;
}

    
 #slider div p{
    position: absolute;
    bottom:0;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}    
    
    
    
    
/* 共通設定 */
.work {
    width: 90%;
    margin: 5% auto;
}

.work a:hover {
    opacity: 0.8;
}

    
}




@media only screen and (max-width: 999px) {
	.katarieLp .sec02 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.katarieLp .sec02 .inner {
		flex-direction: column;
        width: 96%;
        margin: 5% 2% 5% 2%;
    }
	.katarieLp .sec02 .inner .text {
		max-width: 600px;
		margin: 0 auto;
		/*padding: 60px 0 0 0;*/
	}
	.katarieLp .sec02 .inner figure {
		padding: 0 15px 0 15px;
		width: 100%;
        margin: 0 auto;
	}
    
    
    
    
    
}




.katarieLp .sec03{
    width: 100%;
    margin: 10% auto 10% auto;
}
.katarieLp .sec03 .inner{
    width: 1100px;
    margin: 5% auto 5% auto;
}
.katarieLp .sec03 .inner h2{
   font-size: 130%;
   margin: 1% 0 3% 0 ;
}
.katarieLp .sec03 .inner h3{
   font-size: 130%;
   margin: 1% 0 3% 0 ;
}

.katarieLp .sec03 .inner .box00{
   margin: 6% 0 6% 0; 
   display: flex;
  align-items: center; /* ← 縦中央 */    
}
.katarieLp .sec03 .inner .box01{
   width:60%;
   display: inline-block;  
}
.katarieLp .sec03 .inner .box02{
   width:38%;
   display: inline-block;
   background:#f3f2f1;
   padding: 1.5%;
   vertical-align: top;
   box-shadow: 0.2rem 0.2rem 0.2rem #a9a9a9;
}
.katarieLp .sec03 .inner .box02 h4{
   font-size: 130%;
   margin: 1% 0 3% 0 ;   
}
.katarieLp .sec03 .inner .box02 .text01{
   font-size: 105%;
   line-height: 1.5;  
}

.katarieLp .sec03 .inner .box03{
   width:48%;
   display: inline-block;  
   background:#f3f2f1;
   padding: 1.5%;
   vertical-align: top;
   box-shadow: 0.2rem 0.2rem 0.2rem #a9a9a9;
}
.katarieLp .sec03 .inner .box03 h4{
   font-size: 130%;
   margin: 1% 0 3% 0 ;   
}
.katarieLp .sec03 .inner .box03 .text01{
   font-size: 105%;
   line-height: 1.5;  
}
.katarieLp .sec03 .inner .box04{
   width:100%;
   display: inline-block;  
}


@media only screen and (max-width: 999px) {
.katarieLp .sec03 {
	width: 100%;
    margin: 10% auto 10% auto;
	}
.katarieLp .sec03 .inner {
	width: 96%;
    margin: 5% 2% 5% 2%;
    }
.katarieLp .sec03 .inner h2{
   font-size: 120%;
   margin: 1% 0 3% 0 ;
}
.katarieLp .sec03 .inner h3{
   font-size: 120%;
   margin: 1% 0 3% 0 ;
}
    
    
.katarieLp .sec03 .inner .box00{
   margin: 8% 0 8% 0;   
   display: block;
}
.katarieLp .sec03 .inner .box01{
   width:80%;
   display: inline-block;
   margin: 0 20% 0 0;    
}
.katarieLp .sec03 .inner .box02{
   width:90%;
   display: inline-block;
   margin: 0 0 0 10%;    
   padding: 1.5%;
   vertical-align: top;
}
.katarieLp .sec03 .inner .box02 h4{
   font-size: 100%;
   margin: 1% 0 1% 0 ;   
}
.katarieLp .sec03 .inner .box02 .text01{
   font-size: 90%;
   line-height: 1.3;  
}

.katarieLp .sec03 .inner .box03{
   width:90%;
   display: inline-block;
   margin: 0 10% 0 0;    
   padding: 1.5%;
   vertical-align: top;
}
.katarieLp .sec03 .inner .box03 h4{
   font-size: 100%;
   margin: 1% 0 1% 0 ;   
}
.katarieLp .sec03 .inner .box03 .text01{
   font-size: 90%;
   line-height: 1.3;  
}
.katarieLp .sec03 .inner .box04{
   width:80%;
   display: inline-block;
   margin:0 0 0 20%;    
}    
    
    
}







.katarieLp .sec04{
    width: 100%;
    margin: 10% auto 10% auto;
}
.katarieLp .sec04 .inner{
    width: 1100px;
    margin: 5% auto 5% auto;
}

.katarieLp .sec04 .inner .machikado{
    font-size: 150%;
    line-height: 2;
    text-align: center;
    font-weight: 600;
    margin: 0 0 2% 0;
}



.katarieLp .sec04 .inner .box00{
    width:47.5%; 
    margin:5% 1% 0 1%;
    display: inline-block;
    vertical-align: top;
}

.katarieLp .sec04 .inner .box01{
    padding: 2% 1% 2% 1%;
    border-top: solid #3e3a39 2px;/*上のボーダー*/
    border-bottom: solid #3e3a39 2px;/*下のボーダー*/ 
    vertical-align: top;
}


.katarieLp .sec04 .inner .box01 .table01{
    width:100%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 0.2rem;       /* 表の線と線の間の幅 */
}
.katarieLp .sec04 .inner .box01 tr{
    width:100%;
}
.katarieLp .sec04 .inner .box01 th{
    width:29%;
    margin: 0.5% 1% 0 0;
    color: #fff;
    background: #3e3a39;
    padding: 1% 1% 1% 1%;
    vertical-align: middle;
    font-size: 100%;
    font-weight: 500;
}
.katarieLp .sec04 .inner .box01 td{
    width:70%;
    margin: 0.5% 0 0 0;
    padding: 1% 1% 1% 1%;
    font-size: 100%;
}
.katarieLp .sec04 .inner .box01 td span{
    font-size: 85%;
    margin: 0 0 0 1%;
}



.katarieLp .sec04 .inner .box01 .text01{
    font-size: 105%;
    line-height: 1.8;
}

.katarieLp .sec04 .inner .box02{
    width:47.5%;
    margin:0 1% 0 1%;
    display: inline-block;
}
.katarieLp .sec04 .inner .box03{
    width:100%;
    margin:3% 0 1% 0;
}
.katarieLp .sec04 .inner .box03 .text02{
    font-size: 130%;
    line-height: 1.8;
}


@media only screen and (max-width: 999px) {
.katarieLp .sec04 {
	width: 100%;
    margin: 10% auto 10% auto;
	}
.katarieLp .sec04 .inner {
	width: 96%;
    margin: 5% 2% 5% 2%;
    }
.katarieLp .sec04 .inner .machikado{
    font-size: 120%;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
    margin: 0 0 0 0;
}    
.katarieLp .sec04 .inner .box00{
    width:96%; 
    margin:3% 2% 3% 2%;
    display: inline-block;
    vertical-align: top;
}
.katarieLp .sec04 .inner .box01{
    width:100%;
    margin:5% 0 0 0;
    display: inline-block;
    padding: 2% 2% 2% 2%;
    vertical-align: top;
}


.katarieLp .sec04 .inner .box01 .table01{
    width:100%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 0.2rem;       /* 表の線と線の間の幅 */
}
.katarieLp .sec04 .inner .box01 tr{
    width:100%;
}
.katarieLp .sec04 .inner .box01 th{
    width:25%;
    padding: 1% 1% 1% 1%;
    vertical-align: middle;
    font-size: 80%; 
}
.katarieLp .sec04 .inner .box01 td{
    width:74%;
    font-size: 85%;
    padding: 1% 1% 1% 1%;
}

.katarieLp .sec04 .inner .box01 .text01{
    font-size: 90%;
    line-height: 1.8;
}

.katarieLp .sec04 .inner .box02{
    width:100%;
    margin:5% 0 2% 0;
    display: inline-block;
}
.katarieLp .sec04 .inner .box03{
    width:100%;
    margin:3% 0 1% 0;
}
.katarieLp .sec04 .inner .box03 .text02{
    font-size: 110%;
    line-height: 1.8;
}    
    

}




.model_mv{
    width: 100%;
    margin: 1% 0 3% 0;
}
.model_mv img{
    width: 100%;
}

.katarieLp .sec05{
    width: 100%;
    margin: 10% auto 10% auto;
}
.katarieLp .sec05 .inner{
    width: 1100px;
    margin: 5% auto 5% auto;
}

.katarieLp .sec05 .inner .maru-box{
  display: flex;
  align-items: center;      /* 縦中央 */
  /*justify-content: center;*/  /* 横中央 */
  gap: 10px;                /* 丸と文字の間隔 */
  text-align: center;
  margin: 0 0 5% 0;
}
.katarieLp .sec05 .inner .maru{
    width:5%;
    display: inline-block;
    margin: 0 0 0 4%;
}
.katarieLp .sec05 .inner .maru-text{
    width:auto;
    font-size: 110%;
    display: inline-block;
}

.katarieLp .sec05 .inner .katarie-outline{
    background: #5f4922;
    padding: 1% 2% 1% 2%;
    margin: 3% 0 2% 48%;
    width:52%;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men{
    width:49%;
    display: inline-block;
    color:#fff;
    padding: 0 1% 0 1%;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex01{
    font-size: 90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex02{
    font-size: 130%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex02 span{
    font-size:90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex03{
    font-size: 100%;
    display: inline-block;
}

.katarieLp .sec05 .inner .katarie-outline .tatemono_men{
    width:49%;
    display: inline-block;
    color:#fff;
    border-left: solid thin #fff;
    padding: 0 1% 0 1%;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex04{
    font-size: 90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex05{
    font-size: 130%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex05 span{
    font-size:90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex06{
    font-size: 100%;
    display: inline-block;
}



@media only screen and (max-width: 999px) {
.katarieLp .sec05 {
	width: 100%;
    margin: 10% auto 10% auto;
	}
.katarieLp .sec05 .inner {
	width: 96%;
    margin: 5% 2% 5% 2%;
    }
    
.katarieLp .sec05 .inner .maru-box{
  display: flex;
  align-items: center;      /* 縦中央 */
  /*justify-content: center;*/  /* 横中央 */
  gap: 10px;                /* 丸と文字の間隔 */
  text-align: center;
  margin: 0 0 5% 0;
}
.katarieLp .sec05 .inner .maru{
    width:15%;
    display: inline-block;
    margin: 0 0 0 4%;
}
.katarieLp .sec05 .inner .maru-text{
    width:auto;
    font-size: 100%;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
}

.katarieLp .sec05 .inner .katarie-outline{
    padding: 1% 0 1% 0;
    margin: 6% 0 2% 36%;
    width:64%;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men{
    width:90%;
    margin: 2% 5% 2% 5%; 
    display: inline-block;
    padding: 0 1% 0 1%;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex01{
    font-size: 80%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex02{
    font-size: 100%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex02 span{
    font-size:90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tochi_men .men_tex03{
    font-size: 80%;
    display: inline-block;
}

.katarieLp .sec05 .inner .katarie-outline .tatemono_men{
    width:90%;
    margin: 2% 5% 2% 5%; 
    display: inline-block;
    border-left: none;
    padding: 0 1% 0 1%;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex04{
    font-size: 80%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex05{
    font-size: 100%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex05 span{
    font-size:90%;
    display: inline-block;
}
.katarieLp .sec05 .inner .katarie-outline .tatemono_men .men_tex06{
    font-size: 80%;
    display: inline-block;
}    
    
    
    
}

/* =========================
   Plan Modal
========================= */
.planModal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}
.planModal.is-open {
  display: block;
}
.planModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}
.planModal__dialog {
  position: relative;
  width: min(92vw, 760px);
  max-height: min(86vh, 900px);
  overflow: auto;
  margin: 6vh auto 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  padding: 18px 18px 16px;
}
.planModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;              /* ← これを必ず入れる */
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;              /* ← 白背景でも見える色 */
}
.planModal__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-right: 36px; /* closeボタン分 */
}
.planModal__title {
  font-size: 18px;
  margin: 0 0 8px;
}
.planModal__counter {
  font-size: 12px;
  opacity: .7;
}
.planModal__body {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
.planModal__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 10px 0;
}
.planModal__nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}
.planModal__btn {
  flex: 1;
  border: 1px solid #333;
  background: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.planModal__btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.plan-title{
    font-size: 150%;
    line-height: 2;  
    margin: 1% 0 1% 0;
}
.plan-text{
    font-size: 100%;
    line-height: 1.5;    
}



@media (max-width: 767px) {
  .planModal__dialog {
    margin-top: 10vh;
    padding: 14px 14px 12px;
  }
  .planModal__title { font-size: 16px; }
  .plan-title{
    font-size: 120%;
    line-height: 2;  
    margin: 1% 0 1% 0;
}
.plan-text{
    font-size: 90%;
    line-height: 1.5;    
}    
    
    
    
}

    
   



    



/*
sec03
*/
/*
.heizoLp .sec03 {
	padding-top: 50px;
}
.heizoLp .sec03 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec03 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec03 li {
	width: 30%;
	box-sizing: border-box;
	position: relative;
}
.heizoLp .sec03 li:nth-child(2) {
	width: 35%;
	padding: 0 2.5%;
}
.heizoLp .sec03 li:nth-child(2):before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	display: inline-block;
	width: 1px;
	height: 40%;
	background-color: black;
}
.heizoLp .sec03 li:nth-child(2):after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	display: inline-block;
	width: 1px;
	height: 40%;
	background-color: black;
}
.heizoLp .sec03 li figure {
	text-align: center;
	margin-bottom: 20px;
}
.heizoLp .sec03 li h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec03 {
		padding-top: 20px;
	}
	.heizoLp .sec03 h2 {
		margin-bottom: 20px;
	}
	.heizoLp .sec03 ul {
		flex-direction: column;
	}
	.heizoLp .sec03 li {
		width: 80%;
		margin: 15px auto;
	}
	.heizoLp .sec03 li:nth-child(2) {
		width: 80%;
		padding: 30px 0;
	}
	.heizoLp .sec03 li:nth-child(2):before {
		content: none;
	}
	.heizoLp .sec03 li:nth-child(2):after {
		content: none;
	}
}



*/


/*
sec04
*/
/*
.heizoLp .sec04 {
	background: #d4e5eb;
	padding-bottom: 100px;
}
.heizoLp .sec04 .inner {
	background: #fff;
	padding: 60px 80px;
}
.heizoLp .sec04 .inner h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec04 .box {
	margin: 40px 0;
}
.heizoLp .sec04 .box h3 {
	background: #000;
	border-left: 10px solid #8bbbc8;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 25px;
}
.heizoLp .sec04 .box figure {
	text-align: center;
}
.heizoLp .sec04 .colum1 {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum1 .box {
	width: 45%;
}
.heizoLp .sec04 .colum2 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum2 .flexBox1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.heizoLp .sec04 .colum2 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum2 .flexBox1 .text h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.heizoLp .sec04 .colum2 .flexBox1 .text div {
	margin-top: 10px;
}
.heizoLp .sec04 .colum2 .flexBox1 figure {
	width: 44%;
}
.heizoLp .sec04 .colum2 .flexBox2 {
	background: #f2f2f2;
	padding: 30px 20px;
	margin-top: 30px;
}
.heizoLp .sec04 .colum2 .flexBox2 h4 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.heizoLp .sec04 .colum2 .flexBox2 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum2 .flexBox2 li {
	width: 23.5%;
	font-weight: bold;
	font-size: 0.875em;
}
.heizoLp .sec04 .colum2 .flexBox2 li figure {
	margin-bottom: 5px;
}
.heizoLp .sec04 .colum3 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum3 .flexBox1 {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum3 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum3 .flexBox1 .text figure {
	text-align: left;
	margin: 1.5em 0 0.5em 0;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 {
	width: 50%;
	background: #f2f2f2;
	padding: 30px 20px;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 h4 {
	text-align: center;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 li {
	width: 50%;
	font-weight: bold;

	text-align: center;
	margin: 15px 0;
}
.heizoLp .sec04 .colum4 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum4 .box {
	margin-bottom: 0;
}
.heizoLp .sec04 .colum4 .flexBox1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heizoLp .sec04 .colum4 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum4 .flexBox1 .text figure {
	text-align: left;
	margin: 0.5em 0 0.5em 0;
}
.heizoLp .sec04 .colum4 .flexBox1 .text2 {
	width: 50%;
	padding: 20px 30px;
	border: 2px solid #000;
}
.heizoLp .sec04 .colum4 .flexBox1 .text2 h4 {
	line-height: 1.6;
}
.heizoLp .sec04 .contactBox {
	margin-top: 60px;
}
.heizoLp .sec04 .contactBox h3 {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
}
.heizoLp .sec04 .contactBox nav.btn ul {
	display: flex;
	justify-content: center;
}
.heizoLp .sec04 .contactBox nav.btn li {
	width: 35%;
	margin: 0 2%;
}
@media only screen and (max-width: 939px) {
	.heizoLp .sec04 {
		padding: 100px 0 80px 0;
	}
	.heizoLp .sec04 .inner {
		padding: 60px 40px;
	}
	.heizoLp .sec04 .contactBox {
		margin-top: 40px;
	}
	.heizoLp .sec04 .contactBox nav.btn li {
		width: 50%;
		margin: 0 2%;
	}
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec04 {
		padding: 60px 0 60px 0;
	}
	.heizoLp .sec04 .inner {
		padding: 40px 20px;
	}
	.heizoLp .sec04 h2 {
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
	}
	.heizoLp .sec04 .box {
		margin: 30px 0;
	}
	.heizoLp .sec04 .colum1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum1 .box {
		width: 100%;
	}
	.heizoLp .sec04 .colum2 .flexBox1 {
		align-items: flex-start;
		flex-direction: column;
	}
	.heizoLp .sec04 .colum2 .flexBox1 .text {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum2 .flexBox1 .text div {
		text-align: center;
	}
	.heizoLp .sec04 .colum2 .flexBox1 figure {
		width: 100%;
	}
	.heizoLp .sec04 .colum2 .flexBox2 {
		background: #f2f2f2;
		padding: 30px 20px;
		margin-top: 30px;
	}
	.heizoLp .sec04 .colum2 .flexBox2 h4 {
		text-align: center;
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	.heizoLp .sec04 .colum2 .flexBox2 ul {
		flex-wrap: wrap;
	}
	.heizoLp .sec04 .colum2 .flexBox2 li {
		width: 48%;
		text-align: center;
		margin: 10px 0;
	}
	.heizoLp .sec04 .colum3 .flexBox1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .text figure {
		text-align: left;
		margin: 0.5em 0 0.5em 0;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 {
		width: 100%;
		padding: 30px 20px;
	}
	.heizoLp .sec04 .colum4 .flexBox1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum4 .flexBox1 .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum4 .flexBox1 .text2 {
		width: 100%;
	}
	.heizoLp .sec04 .contactBox h3 {
		text-align: left;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.heizoLp .sec04 .contactBox nav.btn ul {
		flex-direction: column;
	}
	.heizoLp .sec04 .contactBox nav.btn li {
		width: 90%;
		margin: 7px auto;
	}
}



*/


/*
sec05
*/
/*
.heizoLp .sec05 {
	padding-bottom: 50px;
}
.heizoLp .sec05 h2 {
	text-align: center;
	margin-bottom: 30px;
}
.heizoLp .sec05 ul.point {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec05 ul.point li {
	width: 49%;
	margin: 10px 0;
	background: #d4e5eb;
	padding: 15px 25px;
	display: flex;
	align-items: center;
}
.heizoLp .sec05 ul.point li span {
	padding: 15px 0;
	padding-right: 20px;
	border-right: 2px solid #000;
	margin-right: 20px;
}
.heizoLp .sec05 ul.point li h3 {
	font-size: 1.2em;
}
.heizoLp .sec05 figure {
	text-align: center;
	margin-top: 30px;
}
.heizoLp .sec05 .inner {
	background: #f2f2f2;
	padding: 60px 80px;
	margin-top: 60px;
}
.heizoLp .sec05 .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec05 .inner li {
	width: 47%;
	margin: 15px 0;
}
.heizoLp .sec05 .inner li h3 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.heizoLp .sec05 .inner li h3 span {
	position: relative;
}
.heizoLp .sec05 .inner li h3 strong {
	display: inline-block;
	background: #fff;
	padding: 10px 25px;
	padding-left: 40px;
	margin-left: -30px;
}
.heizoLp .sec05 .inner .box {
	background: #fff;
	padding: 10px 30px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.heizoLp .sec05 .inner .box h3 {
	margin-right: 30px;
}
.heizoLp .sec05 .inner .box p {
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec05 {
		padding-bottom: 20px;
	}
	.heizoLp .sec05 h2 {
		margin-bottom: 10px;
	}
	.heizoLp .sec05 ul.point li {
		width: 86%;
		margin: 10px auto;
		padding: 15px 15px;
	}
	.heizoLp .sec05 ul.point li h3 {
		font-size: 1.0em;
	}
	.heizoLp .sec05 .inner {
		padding: 40px 20px;
		margin: 0 -16px;
		margin-top: 40px;
	}
	.heizoLp .sec05 .inner li {
		width: 100%;
		margin: 10px 0;
	}
	.heizoLp .sec05 .inner li h3 {
		display: block;
		position: relative;
		padding-top: 30px;
	}
	.heizoLp .sec05 .inner li h3 span {
		position: relative;
		position: absolute;
		left: 45%;
		top: 0;
		transform: translateX(-50%);
	}
	.heizoLp .sec05 .inner li h3 strong {
		padding: 10px 25px;
		min-width: 45%;
		margin-left: 0;
	}
	.heizoLp .sec05 .inner li p {
		padding-left: 25px;
	}
	.heizoLp .sec05 .inner .box {
		padding: 20px 25px;
		margin-top: 20px;
		flex-direction: column;
	}
	.heizoLp .sec05 .inner .box h3 {
		margin-right: auto;
		margin-bottom: 10px;
	}
}

*/




/*
sec06
*/
/*
.heizoLp .sec06 {
	padding-top: 50px;
}
.heizoLp .sec06 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec06 .flexBox {
	display: flex;
	align-items: center;
}
.heizoLp .sec06 .flexBox .text {
	flex: 1;
	margin-right: 4%;
}
.heizoLp .sec06 .flexBox .text h3 {
	font-size: 1.2em;
	margin: 15px 0 10px 0;
}
.heizoLp .sec06 .flexBox figure {
	width: 47%;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec06 {
		padding-top: 20px;
	}
	.heizoLp .sec06 h2 {
		margin-bottom: 30px;
	}
	.heizoLp .sec06 .flexBox {
		flex-direction: column;
	}
	.heizoLp .sec06 .flexBox .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec06 .flexBox .text h3 {
		font-size: 1.2em;
	}
	.heizoLp .sec06 .flexBox figure {
		width: 100%;
		text-align: center;
	}
}


*/



/*
sec07
*/
/*
.heizoLp .sec07 {
	background: #d4e5eb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.heizoLp .sec07 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.heizoLp .sec07 h3 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec07 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec07 li {
	width: 44%;
}
.heizoLp .sec07 li h4 {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec07 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heizoLp .sec07 h2 {
		margin-bottom: 10px;
	}
	.heizoLp .sec07 h3 {
		font-size: 1.1em;
		line-height: 1.4;
		text-align: left;
		margin-bottom: 20px;
	}
	.heizoLp .sec07 ul {
		flex-direction: column;
	}
	.heizoLp .sec07 li {
		width: 100%;
		margin: 15px 0;
	}
}
*/

/* contact
***************************************************************/
	
.secContact .inner {
  width: 1000px;
  margin: 1% auto 5% auto;

}

.cf h3{
    font-size: 160%;
    line-height: 2;
    text-align: center;
    margin-bottom: 3%;
    border-bottom: 2px solid #335167;
    border-top: 2px solid #335167;
    color:#335167;
    }    
.cf p{
    font-size: 110%;
    text-align: center;
    } 
.sheet01{
	max-width: 960px;
	width:100%;
	margin:0 auto 30px auto;
	background:#fff;
}
.summary_01{
	width:30%;
}
.summary_02{
	width:70%;
}

.form_title{
    font-size:120%!important;
}


.sheet01 th,
.sheet01 td{
	border-bottom:dotted 1px #B5B5B5;
	padding:40px 20px 40px;
	font-size: 16px;
	line-height: 30px;
}
.sheet01 th{
	/*background:#F1F9FD;
	color:#005BAB;*/
	background:#f8fbf8;
    font-weight:bold;
	width:33%;
	text-align:left;
}
.sheet01 td{
	width:70%;
	text-align:left;
    padding:10px 20px;
}
.sheet01 td input{
	/*height:25px;*/
    padding: 2px;
}

.sheet01 td span2{
    color: #dc143c;
}
.sheet01 td select{
	height:25px;
}
.sheet01 td input.width200 {
	width:200px;
}       
.sheet01 td input.width270 {
	width:270px;
}
.sheet01 td input.width300 {
	width:300px;
}
.sheet01 td input.width360 {
	width:360px;
}
.sheet01 td input.width450 {
	width:450px;
}
.sheet01 td input.width480 {
	width:480px;
} 
    
.sheet01 td li {
	float: left;
}
.sheet01 td li:first-child {
	margin-right: 5px;
}
.sheet01 td li span {
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-right: 0px;
}
.sheet01 td textarea.width120{
    width: 120px;
    height: 18px;
}
.sheet01 td textarea{
    width: 480px;
    height: 100px;
}
button {
    margin-right: 7px;
    background: #0b419b;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #0b419b;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    width: 170px;
}
button[type="submit"] {
	margin-right: 7px;
    background: #0b419b;
    color: #fff;
    font-weight: bold;
    padding: 7px 30px;
    font-size: 18px;
    display: inline-block;
}
button:hover,
button[type="submit"]:hover {
	background: #fff;
	color: #0b419b;
}
p.tCenter {
    text-align: center;
}
input#name1,
input#name2,
input#kana1,
input#kana2 {
    width: 200px;
    margin-left: 5px;
}
a.tel_bnr {
    display: block;
    margin: 0 auto 50px auto;
    max-width: 403px;
    width: 100%;
  }
a.tel_bnr img{
    display: block;
    width: 100%;
}
.table_a .subtxt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
}
input#zip1 {
    margin-bottom: 7px;
}
textarea.large {
    margin-top: 5px;
}
.bt_js_bnr{text-align: center; margin: 60px 0;}
.bt_js_bnr p{margin-top: 10px; }
footer {
    margin-top: 0;
}

    
    
.linehightshikaku{
     line-height:3 ;
    margin-left:2%;      
        
    }
    
    
.linehighthp{
    line-height:3 ;
    margin-right:1% ;  
    margin-left:1% 
    }    

.red{
    color:red;
}
.arianame{
    line-height: 2;
    background:#a0a0a0; 
    color:white;    
    padding-left:2% ;
    margin:3% 0 1% 0 ;
}
.arianame:first-child{
    margin-top:0 ;
}


.table-scroll {
  margin:0 auto;     
}

.table-scroll p{
    font-size:120%;
    text-align: center;
    font-weight: 500;
}



.table_design10 {
  border-collapse: collapse;
    max-width: 1000px;
  font-size:110%;   
  font-weight: bold;
  text-align: center;
    margin:0 auto;

    
}





.table_design10 th, .table_design10 td {
  padding: .1em 1em;
  text-align: center;  
  border: 1px solid #000;
}

.table_design10 th {
  background: #000;
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #000;
}

.table_design10 th:last-of-type {
  border-right: 1px solid #000;
}
          



@media screen and (max-width:737px){
    
    
    
.secContact {
  padding: 2% 0 10% 0;
}

.secContact .inner {
  width: 93.75%;
}    
.cf h3{
    font-size: 110%;
    line-height: 1.5;
    padding: 1% 0 1% 0; 
    }    
.cf p{
    font-size: 85%;
    line-height: 1.5;
    }  
    
 .summary_01{
	width:100%;
}
.summary_02{
	width:100%;
}
    
.form_title{
    font-size:100%!important;
}    

.sheet01{
  width:100%;
  padding:0;
  margin-bottom:10px;
}
.sheet01 th,
.sheet01 td{
  display:block;
 /* border-top:solid 1px #B5B5B5;
  border-right:solid 1px #B5B5B5;
  border-left:solid 1px #B5B5B5;*/
  padding:5px;
  font-size:85%;
  text-align:left;
  width: 100%;
  box-sizing: border-box;
}
.sheet01 th{
 /* background:#F1F9FD;
    color:#005BAB;*/
background:#f8fbf8;    
  font-weight:bold;
  text-align:left;
  border-top:solid 1px #B5B5B5;
  border-bottom: none;

}
input[type=text],
input[type=email],
textarea{
  width:100% !important;
  padding:3px 0;
  box-sizing: border-box;
}
.sheet01 td textarea.width120{
    height: 18px;
}
.sheet01 td textarea{
    height: 180px;
}
.sheet01 td li {
    float: none;
}
input#name1, input#name2, input#kana1, input#kana2 {
    width: 170px;
    margin-left: 5px;
    /*width: 100%!important;*/
    box-sizing: border-box;
    margin: 0;
}
.sheet01 td li span {
    display: inline-block;
    width:100%;
    text-align: left;
    margin-right: 0px;
}
.sheet01 td li:first-child {
    margin-right: 0;
}
.table_a table tr td:first-child, .table_a table tr td:last-child {
    border-bottom: none;
    padding: 15px 10px;
}
.table_a table tr:last-child td:last-child{
  border-bottom: 1px solid #0b419b;
}
.sheet01 td input.width300 {
    width: 100%;
}
button {
    font-size: 15px;
    width: 130px;
    padding: 7px 10px;
}
button[type="submit"] {
    font-size: 15px;
    padding: 7px 10px;
}
.bt_js_bnr {
    margin: 60px 0 20px 0;
}
a.tel_bnr {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 403px;
    width: 85%;
}
    
    
 .table-scroll {
  margin:0 auto;     
}

.table-scroll p{
    font-size:90%;
    text-align: center;
    font-weight: 500;
}


 .table_design10 {
    display: grid;
    grid-template-columns: auto repeat(2, 1fr); /* 1列目は固定、残りを均等 */
    width: 100%;
   
  }

  .table_design10 thead {
 display: block;
    width: 100%;
  }

  .table_design10 tbody {
    display: flex;
   width: 100%;
  }

  .table_design10 tr {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }

  .table_design10 th,
  .table_design10 td {
    text-align: center;
     width: 113px; /* 時間の列を固定 */
    min-width: 113px;  
    height: 40px;  
    padding: 3px;
    border: 1px solid #ccc;
    white-space: nowrap;
  }

  /* 時間の幅を一定にする */
  .table_design10 td:first-child {
    width: 113px; /* 時間の列を固定 */
    min-width: 113px;
    text-align: left;
      font-size:80%;
  }

  /* 日付列もバランスよく表示 */
  .table_design10 td:not(:first-child) {
    flex: 1; /* 残りの列を均等に広げる */
  }
    
    
    
    
    
}   



/* contact
***************************************************************/






@media only screen and (max-width: 767px) {
    .flex_item{
    display:block;
　　　}

    
}




.modelimg{
    width:22.5%;
    display: inline-block;
    margin: 1% 1% 2% 1%;

}
.modelimg img{
    width:100%;
}

@media only screen and (max-width: 767px) {
  .modelimg{
    width:39%;
    display: inline-block;
    margin: 1% 5% 2% 5%;

}
.modelimg img{
    width:100%;
}  
}



.hover{-webkit-transition: .3s;
	transition: .3s;}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}
@media only screen and (max-width: 767px) {
    
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}



/*ふわっと出現
***************************************************************/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*ふわっと出現
***************************************************************/
