
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
img{
  width: 100%;
}
/* --- Header（index.html） --- */
header{
	width:100%;
	position: fixed;
	z-index: 999;
}
header .inner{
	display:flex;
	flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
	padding:10px 0;
}
header .inner > h1{
	width:35%;
  padding: 20px 0px 20px 20px;
}
header .inner > nav{
	width:65%;
}

.box02{
  margin-top: -180px;
  position: relative;
  z-index: -1;
}

/* --- Header（お問い合わせ） --- */
header.contact .inner > nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header.contact .inner > nav ul li{
	width:50%;
}


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

header .inner nav ul {
	display: flex;
  align-items: center;
}

header .inner nav .hd_line a{
	display:block;
	max-width:92%;
	margin:0 auto;
}
header .inner nav .hd_line a img{
	display:block;
	width:100%;
}

@media (max-width:780px){
	
	header .inner > h1{
    width: 50%;
    padding: 0px 0px 0 10px;
	}
	header .inner > nav{
		width:40%;
	}
	
}

/* --- Main --- */
main{
	margin-top:176px;
}

@media (max-width:1649px){
	
	main{
		margin-top:130px;
	}
	main.page__main{
		margin-top:176px;
	}
	
}

@media (max-width:780px){
	
	main{
		margin-top:60px;
	}

}

picture{
  line-height: 0;
}
div {
  line-height: 0;
}



.from {
  text-align: center;
  background-size: cover;
  background-color: #000;
  padding-bottom: 50px;
}
.from img {
  width: 75%;
  margin: 60px auto;
  text-align: center;
}

