/*logo
-----------------------------------------------------------*/

#alLogo {
	position: absolute;
	top: 32px;
	left: 32px;
	width: 256px;
	z-index: 50;
}

@media screen and (max-width: 800px) {
	
	#alLogo {
        top: 3vw;
        left: 2vw;
        width: 50%;
		max-width: 240px;
		min-width: 180px;
    }
	
}

/*animal dedault
-----------------------------------------------------------*/

.alTop {
	opacity: 0;
}

/*animal life txt
-----------------------------------------------------------*/

#animalLife {
	padding-top: 160px;
}

#animalLife .innerContainer {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#animalLife .txtBox {
	width: 50%;
}

#animalLife h2 {
	font-size: 48px;
	line-height: 150%;
	font-weight: 700!important;
	margin-bottom: 80px;
}

#animalLife h3 {
	line-height: 150%;
}

#animalLife h3 span {
	display: inline-block;
	background-color: #456;
	color: #fff;
	padding: 3px 12px 0;
	height: 32px;
}

#animalLife h4 {
	color: #456;
}

#animalLife dl {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 24px;
}

#animalLife .prof dt {
	color: #456;
	width: 96px;
}

#animalLife .register dt {
	color: #666;
	width: 240px;
}

#animalLife dl dd {
	flex: 1;
	margin: 0
}

#animalLife .coList {
	margin: 32px  0 80px;
}

#animalLife .coList dt,
#animalLife .coList dd {
	width: 100%;
}

@media screen and (max-width: 800px) {
	
	#animalLife {
        padding-top: 96px;
    }

    #animalLife .innerContainer {
        display: block;
    }

    #animalLife .txtBox {
        width: 100%;
    }

    #animalLife h2 {
        font-size: min(10vw, 56px);
        margin-bottom: 40px;
    }

    #animalLife h3 span {
        padding: 3px 10px 0;
        height: 28px;
    }

    #animalLife dl {
		margin-top: 0;
        margin-bottom: 12px;
    }

    #animalLife .prof dt {
        width: 80px;
    }

    #animalLife .register dt,
    #animalLife .register dd {
        width: 100%;
    }
	

    #animalLife dl dd {
        flex: 1;
        margin: 0
    }

    #animalLife .coList {
        margin: 32px  0 40px;
    }

    #animalLife .coList dt,
    #animalLife .coList dd {
        width: 100%;
    }
}

/*animal life image
-----------------------------------------------------------*/

#images {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 40vw;
	min-width: 432px;
	padding-top: 108px;
	z-index: 50;
}

#images img {
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	margin-bottom: 16px;
}

.imagesSp {
	margin: 0 0 60px;
	width: 100%;
}

/*salon container
-----------------------------------------------------------*/

.trimmingSalon {
	height: 100vh;
	overflow: hidden;
}

/*salon color
-----------------------------------------------------------*/

.fcsg { color: #74b52b; }
.bgcsg { background-color: #f1fadd; }

/*salon top
-----------------------------------------------------------*/

#salonTop {
	margin-top: 144px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	overflow: visible;
}

#salonTop img,
#salonTop #txt { opacity: 0; }

#salonTop .txtBox {
	margin-top: 16px;
	width: 52.5%;
	overflow: visible;
	position: relative;
}

#salonTop .txtBox h2 {
	font-size: 48px;
	line-height: 125%;
}

#salonTop .txtBox h2:first-letter {
	font-feature-settings: "palt" 1;
}

#salonTop .txtBox p span {
	display: inline-block;
}

#salonTop .txtBox .imgLeftBox {
	margin: 64px 0 0 15%;
	width: 57.5%;
	overflow: visible;
	position: relative;
	padding-bottom: 20%;
}

#salonTop .txtBox .imgLeftBox img:nth-of-type(2) {
	position: absolute;
	top: 10%;
	left: -92%;
	width: 75%;
}

#salonTop .txtBox .imgLeftBox img:nth-of-type(3) {
	position: absolute;
	bottom: 0;
	right: -80%;
	width: 62.5%;
}

#salonTop .imgBox {
	width: 44.44%;
	max-width: 576px;
	overflow: visible;
	position: relative;
	padding-bottom: 24.5%;
}

#salonTop .imgBox img:nth-of-type(1) {
	position: relative;
	top: 0;
	left: -7.5%;
}

#salonTop .imgBox img:nth-of-type(2) {
	position: absolute;
	top: 25%;
	right: -41.5%;
	width: 40%;
}

#salonTop .imgBox img:nth-of-type(3) {
	position: absolute;
	bottom: 0;
	right: -10%;
	width: 50%;
}

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

    #salonTop .imgBox img:nth-of-type(1) {
        left: 0;
    }
	
	#salonTop .imgBox img:nth-of-type(2) {
        position: absolute;
        top: 20%;
        right: -52.5%;
        width: 40%;
    }

    #salonTop .imgBox img:nth-of-type(3) {
        position: absolute;
        bottom: 0;
        right: -32.5%;
        width: 50%;
    }
}

