

/* --------------------------------
HEADER
-------------------------------- */

#header-bar {
	position: relative;
	z-index: 1;
}

#header-logo img {
	max-width: 250px;
}

.header-icon {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 9999;
}

.bar-text {
	font-size: 16px;
	font-size: 1.6rem;
}


.line-btn {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    background: #00b712;
    color: #ffffff;
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #f4a911;
}
.navbar-nav .nav-item a.dropdown-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    padding: 5px 5px 5px 100px;
    color: #000;
}

.navbar-nav .nav-item a.dropdown-item {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    padding: 10px;
}

.navbar-nav .dropdown-menu {
    position: static;
	padding: 10px 5px 10px;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 94px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #9d5739;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .navbar-nav li .dropdown-item:focus {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar .navbar-nav li .dropdown-item:hover {
    color: #ffffff !important;
    background: none no-repeat transparent;
}


/* --------------------------------
VISUAL BLOCK
-------------------------------- */

.main-v {
	position:relative;
}

.slide-text {
    font-size: 50px;
    width: 100%;
    padding: 15px;
    position: absolute;
    text-align: left;
    letter-spacing: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
/*    margin-top: 40px;*/
    z-index: 1000;
}

/****************************************
SLIDER-SIZE
*****************************************/
.main-v .slick-slide {
	min-height: 600px;
	max-height: 760px;
}
.main-v .slick-slide img {
	min-height: 600px;
	max-height: 760px;
	object-fit: cover;
}

/********************************************************************************
CONTENTS AREA
********************************************************************************/
.container-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.block-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

.fluid-col-left {
    padding-left: 10%;
    padding-right: 10%;
}

.title-img {
	margin-bottom: 30px;
}

