/**
* Template Name: Techie - v2.2.1
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #5846f9;
}

a:hover {
  color: #8577fb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 1s;
  z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
  background:  url("../img/urumasaien_gazo/header.JPG");
  width: 100%;
  background-size: cover;
  background-position: center center;

}

.corporateinfo{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center; 
}


.corporatename, .corporateinfotel, .corporateinfotime,.corporateinfotel:hover, .corporateinfotime:hover{
  padding: 0;
  margin: 0;
  color:rgb(66, 89, 122);
  filter: drop-shadow(6px 6px 6px #31848fc9);
}



/* トップ画面専用 ヘッダー部 */
.topcorporatename,.topcorporateinfotel, .topcorporateinfotime,.topcorporateinfoaddress,.topcorporateinfotel:hover, .topcorporateinfotime:hover{
  padding: 0;
  margin: 0;
  color:black;
  font-family:serif;
}


.topcorporateallinfo{
  justify-content: space-between;
  display:flex
}


.topmenuselect{
  background-color: #84a2d4;
}


/*Navigation Menu*/

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 13px 10px 13px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgb(158, 109, 109);  
  transition: 0.3s;
  font-size: 16px;
  font-weight: 800;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
  text-shadow:
  0 0 0.2em antiquewhite,
  0 0 0.2em powderblue,
  0 0 0.2em palevioletred,
  0 0 0.2em rgb(235, 158, 57)
  ;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}





/* Navigation Menu (top画面専用) */

.top-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav-menu > ul {
  display: flex;
}

.top-nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 13px 10px 13px;
}

.top-nav-menu a {
  display: block;
  position: relative;
  color:white;  
  transition: 0.3s;
  font-size: 16px;
  font-weight: 800;
  padding: 0 3px;
  font-family: serif;
  text-shadow: 0 0 0.2em antiquewhite, 0 0 0.2em #17184b, 0 0 0.2em #17184b;
}

.top-nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.top-nav-menu a:hover:before, .top-nav-menu li:hover > a:before, .top-nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.top-nav-menu a:hover {
  color: gainsboro;;
}


@media (min-width: 1280px) {

  .nav-menu a {
    font-size: 30px;
  }

  .corporatename{
    font-size: 63px;
  }

  .corporateinfotel{
    font-size: 40px;
  }

  .corporateinfotime{
    font-size: 30px;
  }


  .top-nav-menu a {
    font-size: 30px;
  }

  .topcorporatename{
    font-size: 53px;
    font-weight: 700;
  }

  .topcorporateinfotel{
    font-size: 25px;
  }

  .topcorporateinfotime{
    font-size: 17px;
  }

  .topcorporateinfoaddress{
    font-size: 25px;
  }

}

@media screen and (min-width:960px) and ( max-width:1279px) {

  .nav-menu a {
    font-size: 25px;
  }

  .corporatename{
    font-size: 53px;
  }

  .corporateinfotel{
    font-size: 33px;
  }

  .corporateinfotime{
    font-size: 28px;
  }


  .top-nav-menu a {
    font-size: 25px;
  }

  .topcorporatename{
    font-size: 43px;
    font-weight: 700;
  }

  .topcorporateinfotel{
    font-size: 18px;
  }

  .topcorporateinfotime{
    font-size: 15px;
  }

  .topcorporateinfoaddress{
    font-size: 18px;
  }

}

@media screen and (min-width:600px) and ( max-width:959px) {

  .nav-menu a {
    font-size: 22px;
  }

  .corporatename{
    font-size: 41px;
  }

  .corporateinfotel{
    font-size: 27px;
  }

  .corporateinfotime{
    font-size: 24px;
  }


  
  .top-nav-menu a {
    font-size: 22px;
  }

  .topcorporatename{
    font-size: 31px;
    font-weight: 700;
  }

  .topcorporateinfotel{
    font-size: 12px;
  }

  .topcorporateinfotime{
    font-size: 11px;
  }

  .topcorporateinfoaddress{
    font-size: 12px;
  }

  

}

@media screen and (min-width:480px) and ( max-width:599px) {

  .nav-menu > ul > li {
    padding: 10px 7px 10px 7px;
  }

  .nav-menu a {
    font-size: 18px;
  }

  .corporatename{
    font-size: 38px;
  }

  .corporateinfotel{
    font-size: 21px;
  }

  .corporateinfotime{
    font-size: 20px;
  }




  .top-nav-menu > ul > li {
    padding: 10px 7px 10px 7px;
  }

  .top-nav-menu a {
    font-size: 18px;
  }

  .topcorporatename{
    font-size: 38px;
    font-weight: 700;
  }

  .topcorporateinfotel{
    font-size: 16px;
  }

  .topcorporateinfotime{
    font-size: 15px;
  }

  .topcorporateinfoaddress{
    font-size: 16px;
  }

}

