@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*全体テキストサイズ*/

html {
	font-size: 1rem
}

@media (max-width: 768px) {
	html {
		font-size: 1.1rem;
	}
}

@media (max-width: 576px) {
	html {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	html {
		font-size: 0.9rem;
	}
}

@media (max-width: 400px) {
	html {
		font-size: 0.85rem;
	}
}

p {
	line-height: 1.6rem;
}

.br-no {
	display: none;
}

@media (max-width: 575.98px) {
	.br-ss {
		display: block !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.br-sm {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.br-md {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.br-lg {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.br-xl {
		display: block !important;
	}
}

/*上書き用*/

html {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 丸ゴでもなく、Noto Sans JPでもない

html {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
}

h1,
.h1 {
	font-size: 3rem;
	color: #0064B9;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	h1,
	.h1 {
		font-size: 2.75rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	h1,
	.h1 {
		font-size: 1.75rem;
	}
}

@media (min-width: 400px) and (max-width: 575.98px) {
	h1,
	.h1 {
		font-size: 1.5rem;
	}
}

@media (max-width: 399.98px) {
	h1,
	.h1 {
		font-size: 1.25rem;
	}
}

h2,
.h2 {
	font-size: 2rem;
	color: #0064B9;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	h2,
	.h2 {
		font-size: 1.75rem;
	}
}

@media (min-width: 400px) and (max-width: 575.98px) {
	h2,
	.h2 {
		font-size: 1.5rem;
	}
}

@media (max-width: 399.98px) {
	h2,
	.h2 {
		font-size: 1.25rem;
	}
}

h3,
.h3 {
	font-size: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	h3,
	.h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	h3,
	.h3 {
		font-size: 1.25rem;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	h3,
	.h3 {
		font-size: 1.15rem;
	}
}

@media (min-width: 400px) and (max-width: 575.98px) {
	h3,
	.h3 {
		font-size: 1.15rem;
	}
}

@media (max-width: 399.98px) {
	h3,
	.h3 {
		font-size: 1.15rem;
	}
}


/*全体用*/

.smalltext {
	font-size: 90%;
}

.smalltext75 {
	font-size: 75%;
	line-height: 1.25rem;
}

.smalltext60 {
	font-size: 60%;
}

.big120 {
	font-size: 120%;
}

.big150 {
	font-size: 150%;
}

.big200 {
	font-size: 200%;
}

.big250 {
	font-size: 250%;
}

.big150price {
	font-size: 125%;
	line-height: 1.8rem;
}

table th {
	font-weight: normal;
}

@media (min-width: 400px) and (max-width: 575.98px) {
	.smalltext90-sm {
		font-size: 90%;
	}
	.smalltext80-sm {
		font-size: 80%;
	}
}

@media (max-width: 399.98px) {
	.smalltext70-ss {
		font-size: 70%;
	}
}

.titlecolor {
	color: #0064B9
}

.medatsu {
	font-size: 1.5rem;
	line-height: 2rem
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.medatsu {
		font-size: 1.5rem;
		line-height: 2rem
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.medatsu {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.medatsu {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

@media (min-width: 400px) and (max-width: 575.98px) {
	.medatsu {
		font-size: 1rem;
		line-height: 1.6rem
	}
}

@media (max-width: 399.98px) {
	.medatsu {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

/*下の矢印画像、使っていない*/

a.arrow:after {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url(../imagemaster/arrow-right.svg);
	background-size: contain;
	vertical-align: text-bottom;
	margin-left: 0.3rem
}

/*こっちのcssのみを使ってる*/

.buttonarrow a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 1.5em;
	width: 100%;
	color: #0064B9;
	background-color: #fff;
	border: 2px solid #0064B9;
	border-radius: 50vh;
	transition: 0.5s
}

.buttonarrow a::after {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px solid #0064B9;
	border-right: 3px solid #0064B9;
	transform: rotate(45deg);
	transition: 0.5s
}

.buttonarrow a:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #0064B9;
	background-color: #0064B9;
}

.buttonarrow a:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.bg-color {
	background: rgb(247, 251, 255);
	background: -moz-linear-gradient(top, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	background: -webkit-linear-gradient(top, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	background: linear-gradient(to bottom, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#f2f8ff', GradientType=0);
}

/*メニュー用*/

.bg-menu {
	background-color: #0064B9
}

.btn-order {
	color: #fff;
	background-color: #ff4c82;
	border-color: #ff4c82;
}

.btn-order:hover {
	color: #fff;
	background-color: #b5365c;
	border-color: #9f2549;
}

.btn-order:focus,
.btn-order.focus {
	color: #fff;
	background-color: #b5365c;
	border-color: #9f2549;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-order.disabled,
.btn-order:disabled {
	color: #fff;
	background-color: #ff4c82;
	border-color: #ff4c82;
}

.btn-order:not(:disabled):not(.disabled):active,
.btn-order:not(:disabled):not(.disabled).active,
.show > .btn-order.dropdown-toggle {
	color: #fff;
	background-color: #b5365c;
	border-color: #9f2549;
}

.btn-order:not(:disabled):not(.disabled):active:focus,
.btn-order:not(:disabled):not(.disabled).active:focus,
.show > .btn-order.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.outline {
	border: 2px solid #fff
}

.menuact a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.menuact a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
}

.menuact a:hover::after {
	transform: scale(1, 1);
}

/*フッター用*/

.bg-footer {
	background-color: #0064B9
}

.footer-ul {
	list-style: none;
	padding-left: 0;
}

.footer-li a {
	color: #fff;
}

.footer-p a {
	color: #fff;
}

.left-border {
	border-left: solid 1px #fff
}

/*トップページ用*/

#topbg.jumbotron-fluid {
	background: rgb(247, 251, 255);
	background: -moz-linear-gradient(top, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	background: -webkit-linear-gradient(top, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	background: linear-gradient(to bottom, rgb(242, 248, 255) 0%, rgb(247, 251, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#f2f8ff', GradientType=0);
}

.button {
	background-size: 24px;
	padding: 3px 3px 6px 30px;
	background-image: url("../images/button.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
}

@media (max-width: 575.98px) {
	.button {
		background-size: 18px;
		padding: 0px 3px 0px 24px;
		background-position: 0 2px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.button {
		background-size: 21px;
		padding: 0px 3px 2px 27px;
		background-position: 0 3px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.button {
		background-size: 21px;
		padding: 0px 3px 2px 27px;
		background-position: 0 3px;
	}
}

.title-kami {
	color: white;
	background: rgb(255, 139, 0);
	background: -moz-linear-gradient(top, rgb(247, 171, 0) 0%, rgb(255, 139, 0) 100%);
	background: -webkit-linear-gradient(top, rgb(247, 171, 0) 0%, rgb(255, 139, 0) 100%);
	background: linear-gradient(to bottom, rgb(247, 171, 0) 0%, rgb(255, 139, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7AB00', endColorstr='#FF8B00', GradientType=0);
}

.title-pla {
	color: white;
	background: rgb(0, 144, 132);
	background: -moz-linear-gradient(top, rgb(0, 171, 132) 0%, rgb(0, 144, 132) 100%);
	background: -webkit-linear-gradient(top, rgb(0, 171, 132) 0%, rgb(0, 144, 132) 100%);
	background: linear-gradient(to bottom, rgb(0, 171, 132) 0%, rgb(0, 144, 132) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AB84', endColorstr='#009084', GradientType=0);
}

.bg-colorbk {
	background-color: #92612b
}

#cardjisseki {
	background-image: url("../images/cardjisseki2.jpg");
	background-size: cover;
	background-position: center 60%;
}

@media (min-width: 1200px) {
	#beautysalon {
		background-image: url("../images/beautysalon.jpg");
		position: relative;
		height: 55vh;
		background-size: cover;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	#beautysalon {
		background-image: url("../images/beautysalon.jpg");
		position: relative;
		height: 40vh;
		background-size: cover;
	}
}

@media (max-width: 767.98px) {
	#beautysalon {
		background-image: url("../images/beautysalon2.jpg");
		background-size: cover;
		background-position: center 20%;
	}
}

/*テンプレート用*/

.templatebutton {
	font-size: 1.25rem;
	width: 220px;
}

@media (max-width: 575.98px) {
	.templatebutton {
		font-size: 1rem;
		width: 200px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.templatebutton {
		font-size: 0.85rem;
		width: 130px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.templatebutton {
		font-size: 1.1rem;
		width: 150px;
	}
}

/*FAQのアコーディオン*/

.collapsed text-body a:hover {
	text-decoration-style: none;
}


/*　↓スライダー（swiper）用　ここから　*/

.mb60 {
	margin-bottom: 60px;
}

.swiper-container {
	text-align: center
}

#slider {
	background-color: #eee
}

.swiper-container .swiper-slide img {
	max-width: 100%;
	height: auto
}

.prettyprint {
	border: none;
	background: #fff;
	color: #697d86;
}

#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}

#thumbs .swiper-slide-active {
	opacity: 1;
}

/*　↑スライダー（swiper）用　ここまで　*/

/*　↓タイムライン（流れ）用　ここから　*/

.timeline {
	list-style: none;
}

.timeline > li {
	margin-bottom: 60px;
}

/* for Desktop */

@media ( min-width: 576px) {
	.timeline > li {
		overflow: hidden;
		margin: 0;
		position: relative;
	}
	.timeline-date {
		width: 110px;
		float: left;
		margin-top: 8px;
	}

	.timeline-content {
		width: 75%;
		float: left;
		/*
        border-left: 3px #e5d3d1 solid;
        */
		padding-left: 30px;
		padding-bottom: 20px;
	}

	.timeline-content:after {
		content: '';
		width: 12px;
		height: 12px;
		background: #0064B9;
		position: absolute;
		left: 106px;
		top: 15px;
		border-radius: 100%;
	}

	.timeline-content:before {
		content: '';
		position: absolute;
		left: 110px;
		bottom: 0;
		width: 4px;
		height: 100%;
		background: #e5d3d1;
	}

	.timeline-content-top {
		width: 75%;
		float: left;
		padding-left: 30px;
		padding-bottom: 20px;
	}

	.timeline-content-top:after {
		content: '';
		width: 12px;
		height: 12px;
		background: #0064B9;
		position: absolute;
		left: 106px;
		top: 15px;
		border-radius: 100%;
	}

	.timeline-content-top:before {
		content: '';
		position: absolute;
		top: 20px;
		left: 110px;
		bottom: 0;
		width: 4px;
		height: 100%;
		background: #e5d3d1;
	}

	.timeline-content-end {
		width: 75%;
		float: left;
		padding-left: 30px;
		padding-bottom: 20px;
	}

	.timeline-content-end:after {
		content: '';
		width: 12px;
		height: 12px;
		background: #0064B9;
		position: absolute;
		left: 106px;
		top: 15px;
		border-radius: 100%;
	}

	.timeline-content-end:before {
		content: '';
		position: absolute;
		top: 0;
		left: 110px;
		bottom: 0;
		width: 4px;
		height: 20px;
		background: #e5d3d1;
	}
}

/*　↑タイムライン（流れ）用　ここまで　*/
