@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');


body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-size: 16px;
  line-height: 1.5rem;
    font-weight: 500;
    font-feature-settings:"palt" 1, "swsh" 1;
    width:100vw;
    height: 100vh;
    overflow-x: hidden!important;
}



a:hover{
    text-decoration:none;
}





header{
    background-color: white!important;
    position: absolute;
    padding-top:14px;
    height:70px;
    border-bottom: rgba(228,2,17,1.00) solid 3px;
    box-sizing:border-box;
}

header a.navbar-brand{
    position:absolute;
    top:-3px;
    left:8%;
}
    
header a.navbar-brand img {
  width: 170px;
  height: auto;
}

header ul {
    padding-top: 14px;
}


.fixed-top{
      transition: top 0.6s cubic-bezier(.24,-0.43,.48,1.46);
}

header .navbar {
	max-width:1280px;
	margin-left: auto;
	margin-right:auto;
    margin-top:10px;
}

header .navbar-nav{
    position:absolute;
    left:36%;
}



header .bg-light{
	background-color: white!important;
    -webkit-transition: background-color 2s cubic-bezier(.24,-0.43,.48,1.46);
    -ms-transition: background-color 2s cubic-bezier(.24,-0.43,.48,1.46);
    transition: background-color 2s cubic-bezier(.24,-0.43,.48,1.46);
        
}
header  .nav-link ,
header  .nav-link a {
	color: black!important;
     font-size: 0.945rem;
    font-weight:bold;
}

.navbar-nav li:hover .dropdown-menu {
        display: block;
    } 


.navbar-nav li.contact a.nav-link{
    padding-left:64px;
    width:auto;
	height:32px;
	background:url(../images/icon_contact.png) no-repeat 20px 0;
	background-size:contain;
}






/* Carousel */
/*.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .8s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

*/

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .8s;
	transition-property: opacity;
}




.carousel-indicators{
position: absolute;
  bottom: -180px;
  left: 0;
  display: flex;
  -ms-flex-pack: center;
  justify-content:center;
  margin-right:0;
  margin-left:0;
    width:710px;
    height:160px;
    background-color:rgba(226,226,226,0.70);
      flex-flow:wrap;
    overflow:hidden;
    object-fit:fill
}


.carousel-indicators li {
  width: 120px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: 0;
  opacity: 0.3;
  transition: opacity 0.6s ease;
  
}
.carousel-indicators li img{
  width: 120px;
  height: 60px;
object-fit: cover;
}
.carousel-indicators .active {
    position:static;
    justify-content: center;
  opacity: 1;
	background-color: #f00;
}

.carousel-item img {
  opacity: 1;
}

.carousel-indicators .active img{

}


.carousel-item img {
	  width: 80vw;
      height:60vh;
    min-width:710px;
    max-width:710px;
    min-height:400px;
    max-height:400px;
	
	  object-fit: cover !important;
}

.carousel-caption {
    left: 8%;
	text-align: left;
    opacity:0;
}

.carousel-caption h5 img{
    display: block;
    width:530px;
    height: 363px;
}

.carousel-caption p img{
    display: block;
    width:270px;
    height: 50px;
}






table.tablestyle td{
            padding:10px 0px;
            vertical-align:top;
			border-collapse:collapse;
        }
    
	input, textarea {
  font-size: 1em;
  margin:auto  10px;
  padding: 15px 10px 10px;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width:330px;
}

td.button {border:none;}

	.button input, #formdata input {
  font-size: 1rem;
  height:40px;
  margin:10px;
  padding: 5px 10px;
  border: 1px solid #cecece;
  background-color:#CF6;
  color:#333;
  border-radius: 5px;
width: 200px;
   cursor:pointer;
}
td.button input:hover, #formdata input:hover{
	background-color:#f93;
	color:white;
	}

	table.radios input {
  font-size: 1em;
  height:auto;
  margin:auto;
  padding: 5px;
  border: none;
  background-color:#CF6;
  color:black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  cursor:default;
  }

td.postalcode input{
  width: 100px;
  }
 
 td.inputsmall input{  
 width: 50px;
  }
 
th{
	background-color:#cf9;
	vertical-align:top;
	}

#formdata table{width:700px;}
#formdata table th{
	width:280px;
	padding:10px;
	background-color:#cf9;
	vertical-align:top;
	align:right;
	font-weight:normal;}
	
#formdata table td{
	width:480px!important;
	padding:10px;
	background-color:#ffc;
	vertical-align:top;
	align:left;}

#formdata table.tablebutton td{
	padding:10px;
	background-color:#fff;
	vertical-align:top;
	align:left;}

#formdata table tr:last-child {
background-color:green;
}


body#formdata{
		   text-align:center;
	}

#formdata h3{
	display:block;
	text-decoration:underline;
	font-size:1.5rem;
	color:#333;
	font-weight:bold;
	}
	
#formdata h3{
	display:block;
	font-size:1.2rem;
	color:#333;
	font-weight:bold;
	}

#formdata h4{
	display:block;
	font-size:1.2rem;
	color:#333;
	font-weight:bold;
	}

#formdata h5{
	display:block;
	margin:40px auto auto;
	font-size:1.2rem;
	line-height:2.5rem;
	color:#333;
	font-weight:bold;
	}
	
#formdata img{
	margin:80px auto;
	}

#formdata p.warning{
	font-size:1.5rem;
	color:red;
	font-weight:bold;
	}



@media (max-width: 991.98px) {

header a.navbar-brand{
    position:relative;
    left:auto;
}
    

header .navbar-nav{
    width:100vw;
    position:static;
    left:auto;
    background-color:white!important;
}   
.navbar-nav li.contact a.nav-link{
    padding-left:0;
}
.navbar-nav li.contact a.nav-link::before{
    content:none;
    display: none;
    padding-left:0;
}
    
    
    
     
    
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-dark .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

    
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #000;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}
    
    
    
/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}
    
    
    
 
 
 
  
 
 
    
    
    
    
}


@media (max-width: 575.98px) {
    

    
    


    
}
