@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;
}


.bg01{
    padding: 5% 0 5% 0;
    background:#ededed ;
}
.bg02{
    padding: 2% 0 2% 0;
    background:#595757 ;
}


.katarieLp {
	max-width: 1280px;
	margin: 0 auto;
}

.katarieLp .img01_moto{
    position: relative;
}
.katarieLp .img01{
	width:20%;
    position: absolute;
    top: -14%;
    right: -6%;
}

.katarieLp section {
	padding:  0;
}
.katarieLp p {
	font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
	.katarieLp section {
		padding: 5px 0;
	}
 .katarieLp .img01{
	width:20%;
    position: absolute;
    top: -3%;
    right: -2%;
}
    
    
}

/*h2.title*/
.katarieLp h2.title {
    
	font-size: 24px;
}
.katarieLp h2.title span {
	font-size: 16px;
    line-height: 1.6;
    font-weight:200;
}
.katarieLp h2.title strong {
	letter-spacing: 0;
	font-size: 1.4em;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}
.katarieLp.inner.text p.ad{font-size:16px;}

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

.katarieLp h2.title2 {
	font-size: 200%;
    text-align: center;
    padding:2% 0 4% 0;
    font-weight:300;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}


.katarieLp h2.title2 span {
	letter-spacing: 0;
}
.katarieLp h2.title2 strong {
	letter-spacing: 0;
	font-size: 1.4em;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.katarieLp h2.title2 {
        font-size:18px;
    }
    .katarieLp h2.title2 strong {
		font-size: 16px;
	}
    
    
    
    .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: #000000;
}
.katariep nav.btn li.request a:hover {
	background: #000000;
}
.katarieLp nav.btn 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.btn li.request a {
	font-size: 100%;
}
.katarieLp nav.btn li.contact a {
	font-size:100%;
}
    
    
}






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

.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: 80%!important;
    line-height: 1.1;
    text-align: left;
    margin: 1% 0 3% 0;
}

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



/*
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: 3%;
}
.katarieLp .sec01 .inner .text h2 {
	margin:0.5em 0;
}
.katarieLp .sec01 .inner .text .btn {
	margin-top: 25px;
}
.katarieLp .sec01 .inner figure {
	width:54%;
	text-align: center;
}

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


.katarieLp .sec01 .inner ul.outline li{
 color: #1e366a;
 font-size:100%;
 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 ul.outline{
        padding:2.5% 0.5% 2.5% 0.5%;
}

.katarieLp .sec01 .inner ul.outline li{
 font-size:90%;


}
    
    
}





.katarieLp .secpoint {
	max-width: 1100px;
	margin:0 auto;
	padding-bottom: 50px;
   
}

.katarieLp .secpoint .inner {
	display: flex;
}

.katarieLp .secpoint .pointtext{
	width:23.5%;
   margin: 2% 0.5% 3% 0.5%;
    font-size: 120%;
    text-align: center;
    padding: 1.5% 0 1.5% 0; 
    display: inline-block;
    border: 2px solid gray;
    border-radius:10px ; 
}

@media only screen and (max-width: 999px) {
  .katarieLp .secpoint {
	width: 100%;
	margin:0 auto;
	padding-bottom: 50px;
}

.katarieLp .secpoint .inner {
	display: flex;
}

.katarieLp .secpoint .pointtext{
	width:48.5%;
    margin: 2% 0.5% 3% 0.5%;
    font-size: 100%;
    text-align: center;
    padding: 1.5% 0 1.5% 0; 
    display: inline-block;
    border: 2px solid gray;
    border-radius:10px ; 
}  
    
}


/*
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;  

}

.coment h2{
 font-size: 120%;
 line-height: 2;
 font-weight: 600;
}

.coment p{
 font-size: 94%;
 line-height: 1.5;

}


.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;  

}
.coment2 h2{
 font-size: 120%;
 line-height: 2;
 font-weight: 600;
}

.coment2 p{
 font-size: 94%;
 line-height: 1.5;

}


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

.work a:hover{
    opacity: 0.8;
}
.work h1{
    font-size: 200%;
    text-align: center;
    font-weight: 600;
    color: #dc143c;
    line-height: 1.5;
}


@media only screen and (max-width: 767px) {
	
    .katarieLp .sec02 {
	width: 100%;
	margin:1% 0% 10% 0%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.katarieLp .sec02 .inner {
	align-items: center;
	flex-flow: row-reverse;
}
.katarieLp .sec02 .inner .text {
 width:96%!important;
    display: inline-block;
	padding-left:2%;
      top:60%;
  transform: translateY(0%);
}

.katarieLp .sec02 .inner .text h2{
	font-size:18px;
    padding:3% ;
    text-align: center;
}

.katarieLp .sec02 .inner .text p{
	font-size:14px;
  line-height: 1.6;
      text-align:left;
     padding:0 3% ;
}



.katarieLp .sec02 .inner figure {
	width: 100%!important;
	text-align: center;
    margin: 0 auto;
}
    
 /*
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: 90%;
    z-index: 1;
    margin-bottom: 0;
    position: relative; /* z-index を適用するために relative を指定 */
    display: block;
}

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

.coment p{
 font-size: 80%;
 line-height: 1.5;

}
    

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

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

.coment2 {
   width: 90%;
    padding: 2%;
    position: relative;
    margin: -2% 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;
}

.coment2 h2{
 font-size: 100%;
 line-height: 2;
 font-weight: 600;
}

.coment2 p{
 font-size: 80%;
 line-height: 1.5;

}    
    
    
/* 共通設定 */
.work {
    width: 90%;
    margin: 5% auto;
}

.work a:hover {
    opacity: 0.8;
}
.work h1{
    font-size: 130%;
    text-align: center;
    line-height: 1.5;
}
    
}




@media only screen and (max-width: 999px) {
	.katarieLp .sec02 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.katarieLp .sec02 .inner {
		flex-direction: column;
	}
	.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;
	}
}






/*
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:110%;
    text-align: center;
    font-weight: 500;
    line-height: 3;
}



.table_design10 {
  border-collapse: collapse;
  max-width: 1000px;
  font-size:100%;   
  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;
    line-height: 2;
}


 .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: 100%;  
    /*width: 113px;  時間の列を固定 */
    min-width: 113px;  
    height: 40px;  
    padding: 3px;
    border: 1px solid #ccc;
    white-space: nowrap;
    font-size: 90%;
  }

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

  /* 日付列もバランスよく表示 */
  .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%;
}
}


