@charset "utf-8";
@import url("sanitize.css");

/* 共通設定 */
#page-top {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;/*明朝体*/
	color: #6a3f05;
}

/* header ------------------------------------------------------------*/

/* メニューバー(menubar) */
.navbar{
	background-color: #fff;
    /* background: rgba(255,255,255,.6);*/

}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
	margin-top: -10px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .nav-link{
	color: #6a3f05;
	margin: 5px 5px 5px;
	/* text-shadow: #fff 1px 0 10px; #d4771*/
}
.navbar .navbar-nav img{
	width: 30px;
	margin-left: 10px;
	margin-top: 12px;
}
.navbar .navbar-nav .nav-link:hover{
    color: #f9dac0;
	text-decoration: underline #f9dac0;
	text-underline-offset:4px;

}

.navbar .navbar-nav img:hover{
    opacity:0.5;
}
.dropdown-menu{
	background:none;
	border: none;
}
.dropdown-item{
	color: #6a3f05;
	border-bottom:1px solid #6a3f05;
	background: rgba(245,235,233,0.8);
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordion{
	border-top:1px solid #6a3f05;
}

/* ナビゲーションバー(navbar-toggler-icon)*/
.navbar-toggler {
	color: #6a3f05;
	border-color: rgba(0,0,0,0);
}
.navbar-toggler-icon{
	width: 30px;
	margin-top: -7px;
	margin-bottom: -7px;
}
.navbar-toggler img{
    margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #f9dac0;
}


/* メインビジュアル(jumbotron) */
#page-top h1{
    font-size: 2.5rem;
    color: #fff;
    line-height: 150%;
	letter-spacing: 0.05em;
	text-shadow: #6a3f05 1px 0 10px;
    display: block;
	position: absolute;
	z-index: 30;
}
#page-top .primary{
    font-size: 3rem;
	color: #f9dac0;
}
@media screen and (min-width: 360px) {
	/* スマホ */
	#page-top h1{
		font-size: 1.7rem;
	}
	#page-top .primary{
		font-size: 2.3rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* タブレット */
	#page-top h1{
		font-size: 2rem;
	}
	#page-top .primary{
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 1024px) {
	/* PC */
	#page-top h1{
		font-size: 2.5rem;
	}
	#page-top .primary{
		font-size: 3rem;
	}
}

#page-top .jumbotron-fluid{
    height: 300px;
    overflow: hidden;
	position: relative;
	}
@media screen and (min-width: 768px){	/*画面サイズが768px以上に適用*/
#page-top .jumbotron-fluid{
    height: 650px;
	}
}
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url("../img/slider_esthetic01.jpg");
   animation: slide-animation-01 20s infinite;
}
.img-02{
   background-image: url("../img/slider_esthetic02.jpg");
   animation: slide-animation-02 20s infinite;
}
.img-03{
   background-image: url("../img/slider_esthetic03.jpg");
   animation: slide-animation-03 20s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.1);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}

/* main ------------------------------------------------------------*/

/* 共通設定 */
#page-top section{
    background-color: #fff;
	padding: 5rem 0;
}
/* #page-top section:nth-child(odd){  /* 奇数番目の要素 (1, 3, 5, など) 
	background-color: #fff;			#e5d7cb;
}*/
h3{
    margin-bottom: 30px;
    font-size: 2rem;
	letter-spacing: 0.6rem;
	line-height:1.3;
}
.color{
	color:#d0894e;
	font-size: 1rem;
}
h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
	letter-spacing: 1rem;
	position: relative;	/*positionをrelativeに指定*/
}
h2::after{
	position:absolute;	/*positionをabsoluteに指定*/
	content:"";
	background-color:#d0894e;	/*下線の色*/
	width:80px;	/*線の幅*/
	height:1px;	/*線の太さ*/
	bottom:-12px;	/*線のタテ位置*/
	left:50%;	/*線のヨコ位置*/
	transform:translateX(-50%);	/*線のヨコ位置*/
}
h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
	color: #6a3f05;
    display: block;
}
.lead{
	color: #d0894e;
}

.btn{
	color: #6a3f05;
	border-color: #6a3f05;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 170px;
	padding: 0.2rem 1rem;
	position: relative;
	transition: 0.5s;
	margin-top:-0.5rem;
}
a.btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #6a3f05;
}
a.btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #6a3f05;
}
a.btn:hover {
	background: #fff;
	color: #6a3f05;
}

/* sec1 ------------------------------------------------------------*/
#sec1 img{
	margin-bottom: 1rem;
}
/* sec2 ------------------------------------------------------------*/
#sec2{
	background: url("../img/background-01.jpg") no-repeat;
}

#sec2 .card{
	background-color: transparent;
	border:none;
}
#sec2 h5{
	font-size: clamp(2.6rem, calc(1vw + 2rem), 8rem);
	letter-spacing: .1rem;
	color:rgba(255,255,255,.3);
	text-transform: uppercase;
	line-height: 15% ;
}
#sec2 span{
	color: #6a3f05;
	font-size: 1.2rem;
	letter-spacing: .1rem;
}
#sec2 .card-text{
	color: #6a3f05;
	margin-top: 1.5rem;
	border-top: 1px #fff solid;
	padding-top: 1.2rem;
}
#sec2 .card-img-top:hover {
	transition: 0.6s; /*マウスオン時にかける時間*/
	filter: contrast(1.5);	/*コントラスト*/
}

@media screen and (min-width: 768px){	/*画面サイズが768px以上に適用*/
#sec2 .card-body:not(.not){
	padding: 13rem 0 2rem 0 ;
}
#sec2 h5{
	padding-left: 2rem;
}
#sec2 .card-text{
	display: block;
	padding: 1.2rem 0 0 2rem;
}
#sec2 .btn{
	margin-left: 2rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* タブレット */
#sec2 .card-body:not(.not){
	padding: 4rem 0 1rem 0 ;
}
#sec2 h5{
	padding-left: 1rem;
}
#sec2 .card-text{
padding-left: 1rem;
}
	#sec2 .btn{
	margin-left: 1rem;
}
}


/* sec3 ------------------------------------------------------------*/
@media (min-width: 960px){
	#sec3 .container {
    max-width: 960px;
}
}
#sec3 .card{
	border:none;
}
#sec3 .card:hover{
	transition: 0.6s; /*マウスオン時にかける時間*/
    opacity:0.5;
}


/* footer ------------------------------------------------------------*/

#footer{
	background-color: #e5d7cb;
	padding-top:80px;
}
#footer span{
	color: #d0894e;
	font-size:2rem;
}
#footer .btn{
	width: 200px;
}
.copywriter{
	background-color: #fff;
}
