@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

/*font-family: 'Kosugi', sans-serif;*/


html{
  overflow-y:scroll;
}

body {
	width: 100%;
	font-family: 'Kosugi', sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #c2e7f2;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #34c0eb;
  border-radius: 10px;
}

.img-responsive {
	width: 100%;
	height: auto;
	position: relative;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center center/cover;
    background-image: url(./sapmle.png);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 80px;   
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
	overflow: hidden;
}
.overlay {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 4px 4px;
  z-index: 2;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.overlay h1 {

	color: rgba(255,255,255,1.00);
}
.center_contents {
    width: 100%;
    background-color: rgba(240,240,240,1.00);
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
}

.contents_1 {
	display: flex;
	flex-flow: column wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
    
	
}

.contents_1 h2 {
    font-size: 28px;
    line-height: 2.2em;
    border-top: medium solid #008824;
    border-bottom: medium solid #008824;
    margin-top: 15px;
    margin-bottom: 15px;
	
}

.contents_1 p {
    font-size: 18px;
    line-height: 2em;	
}

.contents_1 a {
	color: #226200;
	border-bottom: 1px solid #226200;
	padding-bottom: 5px;
	transition: 1.0s ;
}

.contents_1 a:hover {
	color:#213DE0;
	border-bottom: none;
	padding-bottom: 5px;
}


.text_box {
    padding-top: 10px;
    padding-bottom: 10px;
	
}

.contents_2 {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
}

.contents_2_img {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}


.contents_3 {
	display: flex;
	flex-flow: column wrap;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;

	
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.google_c {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.google_c iframe {
  width: 100%;
  height: 100%;
}


h3 {
    font-size: 20px;
    line-height: 2em;
    background-color: #008824;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.example {
  position: relative;
  }

.example p {
  position: absolute;
  bottom: 0%;
  left: 50%;
	background: rgba(63,63,63,0.53);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
	width: 100%;
	color: rgba(255,255,255,1.00);
  }

.example img {
  width: 100%;
  }

#fly-in {
  font-size: 3em;
  margin: 40vh auto;
  height: 20vh; 
  text-transform: uppercase;
  color:rgba(255,255,255,1.00);
}

#fly-in span {
  display: block;
  font-size: .8em;
  opacity: .8;
　color:rgba(255,255,255,1.00);
}

#fly-in div {
  position: absolute; 
  margin: 2vh 0;
  opacity: 0;
  left: 10vw;
  width: 80vw;
  animation: switch 32s linear infinite;
}

#fly-in div:nth-child(2) { animation-delay: 4s}
#fly-in div:nth-child(3) { animation-delay: 8s}
#fly-in div:nth-child(4) { animation-delay: 12s}
#fly-in div:nth-child(5) { animation-delay: 16s}
#fly-in div:nth-child(6) { animation-delay: 20s}
#fly-in div:nth-child(7) { animation-delay: 24s}
#fly-in div:nth-child(8) { animation-delay: 28s}

@keyframes switch {
    0% { opacity: 0;filter: blur(20px); transform:scale(12)}
    3% { opacity: 1;filter: blur(0); transform:scale(1)}
    10% { opacity: 1;filter: blur(0); transform:scale(.9)}
    13% { opacity: 0;filter: blur(10px); transform:scale(.1)}
    80% { opacity: 0}
    100% { opacity: 0}
}


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


/*mailフォーム*/

form { width: 80%; margin:50px auto;}

.feedback-input {
    color: rgba(0,98,20,1.00);
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid rgba(0,124,29,1.00);
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #1FA200;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 1.0s;
    margin-top: 14px;
    font-weight: 700;
    text-align: center;
	
}

[type="submit"]:hover {
    background-color: #9AD357;
}

[type="button"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #2D07ED;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 1.0s;
    margin-top: 14px;
    font-weight: 700;
    text-align: center;
}

[type="button"]:hover {
    background-color: #896CE9;
}







.table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.table th {
 padding: 10px;
 border: solid 1px #778ca3;
}

.table td {
 padding: 10px;
 border: solid 1px #778ca3;
 text-align: left;
}

.mailphp {
	font-size: 28px;
    line-height: 2.2em;
    border-top: medium solid #008824;
    border-bottom: medium solid #008824;
    margin-top: 30px;
    margin-bottom: 15px;
}



#formWrap {
    width: 100%;
    text-align: center;
	
	
}

table .formTable {
	
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
	
}

.formTable th {
 width: 200px;
 padding: 20px;
 border: solid 1px #778ca3;
}



.formTable td {

 padding: 20px;
 border: solid 1px #778ca3;
 
}


/*ローディング*/

.loader {
  background:#1bb;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
}

/* ローディングのアニメーション部分のCSS */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#ffffff;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#ffffff;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}



#pagetop {
    position: fixed;
    right: -30px;
    bottom: 10px;
    margin: 0;
    
}
#pagetop a{
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    background: none;
    transition: opacity .6s ease;
    color: #00A67F;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    
}
#pagetop a:hover {
    opacity: .4;
    
}

/*パンくずリスト*/
.breadcrumb {
    margin-top: 10px;
    padding: 1.1em 1em;
    list-style: none;
    background: #e9edf5;
    overflow: hidden;
	font-size: 14px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  padding: 0 0.2em;
  color: #8186a0;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}

.breadcrumb li:first-child a:before {/*家アイコンに*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
