/* CSS Document */

html{
  height:100%; 
}

body{
  height:100%;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

.container{
	font-family: "M PLUS Rounded 1c"; 
}


/*メイン*/

#s01 {
    height: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "M PLUS Rounded 1c";
    width: 100%;
}

#content {
  height: 100vh;
  overflow: hidden;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  padding: 30px;
  box-sizing: border-box;
  
  width: 100vw;
  height: auto;
  min-height: 100vh;  
  
  background-size: cover;
  background-position: center;
}
  
.main {
    background-image: url('../image/mainimg.png');
  }


.bg-video-wrap {
  
    height: 400px;
}

.overlaytext {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 10%;   /*　Ticker 入れない場合20%*/
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 765px) { 
    /*　画面サイズ 765px以上で適用　*/
	.overlaytext{
		top: 10%; /*　Ticker 入れない場合15%　*/
	}
  }

.empha {
	font-size: 5rem;
}

@media only screen and (max-width: 500px) {
  .empha {
  
	font-size:3.5rem;
	
  }
}

.display-4{
    Color: #000;
    font-size: 2.2rem;
    margin-bottom: 15px;
    margin-top: 40px;
}

@media only screen and (max-width: 500px) {
  .display-4 {
	font-size:1.8rem;
  }
}

.display-4 br {
	display: none;
}

@media only screen and (max-width: 500px) {
 .display-4 br {
    display: block;
	
	
  }
}


/*nav*/

.navbar-brand {
	background-size: contain;
	height: 50px;
	width: 200px;
	background-image: url("../image/wislogo03.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.bg-light {
    background-color: #FFFF99 !important;
}

/*privacyタブの出現*/
@media screen and (max-width: 499px) { 
    /*　画面サイズ 499pxまで適用　*/
	.privacy{
		display: inline-flex;
	}
	
  }
@media screen and (min-width: 1000px) { 
    /*　画面サイズ 1000px以上で適用　*/
	.privacy{
		display: none;
	}
	
  }



.social-txts {
	font-size: 1.1rem;
	margin-bottom: 0px;
	
}

@media only screen and (max-width: 500px) {
  .social-txts {
    display: inline-block;
	font-size:1.2rem;
	
  }
}



#canvas-bubbly {
    position: absolute;
    display: block;
    width: 100%;
	height:460px;	
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.goldline {
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6D4A1;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


 



.row{
	margin-right:0px;
	margin-left: 0px;
}

.col-md-6{
	margin-right:0px;
	margin-left: 0px;
}
.table_box {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left:auto;
	border-collapse: collapse;
  table-layout: fixed;
	
}


table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: rgb(161, 213, 230);
}
.txt{
   text-align: center;
   font-size: .85em;
}
.price{
    text-align: center;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: rgb(161, 213, 230);
    display: block;
    border-right: none;
	border-left:none;
	  border-top: none;
	border-bottom:none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
	border-left: none;
	  border-top: none;
	
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
	
	.txt{
   text-align: left;
  
}
.price{
    text-align: right;
}
}



 


#s02 {
	margin-bottom: 45px;
	margin-top: 45px;
	background-color: #FFF; 
	font-family: "M PLUS Rounded 1c";
	padding-top: 5%;
}


#s02 .s02_s01 {
    
    
    text-align: center;
    background: url(../image/message02.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #FFF;
	width: 100%;
	top: 0;
  left: 0;
	padding-top: 7%;
padding-bottom: 7%;
}


.voice_text {
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 4rem;
	
}







#s03 .s03_s01 {
	
	padding-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6D4A1;
	border-top-width: 1px;
	
}
#s03 .s03_s02 {
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6D4A1;
	background-color: #F2F3F6;
}
#s03 .s03_s03 {
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom-width: 1px;
	
}

#s03 {
	background-color: #FFF;
	padding-bottom: 45px;
	font-family: "M PLUS Rounded 1c"; 
}

.service_text {
	font-size: 26px;
	color: #6ECEDA;
	font-weight: bold;
	margin-bottom: 0;
}
.service_subtext {
	font-size: 14px;
	color: #A1E6B1;
	font-weight: lighter;
	line-height: 1rem;
}




#s04 {
    background-color: #FFF;
    padding-bottom: 45px;
    font-family: "M PLUS Rounded 1c";
    padding-top: 0px;
}


.margineb_0 {
	margin-bottom: 0px;
}
.col-md-6.imgcenter {
	margin-top: auto;
	margin-bottom: auto;
}
#s05 {
	background-color: #FFF;
	padding-bottom: 45px;
	padding-top: 45px;
	font-family: "M PLUS Rounded 1c"; 
}

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


.btn-success{
	background-color:#6ECEDA;
	border-color: #6ECEDA;
	
}
.btn-success:hover{
	background-color:#A1D5E6;
	border-color: #A1D5E6;
	
}
.footer-top {
	background-color: #6ECEDA;
	padding-top: 45px;
	padding-bottom: 45px;
}