#salonTop img {
	border-radius: 12px;
}

.salonTopBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 75vw;
	max-width: 1280px;
	height: 660px;
	border-bottom-right-radius: 48px;
	z-index: 0;
}

@media screen and (max-width: 800px) {
	
	#salonTop {
        margin-top: 96px;
        display: block;
    }

    #salonTop .txtBox {
        margin-top: 0;
		padding-right: 12.5vw;
        width: 100%;
    }

    #salonTop .txtBox h2 {
        font-size: 24px;
    }
	
	#salonTop .txtBox .fsL {
        font-size: 14px;
        line-height: 186%;
	}

    #salonTop img {
        border-radius: 10px;
    }
	
	#salonTop .imgBoxSp {
		margin-top: 24px;
        width: 100%;
    }
	
	#salonTop .imgBoxSp img:nth-of-type(1) {
		width: 60%;
		margin: 0 0 0 40%
	}
	
	#salonTop .imgBoxSp img:nth-of-type(2) {
		width: 30%;
		margin: -40vw 0 0 2.5vw;
	}
	
	#salonTop .imgBoxSp img:nth-of-type(3) {
		width: 45%;
		margin: 17.5vw 0 0 0;
	}
	
	#salonTop .imgBoxSp img:nth-of-type(4) {
		width: 40%;
		margin: -25vw 0 0 55%;
	}

    .salonTopBg {
        width: 85vw;
        max-width: inherit;
        height: calc(372px + 62.5vw);
        border-bottom-right-radius: 32px;
    }
}


/*salon nav
-----------------------------------------------------------*/

#salonNav {
	margin-top: 60px;
	width: 100%;
	padding: 60px 0;
}

@media screen and (max-width: 800px) {
	
	#salonNav {
        margin-top: 48px;
        padding: 48px 5%;
    }
	
}

/*salon co2
-----------------------------------------------------------*/

#co2 .box {
	position: relative;
	top: -96px;
	opacity: 0;
}

#co2 .box:nth-of-type(1) { color: #d7536e; }
#co2 .box:nth-of-type(2) { color: #e96d46; }
#co2 .box .blk { color: #333; }

#co2 .box .dogBox {
	width: 100%;
}

#co2 .box .dogBox .dog {
	width: 401px;
	margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#co2 .box .dogBox .dog img {
	width: 160px;
}

#co2 .box .dogBox .dog h6 {
	width: 240px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 48px;
	text-align: center;
	padding-top: 48px;
	letter-spacing: 2px;
}

#co2 .box .dogBox .dog h6 span {
	font-size: 32px;
	position: relative;
	top: -6px;
}

#co2 .box .txtBox {
	width: 100%;
	max-width: 600px;
	height: 120px;
	text-align: center;
	padding-top: 26px;
	margin: 0 auto 12px;
	border-radius: 24px;
}

#co2 .box .txtBox:last-of-type { margin: 0 auto; }

#co2 .box:nth-of-type(1) .txtBox { background-color: #f9e7eb; }
#co2 .box:nth-of-type(2) .txtBox { background-color: #ffeac5; }

@media screen and (max-width: 800px) {
	
	#co2 .box {
		top: -48px;
	}

    #co2 .box .dogBox .dog {
        width: 270px;
    }

    #co2 .box .dogBox .dog img {
        width: 120px;
    }

    #co2 .box .dogBox .dog h6 {
        width: 150px;
        font-size: 32px;
        padding-top: 40px;
        letter-spacing: 1px;
    }

    #co2 .box .dogBox .dog h6 span {
        font-size: 24px;
        top: -4px;
    }

    #co2 .box .txtBox {
        height: 96px;
        max-width: 400px;
        padding-top: 20px;
        margin: 0 auto 10px;
        border-radius: 20px;
    }
	
	#co2 .box .txtBox p:nth-of-type(1) {
		font-size: 12px;
	}
	
	#co2 .box .txtBox p:nth-of-type(2) {
		font-size: 14px;
		margin-top: -4px;
	}
	
}

@media screen and (max-width: 374px) {
	
    #co2 .box .dogBox .dog h6 {
        font-size: 28px;
    }

    #co2 .box .dogBox .dog h6 span {
        font-size: 22px;
    }
	
	#co2 .box .txtBox {
        height: 88px;
        padding-top: 16px;
    }
	
}

/*salon 魅力 開閉部分
-----------------------------------------------------------*/

#charm {
	width: 100%;
	max-width: 800px;
	margin: 48px auto 96px;
	border-radius: 30px;
	border: solid 1px #74b52b;
	background-color: #fff;
	cursor: pointer;
}

#charm .openBtn {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 20px;
	line-height: 125%;
	color: #74b52b;
	font-weight: 500!important;
	padding-top: 16px;
	position: relative;
}

#charm .openBtn div {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 29px;
	right: 30px;
	background-color: #74b52b;
}

#charm .openBtn div:first-of-type {
	transform: rotate(90deg);
}

#charm .txtBox {
	display: none;
	padding: 4px 6% 24px;
}