.from img.new_img {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.panel {
  margin:0px auto;
  padding: 0px 0;
  text-align: left;
  width: 80%;
  position:relative;
}
.panel .point_text{
	position: absolute;
	top:60px;
}

@media (max-width:780px){

	.panel {
	  margin:0px auto 0;
	}
	.panel .point_text{
		max-width:160px;
		top:-60px;
	}

}

.ttl_box img{
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel th,.panel td {
  padding: 1em;
  color: #4b4b4b;
}
.panel th{
  font-size: 16px;
  font-weight: bold;
  width: 40%;
  vertical-align: top;
  line-height: 1.5;
}
.panel tr {
  padding: 1em 0;
  border-bottom: 3px solid #4b4b4b;
}

.panel table.tbl-form tr:first-child{
	border-top:3px solid #4b4b4b;	
}

.must{
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 0 0;
  display: block;
  max-width: 50px;
}
.nini{
  background-color: #4b4b4b;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
table {
  width: 100%;
  background-color: #fff;
}
input{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
}
textarea{
  resize: none;
  width: 100%;
  height: 200px;
  background-color: rgba(238, 238, 238, 0.933);
  border: none;
}
:checked {
  margin-left: 25px;
  border: 1px solid blue;
}
input[type=checkbox]{
  width: 15px;
}

input[type=radio]{
	width:20px;
	margin:0 10px 0 0;
}
input[type=radio]:checked{
	margin:0 10px 0 0;
}

.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: row;
}

input[type=submit] {
  width: 360px;
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
  height: auto;
  margin-bottom: 3em;
  background-color: #ff8c0a;
  color: #fff;
}

select {
    height: 40px;
    background-color: #b3b3b3;
    padding: 5px;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 30px;
}


header .inner{
    display: flex;
    justify-content: space-between;
    
    }
    nav  {
      display: flex;
      justify-content: end;
  }
nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  width: 70%;
  }
  nav ul li{
    padding: 0 10px;
}
  header {
  /* background-image: url(../img/hd_bk.jpg); */
  background-repeat: no-repeat;
  background-color: #57b0ca;
}
.ttl_box{
	/* background: rgb(0, 202, 242); */
	text-align: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
}
.ttl_box02{
	/* background: rgb(0, 202, 242); */
	text-align: center;
  background-size: cover;
  color: #fff;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
}

.ttl_box  img {
  width: 65%;
  margin: 60px auto;
  text-align: center;
}



table {
  margin: 0px auto;
  width: 80%;
}
.tbl-r02 th {
  background:#fff;
  border-bottom: 1px solid #000;
  color:#000;
  padding: 10px;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.tbl-r02 td span.red{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff3d3d;
}
.page__main .contact .inner{
  margin: 6em auto;
}
.page__main .contact .inner h2{
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.page__main .contact .inner h2 span{
  text-align: center;
  display: block;
  font-size: 24px;
}

.page__main .contact .inner p{
  text-align: center;
  margin: 2em 0;
}
.jc-center {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.copy {
  text-align: center;
  color: #fff;
  padding: 20px 0 0;
}
.copy a{
  color: #fff;
}
footer {
  padding: 0 0 80px;
  text-align: center;
}
footer img {
  padding: 30px;
}

.ttl_box img{
  width: 45%;
  margin: 60px auto;
  text-align: center;
}
.panel_wapper{
  /* background-image: url(../img/form_bk.png); */
  background-size: cover;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .panel th, .panel td {
}
input {
  font-size: 16px;
  height: 60px;
}
.flex {

  text-align: center;
}
nav ul {
  width: 100%;
}
header {

  background-position: left 40% bottom 0px;
}


}

@media screen and (max-width: 767px) {
  nav ul{
    padding: 0;
  }
	header .inner {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
    padding: 0;
	}

nav {
  display: flex;
  width: 100%;
  justify-content: end;
}
nav ul li {
  padding: 0px 5px;
}
.panel {
  width: 100%;
}
table {
  margin: 20px auto;
  width: 90%;
}
.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: row;
  color: #fff;
}
.check_box a{
  color: #fff;
}
.check_box p .must {
  padding: 5px 8px;
  font-size: 10px;
  font-weight: bold;
  margin: 0px 10px;
  display: block;
}
.check_box input[type="checkbox"] {
  width: 15px;
  font-size: 16px;
  height: 15px;
}
.check_box p  {
  font-size: 12px;
}
input[type="submit"] {
  width: 260px;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  height: auto;
  margin-bottom: 3em;
}


}



@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th, .tbl-r02 td {
    padding: 10px 10px;
}
.tbl-r02 td {
  font-size: 14px;
}
.box02{
  margin-top: -50px;
}
.hd_line{
  display: none;
}
.box02{
  margin-top: 0px;
}
}

/* --- プライバシーポリシー追加 --- */
.form__privacywrap {
    overflow: hidden;
    overflow-y: scroll;
    height: 140px;
    background: #fff;
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 10px 3%;
    border: solid 1px #ccc;
}
.form__privacy {
    font-size: 1.4rem;
    line-height: 2;
    color: #111;
}

/*# sourceMappingURL=style.css.map */
body{
  background-color: #57b0ca;
}


.mv01{
  /* padding: 0 20px; */
}

.mv {
  /* background-image: url(../img/mvbk.png);
  line-height: 0;
  background-position: bottom;
  position: relative;
  padding: 80px 0 155px; */
}

.hito{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.is-animated{
  position: relative;
  z-index: 2;
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
  position: relative;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

.bgcoler.is-animated{
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #000;
}
.bgcoler02.is-animated{
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #4a0000 0%,#d90000 50%,#650000 100%);
  padding: 10px 40px;
  text-align: center;
}
.bgcoler02 img{
  width: 60%;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.flex_box{
  display: flex;
  align-items: center;
}
 
.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadein02.is-animated {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadein03.is-animated {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadein04.is-animated {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadein05.is-animated {
  animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box01{
  position: relative;
  padding: 20px;
}
.box01_hito{
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.0) translate(-50%,-50%);
  width: 20%;
}

.poyopoyo.is-animated {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  /* position: absolute;
  top: 50%;
  left: 50%; */
  transform: scale(1.0) ;
  /* width: 20%; */
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.box02{
  position: relative;
  padding: 20px;
}

.box03_img{
  position: relative;
  padding: 10px;
}
.bg-wrap {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.bg-wrap.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.line{
  width: 0;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.line.is-animated{
  width: 100%;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}



.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}



.slider-2 .slick-slide {
  margin: 0px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}
.slick-slide{
  height: auto;
}
.slider-2 .slick-slide img {
  display: block;
  width: 45%;
  height: auto;
  margin: 0 auto;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


.top_box01{
  margin: 20px 0;
  max-width: 60%;
  padding: 20px;
}
.top_box02{
  margin: 10px 0 0 10px;
  max-width: 40%;
}
.top_box01 img{
 
}




@media (min-width:500px){
.top_m{
  margin-top: 200px;
}


}

@media (min-width:780px){
  .pc_ttl{
    width: 60%;
    margin: 0 auto;
  }
  .top_m{
    margin-top: 0px;
  }
  .top_m02{
    margin-top: 200px;
  }
.pc_flex{
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-end;
}
.pc_henkou{
  max-width: 60%;
  margin: 0 auto;
}
.box02{
  margin-top: 0;
}

.slider-2 .slick-slide img{
  width: 100%;
}
.check_box{
  color: #fff;
}
.check_box a{
  color: #fff;
}
.flex_box{
  justify-content: center;
}
.mv01{
  max-width: 100%;
  margin: 100px auto;
}
.top_box01{
  margin: 20px auto;
}
.top_box02{
  margin: 20px auto;
}
}


.box04{
  background-image: url(../img/box04_bk.png);
}


.box04_02,
.box04_03,
.box04_04,
.box04_05,
.box04_06{
  margin-top: 30px;
}

.box07{
  background-image: url(../img/box07_bk.png);
}

.bosyu_wapper h2{
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.bosyuu{
  display: flex;
  background-color: #fff;
  margin:0 auto 30px;
  width: 92%;
  padding: 10px;
  justify-content: space-between;
}
.bosyuu li:first-child{
  width: 30%;
}
.bosyuu li:last-child{
  width: 68%;
}

.fixd{
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.fixd a{
  display: block;
  width: 92%;
  margin: 0 auto;
}


@media (min-width:780px){
  main{
    max-width: 900px;
    margin: 0 auto;
  }
  header .inner nav ul{
    justify-content: flex-end;
  }

.fixd{
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.fixd a{
  display: block;
  width: 22%;
  margin: 0 0 0 auto;
}
.bosyuu{
  font-size: 3rem;
}
.panel{
  width: 100%;
}
table{
  width: 100%;
}
}