.footer-bottom {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FFFF99;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.px11 {
	font-size: 11px;
}
.footer-text {
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}
.b30 {
	margin-bottom: 30px;
}
.branch-text {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.branch-stext{
	margin-bottom: 0;
	font-size: 11px;
	}
	
.branch-stext02{
	font-size: 11px;
	}
		
	
	
	
.footer-contact p a{
    color: #000;
}


.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #666;
}



.col-md-3.footer-links.wow.fadeInUp .row .col-md-6 .px11 a {
	color: #000;
}
.contact-box {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.footer-social {
    padding-top: 3px;
    text-align: right;
}

.footer-social a {
    margin-right: 20px;
    color:  #777;
    border: 0;
}

.footer-social a:hover, .footer-social a:focus {
color: #A1D5E6;
border: 0;
}


.col.footer-copyright {
	text-align: center;
}

@media screen and (max-width: 499px) { 
    /*　画面サイズ 499pxまで適用　*/
	.footer-about{
		display: none;
	}
	.footer-links{
		display: none;
	}
  }


#s06 {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #FFF;
}
.s06_s01 {
    padding-top: 0px;
    padding-bottom: 45px;
}
.about_text {
	margin-top: 35px;
	color: #6ECEDA;
}
#s07 {
	padding-top: 15px;
	padding-bottom: 45px;
	background-color: #FFF;
}
.s07_s01 {
    padding-top: 0px;
    padding-bottom: 45px;
}

.servive_txtbox {
	height: 40px;
	width: 100%;
	padding: 7px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
	border: 1px solid #E6D3A1;
	font-size: 18px;
}
.rec_txt {
	margin-bottom: 5px;
}
.service_tags {
    background-color: #A1D5E6;
    font-size: 10px;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 1rem;
    height: 50px;
}



.service_tagbox {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 15px;
	
	
}
.service_txts {
	text-align: center;
	padding:1rem 0;
	margin-bottom: 0px;
	
}



.no-left-padding{
	padding-left:0;
}
#comtactform_box {
	margin-top: 55px;
	padding-top: 55px;
}


#icon-box {
	font-family: "M PLUS Rounded 1c";
    background-color: #A1D5E6;
    padding-top: 7px;
    padding-bottom: 7px;
}
a.social-button {
color: #FFF;
}

a:hover, .footer-social a:focus {
color: #FFFF99;
}

 
.flex-row{
     display: flex;
    display: -webkit-flex; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
	-webkit-align-content:center;
	align-content:center;
}
.flex-row:before, .flex-row:after{
   display: none;
}

/* 3 つのサンプル共通 */
.move {
  overflow: hidden;
  position: relative;
}

.move img {
  display: block;
  height: auto;
  width: 100%;
}

/* 1 つ目のサンプル */
.move-one.move-animation img {
  animation: move-one 1.2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes move-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}


#app{
  letter-spacing:0.45em;
	text-size: 1em;
  text-transform:uppercase;
}



.loading span {
    display: inline-block;
    margin: 0 -.075em;
    animation: loading .7s infinite alternate;
    text-align: center;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}



form#mail_form dl dt span.required {
	background: #E6A1B3;
	border: 1px solid #E6A1D5;
}



form#mail_form dl dt span.optional {
	background: #A1D5E6;
	border: 1px solid #A1E6D3;
}


.message-bg-section {
    color: #fff;
    background-color:#e9e9e9;
    background-size: cover;
    background-position: top center;
    margin-top: 0px;
    z-index: 10;
    position: relative;
}

.message-hero-wrap, .message-bg-section {
    padding: 2em 0;
}

.message-bg-section .message-overlay {
    background: 
    #3b3d40;
    opacity: .5;
}

.message-bg-section .message-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3b3d40;
    z-index: 11;
}

.message-bg-section .message-hero-wrap {
    display: table;
    width: 100%;
    z-index: 12;
    position: relative;
}

.message-bg-section .message-hero-wrap .message-hero-intro {
    display: table-cell;
    vertical-align: middle;
}

.message-section-heading {
    margin-bottom: 4em;
}

.message-bg-section .message-hero-wrap .message-hero-intro .message-lead {
    margin-bottom: 30px;
}


.message-section-heading .message-sub {
    font-size: 16px;
    line-height: 30px;
	
}

@media screen and (min-width: 768px) { 
.col-md-offset-2 {
    margin-left: 16.66667%;
}
}
	
@media screen and (min-width: 768px) { 
.col-md-8 {
    width: 66.66667%;
}
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.js .to-animate, .js .animate-object, .js .animate-box, .js .animate-single {
    opacity: 0;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

 
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.text-center {
    text-align: center;
}

.message-bg-section .message-hero-wrap .message-hero-intro .message-lead {
    color: #fff;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.5;
	
}