@media screen and (max-width: 800px) {
	
	#charm {
        margin: 40px auto 64px;
    }

    #charm .openBtn {
        width: 100%;
        height: 60px;
        font-size: 18px;
        padding-top: 17px;;
    }

    #charm .openBtn div {
        width: 16px;
        right: 24px;
    }
	
    #charm .txtBox {
        padding: 2px 5% 20px;
    }
	
}

@media screen and (max-width: 374px) {
	
	#charm .openBtn {
        font-size: 16px;
        padding-top: 19px;;
    }
	
	 #charm .openBtn div {
        right: 20px;
    }
	
}

/*salon others
-----------------------------------------------------------*/

#salonOthers p {
	padding: 0 20px;
}

@media screen and (max-width: 800px) {
	
	#salonOthers section:first-of-type {
        margin-bottom: 40px
    }
	
	#salonOthers p {
        padding: 0;
    }
}

/*価格
-----------------------------------------------------------*/

#price .priceNotes {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#price .priceNotes div {
	display: inline-block;
	text-align: left;
}

#price .insta {
	width: 160px;
	margin-left: auto;
	margin-right: auto;	
}

#price .insta a {
	display: block;
}

#price .insta img {
	border-radius: 12px;
}

@media screen and (max-width: 800px) {
	
	#price .insta {
        width: 120px;
    }

    #price .insta img {
        border-radius: 10px;
    }
	
}

/*価格表
-----------------------------------------------------------*/

.priceList {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: relative;
}

.priceList::-webkit-scrollbar{
    display: none;
}

.priceList table {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 162.5%;
	border-collapse: separate;
}

.priceList table th,
.priceList table td {
	border-bottom: solid 2px #f1fadd;
	border-left: solid 2px #f1fadd;
	white-space: nowrap;
}

.priceList table td {
	padding: 12px 24px;
	min-width: 176px;
	position: relative;
	background-color: #fff;
	z-index: 10;
}

.priceList table tr:first-of-type td {
	padding: 12px 20px!important;
}

.priceList table th {
	padding: 12px 24px;
	background-color: #74b52b;
	color: #fff;
	text-align: left;
	position: sticky;
    top: 0;
    left: 0;
	z-index: 11;
}

.priceList .fgb tr:first-of-type th,
.priceList .fgb tr:first-of-type td {
	background-color: #aaa;
	color: #fff;
}

.priceList table tr:not(first-of-type) td:not(first-of-type) {
	text-align: right;
}

.priceList table .taLeft { text-align: left; }
.priceList table .taRight { text-align: right; }
.priceList table .taCenter { text-align: center; }
.priceList table .vaTop { vertical-align: top; }

.priceList table .kkf {
	display: inline-block;
	margin-right: 3px;
}

.priceList table .kkl {
	display: inline-block;
	margin-left: 3px;
	font-feature-settings: "palt" 1;
}

.priceList table th .yellow { color: #ffef53; }
.priceList table td .yellow { color: #e5dc00; }
.priceList table td .nokara {
	padding: 0 1em;
}

.priceList table .setMenu { padding: 0 12px; }

@media screen and (max-width: 800px) {
	
    .priceList table td {
        padding: 10px 20px;
        min-width: 160px;
    }

    .priceList table tr:first-of-type td {
        padding: 10px 16px!important;
    }

    .priceList table th {
        padding: 10px 20px;
    }
	
}

@media screen and (max-width: 599px) {
	
	.priceList {
        overflow: auto;
		width: 105.55%;
    }
	
	.priceList table {
		padding-right: 5vw;
	}

    .priceList table th {
        position: relative;
    }
}

/*salon staff
-----------------------------------------------------------*/

#staff .imgBox {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -80px;
	opacity: 0;
}

#staff .imgBox img {
	border-radius: 12px;
}

#staff .box {
	background-color: #fff;
	border-radius: 24px;
	padding: 32px 40px;
	position: relative;
	top: -80px;
	opacity: 0;
}

#staff .box .name {
	font-size: 21px;
	font-weight: 500!important;
}

#staff .box .name span {
	font-size: 16px;
	margin-left: 8px;
	font-weight: 400!important;
}

@media screen and (max-width: 800px) {
	
	#staff .imgBox {
		top: -48px;
	}
	
	#staff .imgBox img {
        border-radius: 10px;
    }
	
	#staff .box {
        border-radius: 20px;
        padding: 16px 24px;
		top: -48px;
    }

    #staff .box .name {
        font-size: 18px;
    }

    #staff .box .name span {
        font-size: 14px;
        margin-left: 6px;
    }
	
}

/*salon gallery
-----------------------------------------------------------*/

#gallery {
	margin: 80px auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
	width: 85%;
	min-width: 960px;
	max-width: 1440px;
}

#gallery img {
	width: 22.5%;
	border-radius: 12px;
	position: relative;
	top: -80px;
	opacity: 0;
}

