/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	/* padding-top: 6rem; */
	color: #202020;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	position: relative;
}
/* html {
	scroll-behavior: smooth;
} */
header .navbar {
	/* background-color: rgba(255, 255, 255, 0.9); */
	/* color: #754b30; */
}
.bg-lt-pink{
	background-color: #FCE8F0;
}
.bg-pink{
	background-color: #EC73A3;
}
.bg-brown{
	background-color: #754b30;
	color: #ffffff;
}

.bg-base {
	background: url(./img2511/bg_sp.jpg?2511);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;

}
.bg_grad{
	background-image: url(./img2511/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;
}
.bg_main{
	background: url(./img2511/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-size: auto 600px;

}
.hover-opacity {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover-opacity:hover {
  opacity: 0.7; 
}
/* text
-------------------------------------------------- */
.lead_text{
	font-size: clamp(0.94rem, 700.00vw + -334.63rem, 1.38rem);
	color: #3e3e3e;
}
/* section
-------------------------------------------------- */
.color_inner{
	padding: 30px 0;
}
.section_first{
	padding-bottom: 10px;
	padding-top: 68px;
}
/* section{
	padding: 3rem 0;
} */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
/* button 
-------------------------------------------------- */
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn {
    background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 100vh;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 500px;
    max-width: 100%;
    padding: 20px 40px 20px 10px;
    text-align: center;
    text-decoration: none;
    font-size: clamp(1.13rem, 600.00vw + -286.50rem, 1.50rem);
}
 
.c-btn.press {
	box-shadow: 0 4px 0 #d01a0a;
}
.c-btn.press:hover {
	transform: translateY(4px);
	box-shadow: none;
	color: #FFF;
}
.c-btn{
	position: relative;
}
.c-btn::before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* rtl:end:ignore */

.logo img{
	width: 150px;
}

.listpink{
	list-style:none;
}
.listpink li{
	position: relative;
	padding-left: 0.5rem;
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
}
.listpink li:before{
	content:"●";
	display:block;
	position:absolute;
	left:-1em;
	color:#EC73A3;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	line-height: 1;
	/* rtl:remove */
	letter-spacing: -.05rem;
}
footer{
	/* margin-top: 3rem; */
	/* padding: 4rem 0; */
	/* background-color: #754b30;
	color: #ffffff; */
}
.footer_logo{
	background-color: #FFF;
	padding: 20px 0;
	text-align: center;
}
.footer_logo img{
		width: 300px;
}
.copy_area{
	background-color: #009944;
	color: #FFF;
	padding: 1rem 0;
	text-align: center;
	font-size: 12px;
}

/* topBtn
------------------------ */
.topBtn {
  position:fixed;
  bottom:12px; 
  right:12px; 
  display:block; 
  width:40px;
  height:40px;
}

.topBtn:hover {
  opacity:0.7;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* section{
		padding: 6rem 0;
	} */
	footer{
		/* margin-top: 6rem; */
	}
		.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

	.bg-base {
		background: url(./img2511/bg03.png),url(./img2511/bg02.jpg);
		background-repeat: no-repeat,no-repeat;
		background-position: top center,top center;
		background-size: contain,cover;
	}
	/* section
	-------------------------------------------------- */
	.color_inner{
		padding: 80px 0;
	}
	.section_first{
		padding-bottom: 100px;
	}
	.topBtn {
		width:60px;
		height:60px;
	}

}

@media screen and (max-width: 575px){
	.logo img{
		width: 30%;
	}
	.footer_logo img{
		width: 60%;
	}
	.footer_logo{
		padding-right: 40px;
	}
	.c-btn::before {
		border-bottom: 8px solid transparent;
		border-left: 10px solid #fff;
		border-top: 8px solid transparent;
		bottom: 0;
		content: "";
		height: 0;
		margin: auto;
		position: absolute;
		right: 20px;
		top: 0;
	}
	.c-btn {
		padding: 20px 20px 20px 10px;
		width: 400px;
	}
}
@media screen and (min-width: 1600px) {
	.section_first{
		padding-top: 20px;
	}
}