@media screen and (min-width:0px) and ( max-width:479px) {

  .nav-menu > ul > li {
    padding: 10px 5px 10px 5px;
  }

  .nav-menu a {
    font-size: 12px;
  }

  .corporatename{
    font-size: 26px;
  }

  .corporateinfotel{
    font-size: 15px;
  }

  .corporateinfotime{
    font-size: 14px;
  }





  .top-nav-menu > ul > li {
    padding: 10px 5px 10px 5px;
  }

  .top-nav-menu a {
    font-size: 12px;
  }

  .topcorporatename{
    font-size: 26px;
    font-weight: 700;
  }

  .topcorporateinfotel{
    font-size: 12px;
  }

  .topcorporateinfotime{
    font-size: 10px;
  }

  .topcorporateinfoaddress{
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# mainpage Section
--------------------------------------------------------------*/
/* カールセルの設定 Start*/
.main_imgBox {
  width: 100%;
  height:  100%;
  overflow: hidden;
  position: relative; }

 .main_img {  
  opacity: 0;
  width: 100%;
  height:  100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;  
  animation: anime 30s infinite; }

  .main_img:nth-of-type(2) {    
    animation-delay: 10s; }

  .main_img:nth-of-type(3) {    
    animation-delay: 20s; }

    .main_img:nth-of-type(4) {      
      animation-delay: 30s; } 

 @keyframes anime {
  0% {
      opacity: 0;
  }
  12% {
      opacity: 1;
  }
  29% {
      opacity: 1;
  }
  49% {
      opacity: 0;
       transform: scale(1.1);
                  z-index:0;
  }
  100% { opacity: 0 }
}
/* カールセルの設定 End*/

#mainpage {
  width: 100%;
  height: 100vh;
  /* background:  url("../img/urumasaien_gazo/001.JPG"); */
  background-size: cover;
  background-position: center center;  
}

.mainpage-val{  
	top: 0;
  margin-top: 7%;  
  z-index:1000000;
}

.mainpagemessage{ 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
	bottom: 0;  
  margin-bottom: 6%;
}

.mainpagemessage h1{
  z-index:1000000;
  font-size: 60px;
  text-align: center;
  font-weight:bold;
  color:antiquewhite;
  text-shadow:
    0 0 0.10em #4674f3,
    0 0 0.15em #215bfa,
    0 0 0.80em #114ff8,
    0 0 1.00em #021d69;
}

/*indepage Navigation Menu*/

.indexpage-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.indexpage-nav-menu > ul {
  display: flex;
}

.indexpage-nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 13px 10px 13px;
}

.indexpage-nav-menu a {
  display: block;
  position: relative;
  color: rgb(158, 109, 109);  
  transition: 0.3s;
  font-size: 16px;
  font-weight: 800;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
  text-shadow:
  0 0 0.2em antiquewhite,
  0 0 0.2em powderblue,
  0 0 0.2em palevioletred,
  0 0 0.2em rgb(235, 158, 57)
  ;
}

.indexpage-nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.indexpage-nav-menu a:hover:before, .indexpage-nav-menu li:hover > a:before, .indexpage-nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}


@media (min-width: 1280px) {

  #mainpage h1{
    font-size: 45px;
  }
  .indexpage-nav-menu a {
    font-size: 43px;
  } 

  .mainpage-val{      
    margin-top: 7%;      
  }  
  .mainpagemessage{ 
    margin-bottom: 4%;      
  }

}

@media screen and (min-width:960px) and ( max-width:1279px) {

 #mainpage h1{
    font-size: 38px;
  }

  .indexpage-nav-menu a {
    font-size: 35px;
  }

}

@media screen and (min-width:600px) and ( max-width:959px) {

 #mainpage h1{
    font-size: 32px;
  }

  .indexpage-nav-menu a {
    font-size: 31px;
  } 

}


@media screen and (min-width:480px) and ( max-width:599px) {

 #mainpage h1{
    font-size: 28px;
  }

  .indexpage-nav-menu > ul > li {
    padding: 10px 7px 10px 7px;
  }

  .indexpage-nav-menu a {
    font-size: 25px;
  }
 
}

@media screen and (min-width:0px) and ( max-width:479px) {

 #mainpage h1{
    font-size: 22px;
  }

  .indexpage-nav-menu > ul > li {
    padding: 10px 5px 10px 5px;
  }

  .indexpage-nav-menu a {
    font-size: 15px;
  }


}

@media screen and (min-width:768px) and ( min-height:1025px) {

  .mainpage-val{      
    margin-top: 15%;      
  }  

  .mainpagemessage{ 
    margin-bottom: 25%;      
  } 

}