@media screen and (max-width: 800px) {
	
	#gallery {
        margin: 48px auto;
        width: 90%;
        min-width: inherit;
    }

    #gallery img {
        width: 48%;
        border-radius: 10px;
		top: -32px;
    }
	
	#gallery img:nth-of-type(3),
	#gallery img:nth-of-type(4) {
		margin-top: 4vw;
	}
	
}

/*salon food
-----------------------------------------------------------*/

#food .items {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;	
	width: 100%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#food .items .item {
	margin: 0 32px 24px;
	position: relative;
	padding-left: 1em;
}

#food .items .item::before {
	position: absolute;
	top: 13px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 2px #aaa;
}

@media screen and (max-width: 800px) {

    #food .items .item {
        margin: 0 16px 12px;
    }

    #food .items .item::before {
        top: 11px;
        width: 7px;
        height: 7px;
    }
}


/*salon parts
-----------------------------------------------------------*/

.salonHeadingLarge, .salonHeading {
	text-align: center;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #74b52b;
	color: #fff;
	line-height: 125%!important;
}

.salonHeadingLarge {
	width: 360px;
	height: 48px;
	padding-top: 8px;
}

.salonHeading {
	width: 320px;
	height: 44px;
	padding-top: 8px;
}

@media screen and (max-width: 800px) {
	
	.salonHeadingLarge, .salonHeading, .salonHeadingSmall {
        border-radius: 10px;
    }

    .salonHeadingLarge {
		width: 100%;
        max-width: 320px;
        height: 40px;
        padding-top: 7px;
    }

    .salonHeading {
		width: 100%;
        max-width: 280px;
        height: 36px;
        padding-top: 6px;
    }
	
}


/*dog training container
-----------------------------------------------------------*/

.dogTraining {
	height: 100vh;
	overflow: hidden;
}

/*training color
-----------------------------------------------------------*/

.fcso { color: #e96d46; }
.bgcso { background-color: #f9ebea; }

/*training top
-----------------------------------------------------------*/

#trainingTop {
	padding: 120px 0 72px;
	margin-bottom: 60px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
}

#trainingTop::after,
#trainingTop::before {
	position: absolute;
	top: 0;
	z-index: 1;
}

#trainingTop::after {
	right: 50%;
	width: 51vw;
	min-width: 540px;
	height: 100%;
	background-color: #f9ebea;
	content: '';
}

#trainingTop::before {
	left: 50%;
	width: calc(50vw - 64px);
	min-width: 508px;
	height: 100%;
	background-color: #f9ebea;
	border-bottom-right-radius: 48px;
	content: '';
}

#trainingTop .txtBox {
	margin-top: 24px;
	width: 50%;
	position: relative;
	z-index: 10;
}

#trainingTop .txtBox h2 {
	font-size: 48px;
	line-height: 125%;
}

#trainingTop .txtBox h2:first-letter {
	font-feature-settings: "palt" 1;
}

#trainingTop .txtBox p span {
	display: inline-block;
}

#trainingTop .scrollNav,
#trainingTop .telBox {
	margin: 0 auto 24px;
}

#trainingTop .imgBox {
	width: 44.44%;
	max-width: 560px;
	position: relative;
	z-index: 10;
}

#trainingTop .imgBox .imgCol {
	background-color: #fff;
	border-radius: 50%;
	padding: 16px;
}

#trainingTop .imgBox .imgCol:not(:first-of-type) {
	margin: 16px auto 0;
	width: 50%;
}

#trainingTop .imgBox .imgCol img {
	border-radius: 50%;
}

#trainingTop .imgBoxSp {
	width: 100%;
	position: relative;
	padding-bottom: 47%;
}

#trainingTop .imgBoxSp .imgCol {
	background-color: #fff;
	border-radius: 50%;
	padding: 8px;
}

#trainingTop .imgBoxSp .imgCol img {
	border-radius: 50%;
}

#trainingTop .imgBoxSp .imgCol:first-of-type {
	width: 75%;
	margin: 0 auto;
}

#trainingTop .imgBoxSp .imgCol:not(:first-of-type) {
	width: 50%;
	position: absolute;
	bottom: 0;
}

#trainingTop .imgBoxSp .imgCol:nth-of-type(2) { left: -2vw; }
#trainingTop .imgBoxSp .imgCol:nth-of-type(3) { right: -2vw; }

#trainingTop .txt,
#trainingTop .txt2,
#trainingTop .imgBox .imgCol,
#trainingTop .imgBoxSp .imgCol {
	opacity: 0;
}


@media screen and (max-width: 800px) {
	
	#trainingTop {
        padding: 96px 0 48px;
        margin-bottom: 16px;
        display: block;
    }

    #trainingTop::after,
    #trainingTop::before {
        position: absolute;
        top: 0;
		min-width: inherit;
        z-index: 1;
    }

    #trainingTop::before {
        width: calc(50vw - 28px);
		border-bottom-right-radius: 32px;
    }

    #trainingTop .txtBox {
        margin-top: 0;
        width: 100%;
		padding-right: 16px;
    }

    #trainingTop .txtBox h2 {
        font-size: 24px;
    }

    #trainingTop .scrollNav,
    #trainingTop .telBox {
        margin: 0 auto 20px;
    }

}

