@charset "UTF-8";

/*
Theme Name:いつくしみ
*/

body{  font-size: 16px; }
h1{ font-size:28px; font-weight: bold;}
h2{ font-size:20px;}
h3{ font-size:18px;}
img{ max-width:100%;  }
#content{
  background:url(images/pattern-diamond.png);
  padding-top:20px;
  padding-bottom:20px;
}
#content-wrap{
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
#sidebar{ text-align: center;}
footer{ background-color: #222; }
footer p{
  padding:15px 0;
  color: white;
}

.head{
	display: block;
}

.header-logo{
	width: 600px;
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.header-logo a img{
	width: 90%;
}

.header-logo img{
	width: 100%;
}

.head{
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

.navbar-nav{
	display: flex;
}

#bs-navbar-collapse-1 img{
	width: 200px;
}

.headnav{
	margin: 0 0 0 auto;
}

#slideshow {
   position: relative;
   width:  auto;
   height: 500px; 
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 500px;
}

#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

#main{
	width: 100%;
}

#head{
	background-image: url("https://test3.bizkit.co.jp/wp-content/themes/itukushimi/img/img4.png");
	background-size: 30%;
	background-repeat: repeat;
}

@media only screen and (max-width: 767px){
	#head{
		display: none;
	}
}

.navbar-header{
	display: none;
}
@media only screen and (max-width: 767px){
	.navbar-header{
		align-items: center;
		background-color: #ffffff;
		display: flex;
		height: 6rem !important;
		margin: 0;
		padding: 8px 16px;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
}

.navbar-nav li a{
	line-height: 80px;
}

.navbar-nav li:hover{
	background-color: #000000;
	transition: 0.2s;
}

.navbar-nav li a:hover{
	color: #fff;
}

.nav>li{
	line-height: 90px;
}

.tel{
	display: flex;
    gap: 10px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.08em;
	margin: 0 auto;
	justify-content: center;
	padding-bottom: 50px;
}

.tel1{
	background-color: #E65996;
	border-radius: 0 0 30px 30px;
	padding: 20px 30px;
}

.tel2{
	background-color: #0AA70A;
	border-radius: 0 0 30px 30px;
	padding: 20px 30px;
}

.tel3{
	background-color: #0A6BA7;
	border-radius: 0 0 30px 30px;
	padding: 20px 30px;
}

.tel1 p,
.tel2 p,
.tel3 p{
	font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
}

.mypage{
	width: 300px;
}

#top-vg{
	background-image: url("https://test3.bizkit.co.jp/wp-content/themes/itukushimi/img/img6.png");
	background-position: bottom;
	background-size: cover;
	height: 750px;
}