@media screen and (max-width:768px) and ( max-height:1024px) {

  .mainpagemessage{ 
    margin-bottom: 20%;      
  } 

}


/* iPhon SE縦 */
@media screen and (max-width:375px) and ( max-height:667px) {
 
  .mainpage-val{      
    margin-top: 15%;      
  }  

  .mainpagemessage{ 
    margin-bottom: 15%;      
  } 
}

/* iPhon SE横 */
@media screen and (min-height:0px) and ( max-height:375px) {

  .mainpagemessage{
    margin-bottom: 4%;
  }
}

/* iPhon XR縦 */
@media screen and (max-width:414px) and ( max-height:896px) {
 
  .mainpage-val{      
    margin-top: 25%;      
  }  

  .mainpagemessage{ 
    margin-bottom: 25%;      
  } 
}

/*--------------------------------------------------------------
# corporateinfo Section
--------------------------------------------------------------*/

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


/*--------------------------------------------------------------
# memorialservice Section
--------------------------------------------------------------*/

#memorialservice td{
  padding:0 5px 0 5px;
}
.pricetable{
  border: 1px solid;
}

.pricetable_name_th{
  text-align: center;
  border: 1px solid;
}

.pricetable_Price_td{
  text-align: right;
}

.pricetable_totalPrice_tr{
  border-top: 1px solid;
}

.memorialserviceinfo{
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .pricetable{
    min-width: 400px;
    font-size: 24px;
  }
  .payment{
    font-size: 20px;    
  }

  .notice{
    font-size: 20px;    
  }
}

@media screen and (min-width:960px) and ( max-width:1279px) {

  .pricetable{
    min-width: 380px;
    font-size: 22px;
  }

  .memorialserviceinfo{
    font-size: 26px;
    font-weight: 700;
  }
  .payment{
    font-size: 20px;    
  }

  .notice{
    font-size: 20px;    
  }

}

@media screen and (min-width:600px) and ( max-width:959px) {

  .pricetable{
    min-width: 340px;
    font-size: 20px;
  }

  .memorialserviceinfo{
    font-size: 18px;
    font-weight: 600;
  }

  .payment{
    font-size: 18px;    
  }

  .notice{
    font-size: 18px;    
  }
}

@media screen and (min-width:480px) and ( max-width:599px) {
  .pricetable{
    min-width: 300px;
    font-size: 18px;
  }
  
  .memorialserviceinfo{
    font-size: 16px;
    font-weight: 600;
  }

  .payment{
    font-size: 16px;    
  }

  .notice{
    font-size: 15px;    
  }
}

@media screen and (min-width:0px) and ( max-width:479px) {

  .pricetable{
    min-width: 260px;
    font-size: 16px;
  }

  .memorialserviceinfo{
    font-size: 12px;
    font-weight: 600;
  }

  .payment{
    font-size: 13px;    
  }

  .notice{
    font-size: 15px;    
  }
}

/*--------------------------------------------------------------
# corporateinfo Section
--------------------------------------------------------------*/

/* urumasaiengazo */
.urumasaiengazo {
  background:  url("../img/urumasaien_gazo/010.JPG");
  width: 100%;
  height: 603px;
  background-size: cover;
  background-position: center center;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5846f9;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
}

.faq .section-title h2, .faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
info-box
--------------------------------------------------------------*/
.info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.alert-primary{
  background: linear-gradient(45deg, rgb(145,236,255) 0%, rgb(167,205,250) 100%), center center no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 15px;
  background: linear-gradient(45deg, rgb(145,236,255) 0%, rgb(167,205,250) 100%), center center no-repeat;
  background-size: cover;
  margin-top: 20px;
  padding: 5px;
}

@media screen and (min-width:480px) and ( max-width:599px) {
  #footer {

    font-size: 13px;
    margin-top: 10px;
    padding: 5px;
  }
}

@media screen and (min-width:0px) and ( max-width:479px) {

  #footer {
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
  }
}


.form-control::placeholder{
  color: #cccccc;
}

.flash{
  animation: flash 1s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.options .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: rgb(236, 236, 236);
}

.options .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.options .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.options .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.options .icon-box:hover {
  border-color: rgb(71, 71, 71);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}



/*--------------------------------------------------------------
# cremation 火葬について FSI.Nguyen 追加
--------------------------------------------------------------*/
/* 火葬料金、火葬時間、収骨時間テーブル */
.CremationFeeTable th, .TimeTable th, .InurnmentTimeTable th, .CremationFeeTable td, .TimeTable td, .InurnmentTimeTable td{
  vertical-align: middle;
  font-size: 0.9em;
}

.minute{
	min-width: 73px;
}

.arrival{
	min-width: 54px;
}