/*training trainer
-----------------------------------------------------------*/

#trainer .box {
	background-color: #f6f5f3;
	border-radius: 24px;
	padding: 32px 40px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	position: relative;
	top: -64px;
	opacity: 0;
}

#trainer .box img {
	width: 200px;
	border-radius: 50%;
}

#trainer .box .txtBox {
	width: calc(100% - 248px);
	padding-top: 24px;
}

@media screen and (max-width: 800px) {
	
	#trainer .box {
        border-radius: 20px;
        padding: 20px 24px;
        display: block;
    }

    #trainer .box img {
		width: 50%;
        max-width: 200px;
		min-width: 160px;
		margin: 0 auto;
    }

    #trainer .box .txtBox {
        width: 100%;
        padding-top: 16px;
    }
}


/*training price
-----------------------------------------------------------*/

#pricetime {
	position: relative;
}

#pricetime .innerContainer {
	position: relative;
	z-index: 10;
}

#pricetime::after {
	position: absolute;
	top: 0;
	left: 64px;
	width: 150vw;
	height: 100%;
	background-color: #f9ebea;
	content: '';
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
}

#pricetime .priceList table th.training {
	background-color: #e96d46;
}

#pricetime .priceList table th,
#pricetime .priceList table td {
	border-bottom: solid 2px #f9ebea!important;
	border-left: solid 2px #f9ebea!important;
}

@media screen and (max-width: 800px) {
	
    #pricetime::after {
		left: 5vw;
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
    }

    #pricetime .priceList {
        margin-top: 0;
		padding-left: calc(5vw + 1px);
    }
}

/*training Gallery
-----------------------------------------------------------*/

.traningGallery {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 95%;
	margin: 60px auto 0;
	max-width: 672px;
}

.traningGallery img {
	width: 31%;
	border-radius: 50%;
	position: relative;
	top: -64px;
	opacity: 0;
}

@media screen and (max-width: 800px) {
	
	.traningGallery {
        margin: 32px auto 0;
    }

	.traningGallery img {
        width: 32%;
		top: -48px;
    }
	
}

/*training schedule lesson
-----------------------------------------------------------*/

#lesson .box {
	background-color: #f6f5f3;
	border-radius: 24px;
	padding: 32px;
}

#lesson .box h4 {
	display: inline-block;
	background-color: #e96d46;
	color: #fff;
	font-size: 18px;
	line-height: 156%;
	font-weight: 500;
	padding: 2px 12px 4px;
	margin-bottom: 20px;
}

#lesson .box h4:first-letter {
	font-feature-settings: "palt" 1;
}

@media screen and (max-width: 800px) {
	
	#lesson .box {
        border-radius: 20px;
        padding: 4vw;
    }

    #lesson .box h4 {
        font-size: 15px;
        line-height: 160%;
        padding: 3px 10px 4px;
        margin-bottom: 12px;
    }
	
}

/*training schedule schedule
-----------------------------------------------------------*/

#tss {
	margin-top: 80px;
}

#tss .tssHeading {
	width: 320px;
	height: 44px;
	padding-top: 4px;
	background-color: #8596a7;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	border-radius: 12px;
}

#tss #tssSchedule {
	margin-top: 32px;
}

#tss #tssSchedule .box {
	margin-bottom: 16px;
	background-color: #f6f5f3;
	border-radius: 24px;
	padding: 24px 32px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#tss #tssSchedule .box:last-of-type {
	margin-bottom: 0;
}

#tss #tssSchedule .box .date {
	width: 180px;
}

#tss #tssSchedule .box .time {
	width: 132px;
}

#tss #tssSchedule .box .event {
	flex: 1;
}

#tss #tssSchedule .box .event .title {
	color: #e96d46;
	font-weight: 700!important;
}

#tss #tssSchedule .box .event .title:first-letter {
	font-feature-settings: "palt" 1;
}

#tss #tssSchedule .box .event .detail {
	margin-top: 4px;
	font-size: 14px;
	line-height: 186%;
}

@media screen and (max-width: 800px) {
	
	#tss {
		margin-top: 60px;
	}

    #tss .tssHeading {
		width: 100%;
        max-width: 280px;
        height: 36px;
        padding-top: 2px;
    }
	
	#tss #tssSchedule {
        margin-top: 28px;
    }

    #tss #tssSchedule .box {
        margin-bottom: 12px;
        border-radius: 20px;
        padding: 3vw 4vw;
        display: block;
    }

    #tss #tssSchedule .box .date {
		display: inline-block;
        width: auto;
		margin: 0 8px 0 0;
    }

    #tss #tssSchedule .box .time {
		display: inline-block;
        width: auto;
		margin: 0 4px 3px 0;
    }

    #tss #tssSchedule .box .event {
        width: 100%;
    }

    #tss #tssSchedule .box .event .detail {
        margin-top: 2px;
        font-size: 13px;
    }
	
}