.block-title-sub {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.link-btn {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.table-title {
    color: #ffffff;
    background: #4a3124;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}

#grooming-collapse .nav-link.active::before,
.table-title:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/share/mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.price-table > thead {
    color: #ffffff;
    vertical-align: middle;
    background: #795548;
    text-align: center;
}

.price-table {
	font-size: 16px;
	font-size: 1.6rem;
    background: #ffffff;
    border: 3px solid #4a3124;
}

.table > :not(caption) > * > * {
    padding: 1rem 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border-right-width: 1px;
}

.price-table td {
    color: #921a12;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    width: 8em;
    text-align: center;
}

.price-table tr:nth-child(even) {
  background-color:#f9f0e3;
}

.xs-block-span span {
	display: block;
}

.cblock {
    scroll-margin-top: 80px;
}

/* --------------------------------
CONCEPT BLOCK
-------------------------------- */
#concept-block {
	background: url(../images/share/concept-bg-sp.jpg) no-repeat bottom center #f4a911;
	min-height: 900px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
FEATURE BLOCK
-------------------------------- */
#feature-block {
	background: #85c9b5;

/*	background: url(../images/share/feature-bg-sp.jpg) no-repeat bottom center #85c9b5;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/}

/* --------------------------------
SERVICE GROOMING BLOCK
-------------------------------- */
#service-block-grooming {
	background: url(../images/share/grooming-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 800px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
SERVICE PETHOTEL BLOCK
-------------------------------- */
#service-block-pethotel {
	background: url(../images/share/pethotel-bg-sp.jpg) no-repeat bottom left #f4a911;
	min-height: 900px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
SERVICE BREEDING BLOCK
-------------------------------- */
#service-block-breeding {
	background: url(../images/share/breeding-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 800px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
FOOD BREEDING BLOCK
-------------------------------- */
#food-block{
	background: url(../images/share/food-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 860px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
ITEM BLOCK
-------------------------------- */
#item-block {
	background: url(../images/share/item-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 800px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
TERMS BLOCK
-------------------------------- */
#terms-block .block-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    color: #212529;
    text-align: left;
    background-color: #f4a911;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #f4a911;
    outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #f4a911;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #000000;
}
.accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}

.accordion-button.link-btn {
    color: #000000;
    margin-bottom: 4px;
    padding: 15px 15px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
	border-radius: 3px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.nav-pills .nav-link {
	color: #111111;
	font-weight: bold;
    background: #ffffff;
    border: 0;
    border-radius: 0.25rem;
    width: 100%;
    padding: 20px 5px;
	position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f44336;
}
.flex-sm-fill {
    flex: 1 1 auto !important;
}
/* --------------------------------
ACCESS BLOCK
-------------------------------- */
#access-block {
	background: #ffffff;
	text-align: center;
}

.accordion-bg {
  background: linear-gradient(90deg, rgba(0, 0, 0, .05) 50%, transparent 50%),
              linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%);
  background-color: #f4a911;
  background-size: 40px 40px;
}

/* --------------------------------
SNS BLOCK
-------------------------------- */
.sns-block {
	text-align: center;
	background: #f8f8f8;
}

.sns-block__title {
    color: #00b712;
    font-size: 23px;
}

.sns-block__text {
    font-size: 14px;
}


#license-block {
	margin-bottom: 30px;
}
#license-block p {
	margin-bottom: 0;
}
#license-block p span {
	display: block;
    padding-left: 6em;
}


/* --------------------------------
FOOTER BLOCK
-------------------------------- */

.contactboxbdr {
	border-left: 1px solid #DDD;
}

footer a {
	color: #292b2c;
	transition: all ease-in 0.2s;
}

footer a:hover {
	color: #CE0C00;
}

footer p>img {
	width: 40px !important;
	padding-right: 10px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.copywrap {
	padding: 20px 0px;
}



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

footer dl {
    margin-top: 0;
    margin-bottom: 0;
}

footer dt, footer dd {
    display: inline-block;
}

footer dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 10px 0;
    padding: 5px 0;
    width: 35%;
}

footer dd {
    margin: 10px 0;
    width: 65%;
    text-align: right;
}

.vedeo-wrapper {
    position: relative;
    height: 300px;
    object-fit: cover;
    float: left;
    width: 100%;
    margin-right: -100%;
}

.vedeo-wrapper .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.vedeo-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

/********************************************************************************
color Setting
********************************************************************************/

.fc-main { color: #111111; }
.fc-dark { color: #333333; }
.fc-line { color: #00b712; }

.fc-white,
.fc-white:hover,
.fc-white:focus {
	color: #ffffff;
}

.bg-base  { background-color: #f4a911; }
.bg-white {	background-color: #ffffff; }
.bg-main  {	background-color: #002e73; }
.bg-sub   {	background-color: #efeff5;}
.bg-gray  { background-color: #efeff5; }
.bg-line {
	background: url(../../assets/images/bg-line.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.bdr-white { border-color: #ffffff; }



/********************************************************************************
responsive Setting
********************************************************************************/
@media screen and (min-width: 576px) {

#header-logo img {
	max-width: 350px;
}
.price-table td {
    width: 8em;
}
/* --------------------------------
CONCEPT BLOCK
-------------------------------- */
#concept-block {
	min-height: 1000px;
}

/* --------------------------------
FEATURE BLOCK
-------------------------------- */
#feature-block {
	background: #85c9b5;

/*	background: url(../images/share/feature-bg-sp.jpg) no-repeat bottom center #85c9b5;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/}

/* --------------------------------
SERVICE GROOMING BLOCK
-------------------------------- */
#service-block-grooming {
	min-height: 1000px;
}

/* --------------------------------
SERVICE PETHOTEL BLOCK
-------------------------------- */
#service-block-pethotel {
	min-height: 1000px;
}

/* --------------------------------
SERVICE BREEDING BLOCK
-------------------------------- */
#service-block-breeding {
	min-height: 1000px;
}


}


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

.navbar-nav .dropdown-menu {
    position: static;
	padding: 45px 5px 10px;
}


.cblock {
    scroll-margin-top: 56px;
}


/* --------------------------------
CONCEPT BLOCK
-------------------------------- */
#concept-block {
	background: url(../images/share/concept-bg-sp.jpg) no-repeat bottom center #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
EATURE BLOCK
-------------------------------- */
#feature-block {
	background: #85c9b5;

/*	background: url(../images/share/feature-bg-sp.jpg) no-repeat bottom center #85c9b5;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/}

/* --------------------------------
SERVICE GROOMING BLOCK
-------------------------------- */
#service-block-grooming {
	background: url(../images/share/grooming-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
SERVICE PETHOTEL BLOCK
-------------------------------- */
#service-block-pethotel {
	background: url(../images/share/pethotel-bg-sp.jpg) no-repeat bottom left #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
SERVICE BREEDING BLOCK
-------------------------------- */
#service-block-breeding {
	background: url(../images/share/breeding-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
FOOD BLOCK
-------------------------------- */
#food-block {
	background: url(../images/share/food-bg-sp.jpg) no-repeat bottom left #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* --------------------------------
ITEM BLOCK
-------------------------------- */
#item-block {
	background: url(../images/share/item-bg-sp.jpg) no-repeat bottom right #f4a911;
	min-height: 1000px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}




	.navbar-nav .dropdown-menu {
		position: static;
		padding: 30px 5px 10px;
	}

	.navbar-expand .navbar-nav .dropdown-menu {
		position: absolute;
		top: 44px;
	}


	.bar-text {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.main-v {
		position: relative;
	}
	#license-block p span {
		display: inline-block;
		padding-left: 0;
	}
	.xs-block-span span {
	  display: inline-block;
	}
	.xs-block-span span:after {
	  content: "/";
	  margin-left: 5px;
	  margin-right: 5px;
	}
	.xs-block-span span:last-child:after {
	  content: none;
	}

}


@media screen and (min-width: 992px) {

	.main-v {
		position: relative;
/*		margin-top: -180px;
*/	}


/* --------------------------------
CONCEPT BLOCK
-------------------------------- */
#concept-block {
	background: url(../images/share/concept-bg.jpg) no-repeat center center #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------------------
SERVICE GROOMING BLOCK
-------------------------------- */
#service-block-grooming {
	background: url(../images/share/grooming-bg.jpg) no-repeat center right #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------------------
SERVICE PETHOTEL BLOCK
-------------------------------- */
#service-block-pethotel {
	background: url(../images/share/pethotel-bg.jpg) no-repeat center left #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------------------
SERVICE BREEDING BLOCK
-------------------------------- */
#service-block-breeding {
	background: url(../images/share/breeding-bg.jpg) no-repeat center right #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------------------
FOOD BLOCK
-------------------------------- */
#food-block {
	background: url(../images/share/food-bg.jpg) no-repeat center center #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------------------
ITEM BLOCK
-------------------------------- */
#item-block {
	background: url(../images/share/item-bg.jpg) no-repeat center center #f4a911;
	min-height: 720px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* --------------------------------
DOG-PARK BLOCK
-------------------------------- */

.fluid-col-left {
    padding-left: 10%;
    padding-right: 30px;
}

.vedeo-wrapper {
    position: relative;
    height: 600px;
    object-fit: cover;
    float: left;
    width: 100%;
    margin-right: -100%;
}

.vedeo-wrapper .cover {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(244, 169, 17, 1) 0%, rgba(255, 255, 255, 0)30%);
    z-index: 5;
}

.vedeo-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}



}