/*traning 最後の電話番号
-----------------------------------------------------------*/

.tltel .telBox {
	margin: 0 auto;
}



/*LP common nav tel
-----------------------------------------------------------*/

.scrollNav {
	width: 560px;
	height: 108px;
	background-color: #fff;
	border-radius: 24px;
	padding-top: 42px;
}

#salonNav .scrollNav {
	margin: 0 auto;
}

.scrollNav ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.scrollNav ul li {
	font-size: 14px;
	line-height: 150%;
	display: inline-block;
	padding-left: 18px;
	margin: 0 24px;
	position: relative;
	cursor: pointer;
}

.scrollNav ul li::after {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
}

#salonNav .scrollNav ul li::after {
	border-color: #74b52b transparent transparent transparent;
}

 #trainingTop .scrollNav ul li::after {
	border-color: #e96d46 transparent transparent transparent;
}

.telBox {
	width: 560px;
}

.telBox .telInfo {
	width: 560px;
	height: 108px;
	border-radius: 24px;
	padding-top: 10px;
}

.telBox .telInfo a {
	display: block;
	cursor: default;
	text-align: center;
	color: #fff;
	height: 100%;
}

.telBox .telInfo .number {
	display: inline-block;
	margin-top: 6px;
	height: 48px;
	background-image: url("../img/tel.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	padding: 0 0 0 56px;
	font-size: 32px;
	line-height: 125%;
	font-weight: 500!important;
	letter-spacing: 1px;
}

.telBox .telNotes {
	margin-top: 12px;
	text-align: center;
}

.trimmingSalon .telInfo { background-color: #74b52b; }
.dogTraining .telInfo { background-color: #e96d46; }

.trimmingSalon .telBox {
	margin: 24px auto 0;
}

.trimmingSalon .telBox .telNotes { color: #74b52b; }
.dogTraining .telBox .telNotes { color: #e96d46; }

.aboutAccess {
	width: 560px;
	padding-left: 32px;
	background-position: top 4px left;
	background-repeat: no-repeat;
	background-size: 24px 24px;	
}

.trimmingSalon .aboutAccess {
	margin: 32px auto 0;
	background-image: url("../img/markar_salon.png");
}

.dogTraining .aboutAccess {
	margin: 32px auto 0;
	background-image: url("../img/markar_training.png");
}

@media screen and (max-width: 800px) {
	
	.scrollNav {
        width: 100%;
		max-width: 480px;
		height: auto;
        min-height: 88px;
        border-radius: 20px;
        padding: 36px 0 0;
    }

    .scrollNav ul li {
        font-size: 13px;
        margin: 0 16px 16px;
    }

    .scrollNav ul li::after {
        top: 8px;
    }

    .telBox {
        width: 100%;
		max-width: 480px;
    }

    .telBox .telInfo {
        width: 100%;
        height: 88px;
        border-radius: 20px;
        padding-top: 8px;
    }

    .telBox .telInfo .number {
        margin-top: 5px;
        height: 40px;
        background-size: 40px 40px;
        padding: 2px 0 0 48px;
        font-size: 24px;
    }

    .telBox .telNotes {
        margin-top: 10px;
    }

    #salonNav .telBox {
        margin: 20px auto 0;
    }

    .aboutAccess {
        width: 100%;
		max-width: 480px;
        padding-left: 28px;
        background-position: top 3px left;
        background-size: 20px 20px;	
    }

    #salonNav .aboutAccess {
        margin: 28px auto 0;
    }

    trainingTop .aboutAccess {
        margin: 28px auto 0;
    }
}

@media screen and (max-width: 479px) {
	
	.scrollNav {
        padding: 24px 0 8px;
		text-align: center;
    }

    .scrollNav ul {
        display: inline-block;
    }

    .scrollNav ul li {
		display: block;
		text-align: left;
    }
}

/*LP common wrapper
-----------------------------------------------------------*/

.wrapper {
	padding: 72px 0 80px;
}

.wrapper h3 {
	text-align: center;
	color: #456;
	height: 80px;
	margin-bottom: 48px;
	position: relative;
}

.wrapper h3::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	background-color: #8192a3;
	margin-left: -20px;
	content: '';
}

@media screen and (max-width: 800px) {
	
	.wrapper {
        padding: 40px 0 48px;
    }

    .wrapper h3 {
        height: 60px;
		margin-bottom: 32px;
    }

    .wrapper h3::after {
        width: 32px;
        height: 3px;
        margin-left: -16px;
    }
	
}

/*LP common 2 column
-----------------------------------------------------------*/

.columnTwo {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
}

.columnTwo .box {
	width: 48%;	
}

.columnTwo .box:nth-child(n + 3)  {
	margin-top: 40px;
}

@media screen and (max-width: 800px) {
	
	.columnTwo {
        display: block;
    }

    .columnTwo .box {
        width: 100%;
    }
	
	.columnTwo .box:not(last-of-type) {
		margin-bottom: 24px;
	}
	
	.columnTwo .box:nth-child(n + 3)  {
        margin-top: 0;
    }
}

/*satooya top
-----------------------------------------------------------*/

.satooya { 
	height: 0;
	overflow: hidden;
}

.satooya header {
	opacity: 0;
	position: relative;
	width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.satooya header .imgCol {
	width: 50%;
}

.satooya header .copyBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	padding-top: max(18.5vw, 200px);
}

.satooya header .copyBox h2 {
	text-align: center;
	color: #fff;
	font-size: max(3.33vw, 44px);
	line-height: 150%;
	font-weight: 700!important;
}

.satooya header .copyBox h2 span {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 800px) {
	
	.satooya header {
        display: block;
		height: 108vw;
    }

    .satooya header .imgCol {
        width: 100%;
		height: 54vw;
		overflow: hidden;
    }
	
	.satooya header .imgCol:nth-of-type(1) img {
		margin-top: -15vw;
	}
	
	.satooya header .imgCol:nth-of-type(2) img {
		margin-top: -20vw;
	}

    .satooya header .copyBox {
        padding-top: 43.5vw;
    }

    .satooya header .copyBox h2 {
        font-size: 8vw;
		line-height: 125%;
    }
	
}

@media screen and (max-width: 599px) {
	
	.satooya header {
		margin-top: 40px;
    }
	
}

/*satooya lead
-----------------------------------------------------------*/

.satooya .lead {
	margin-top: 96px;
	position: relative;
	left: 64px;
	opacity: 0;
}

.satooya .lead h3 {
	margin-bottom: 8px;
	color: #456;
	font-weight: 500!important;
}

.satooya .lead p {
	margin-top: 16px;
}

.satooya .lead .innerContainer {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.satooya .lead:nth-of-type(2)  .innerContainer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.satooya .lead .innerContainer .txtBox {
	width: 60%;
	min-width: 640px;
	max-width: 800px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.satooya .lead .innerContainer .txtBox p span {
	display: inline-block;
}

@media screen and (max-width: 800px) {
	
	.satooya .lead {
        margin-top: 48px;
    }
	
	.satooya .lead:not(:first-of-type) {
		margin-top: 32px;
	}

    .satooya .lead h3 {
        margin-bottom: 4px;
		font-size: 15px;
    }

    .satooya .lead p {
        margin-top: 8px;
		font-size: 15px;
    }

    .satooya .lead .innerContainer {
        display: block;
    }

    .satooya .lead .innerContainer .txtBox {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .satooya .lead .innerContainer .txtBox p span {
        display: inline;
    }
	
}

/*satooya inner caontainer
-----------------------------------------------------------*/

.innerContainerSatooya {
	position: relative;
	width: 65%;
	min-width: 840px;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 800px) {
	
	.innerContainerSatooya {
        width: 90%;
        min-width: inherit;
    }
	
}

/*satooya heading
-----------------------------------------------------------*/

.satooya .heading {
	text-align: center;
}

.satooya .heading span {
	display: inline-block;
	margin-bottom: 36px;
	padding: 3px 16px 0;
	height: 32px;
	line-height: 150%;
	background-color: #456;
	color: #fff;
	font-weight: 500!important;
}

@media screen and (max-width: 800px) {
	
	.satooya .heading span {
		margin-bottom: 24px;
        padding: 3px 12px 0;
        height: 28px;
    }
	
}

/*satooya attention
-----------------------------------------------------------*/

.satooya .attentionArea {
	width: 100%;
	margin-top: 120px;
	padding: 48px 0;
	background-color: #f6f5f3;
}

@media screen and (max-width: 800px) {
	
	.satooya .attentionArea {
        margin-top: 48px;
        padding: 32px 0;
    }
	
}

/*satooya support
-----------------------------------------------------------*/

.satooya .support {
	margin-top: 120px;
}

@media screen and (max-width: 800px) {
	
	.satooya .support {
        margin-top: 60px;
    }
	
}

/*satooya flow
-----------------------------------------------------------*/

#flowSatooya {
	margin-top: 40px;
}

#flowSatooya .flowBox {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#flowSatooya .flowBox .txtBox {
	width: 67.5%;
	min-width: 600px;
	max-width: 800px;
	margin-top: 12px;
}

#flowSatooya .flowBox .txtBox h6 {
	color: #456;
	font-weight: 500!important;
}

#flowSatooya .flowBox .txtBox p span {
	display: inline-block;
}

#flowSatooya .listFmt li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 4px;
}

#flowSatooya .listFmt li::before {
	position: absolute;
	top: 13px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 2px #aaa;
}

#flowSatooya .flowBox .imgBox {
	flex: 1;
}

#flowSatooya .flowBox .imgBox img {
	border-radius: 12px;
	position: relative;
	top: -64px;
	opacity: 0;
}

#flowSatooya .flowBox .imgBox img:nth-of-type(1) {
	margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
	
	#flowSatooya {
        margin-top: 24px;
    }
	
	#flowSatooya .flowBox {
        display: block;
    }

    #flowSatooya .flowBox .txtBox {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        margin-top: 0;
    }

    #flowSatooya .flowBox .txtBox p span {
        display: inline;
    }

    #flowSatooya .listFmt li {
        margin-bottom: 3px;
    }

    #flowSatooya .listFmt li::before {
        top: 11px;
        width: 7px;
        height: 7px;
    }

    #flowSatooya .flowBox .imgBox {
		margin-top: 32px;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #flowSatooya .flowBox .imgBox img {
        border-radius: 10px;
		width: 47.5%;
		top: -48px;
    }

    #flowSatooya .flowBox .imgBox img:nth-of-type(1) {
        margin-bottom: 0;
    }
	
}

/*satooya steps
-----------------------------------------------------------*/

.satooya .steps {
	margin-top: 80px;
}

.satooya .steps .box {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	background-color: #f5f6f2;
	border-radius: 24px;
	padding: 32px 48px 36px;
	margin-bottom: 24px;
	position: relative;
	top: -64px;
	opacity: 0;
}

.satooya .steps .box:last-of-type {
	margin-bottom: 0;
}

.satooya .steps .box .stepBox {
	width: 120px;
	padding-right: 40px;
	color: #50aaaf;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 300!important;
}

.satooya .steps .box .stepBox .num {
	font-size: 48px;
	line-height: 125%;
	margin-top: -8px;
}

.satooya .steps .box .txtBox {
	flex: 1;
}

@media screen and (max-width: 800px) {
	
	.satooya .steps {
        margin-top: 48px;
    }
	
	.satooya .steps .box {
        display: block;
		margin-bottom: 16px;
    }
	
	.satooya .steps .box .stepBox {
        width: 96px;
        padding-right: 0;
		margin: 0 auto;
    }

	.satooya .steps .box .stepBox .num {
        font-size: 40px;
        margin-top: -6px;
    }
	
	.satooya .steps .box .txtBox {
		width: 100%;
		margin-top: 12px;
	}
	
}

/*contact
-----------------------------------------------------------*/

#contactBox {
	padding-top: 160px;
}

#thanksBox {
	padding: 160px 0;
}

@media screen and (max-width: 800px) {
	
	#contactBox {
        padding-top: 96px 0 80px;
    }

}


/*privacy policy
-----------------------------------------------------------*/

#privacyBox {
	padding-top: 160px;
}

@media screen and (max-width: 800px) {
	
	#privacyBox {
        padding-top: 96px;
    }

}

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

footer {
	margin-top: 120px;
}

footer #googleMap {
	position: relative;
	margin-top: 48px;
	width: 100%;
	height: 480px;
}

footer #googleMap iframe,
footer googleMap object,
footer #googleMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer nav {
	margin: 40px auto 12px;
	width: 100%;
	padding: 0 24px 0 12px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer nav .adress {
	width: 50%;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

footer nav .adress h1 {
	width: 200px;
}

footer nav .adress p {
	flex: 1;
	margin: 8px 0 0 16px;
}

footer nav ul {
	width: 50%;
	padding-top: 32px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

footer nav ul li {
	margin-left: 24px;
}

footer nav ul li a {
	font-size: 14px;
}

footer .copyright {
	width: 100%;
	height: 60px;
	text-align: center;
	color: #fff;
	padding-top: 16px;
	background-color: #00a33b;
	font-size: 12px;
	letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
	
	footer {
		margin-top: 72px;
	}
	
	footer #googleMap {
        margin-top: 6vw;
        height: 75vw;
    }
	
	footer nav {
        margin: 24px auto 8px;
        width: 90%;
        padding: 0;
        display: block;
		text-align: center;
    }

    footer nav .adress {
        width: 100%;
        display: block;
    }

    footer nav .adress h1 {
        width: 200px;
		margin: 0 auto;
    }

    footer nav .adress p {
        display: inline-block;
        margin: 16px 0 0;
		text-align: left;
    }

    footer nav ul {
        display: inline-block;
        margin: 12px 0 0;
        width: auto;
		text-align: left;
        padding-top: 0;
		padding-bottom: 12px;
    }

    footer nav ul li {
        margin-left: 0;
    }

    footer nav ul li a {
        font-size: 13px;
    }    

    footer .copyright {
        height: auto;
        padding: 10px 0;
    }
	
}

/*page top
-----------------------------------------------------------*/
	
#pt {
	bottom: 106px;
}

@media screen and (max-width: 800px) {
	
	#pt {
        bottom: 16px;
    }
}

/*common
-----------------------------------------------------------*/

.kakko {
	display: inline-block;
	width: 12px;
	text-align: center;
	position: relative;
	top: -1px;
}

.tac { text-align: center; }
.tac span {	display: inline-block; }

.attention {
	font-weight: 500;
	background: linear-gradient(transparent 0%, transparent 65%, #ffef53 65%, #ffef53 100%);
}

.dotList {
	position: relative;
	padding-left: 1em;
}

.dotList::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

@media screen and (max-width: 479px) {
	
	.tac { text-align: left; }
    .tac span {	display: inline; }
	
}
