@charset "utf-8";

/*===cariier===cariier===cariier===

...................................



-------------------------- SP ONLY



...................................

===cariier===cariier===cariier===*/

@media screen and (max-width:599px) {
	.pc_only,
	.tb_only,
	.pctb_only,
	.sp_none {
		display: none !important;
	}
	.sp_tal {
		text-align: left;
	}
	html {
		font-size: 1.9vw;
	}
	.inner {
		width: 86vw;
		margin-left: 7vw;
		margin-right: 7vw;
	}
	.col_sp02 {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: -4%;
	}
	.col_sp02 .col_in {
		width: 48%;
	}
	.col_sp02 .col_in,
	.col_sp02 .col_in + .col_in {
		margin-top: 4%;
	}
}


/*===cariier===cariier===cariier===

...................................



-------------------------- PC ONLY



...................................

===cariier===cariier===cariier===*/

@media screen and (min-width:1100px),
print {
	.tb_only,
	.sp_only,
	.pc_none,
	.pctb_none {
		display: none !important;
	}
	.inner {
		width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	a:hover {
		text-decoration: none;
		opacity: 0.6;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
	}
	header .h_inner {
		padding: 0;
		margin-bottom: 25px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		background: #fff;
	}
	header h1 {
		width: 157px;
		padding-left: 12px;
	}
	header .h_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	header .h_box > li {
		margin-left: 30px;
		position: relative;
	}
	header .h_box > li.tel_num {
		padding-left: 40px;
		list-style: 1.4;
	}
	header .h_box > li.tel_num span {
		display: block;
		list-style: 1.4;
	}
	header .h_box > li .tel_icon {
		position: absolute;
		top: 5px;
		left: 0%;
		width: 36px;
		height: 23px;
	}
	header .h_box > li.tel_num02 {
		padding-left: 25px;
	}
	header .h_box > li.tel_num02 .tel_icon {
		width: 16px;
	}
	header .h_box > li .num {
		color: #f31a4d;
		font-weight: 700;
		letter-spacing: 0;
		font-size: 1.7rem;
	}
	header .h_box > li .time {
		font-size: 1rem;
		margin-top: -3px;
		text-align: right;
	}
	header .h_box .link {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	header .h_box .link li {
		width: 110px;
	}
	header .h_box .link a {
		text-decoration: none;
		text-align: center;
		font-size: 1.4rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 13px 5px;
		line-height: 1.8;
		width: 100%;
	}
	header .h_box .link li:nth-child(1) a {
		border: 1px solid #ff668a;
		color: #ff668a;
		position: relative;
	}
	header .h_box .link li:nth-child(2) a {
		background: #fe436f;
		border: 1px solid #fe436f;
		color: #fff;
	}
	header .h_box .link li:nth-child(3) a {
		background: #ff668a;
		border: 1px solid #ff668a;
		color: #fff;
	}
	header .h_box .link li:nth-child(4) a {
		background: #f31a4d;
		border: 1px solid #f31a4d;
		color: #fff;
	}
	header .sp_menu_wrap {
		display: none;
	}
	header nav {
		display: block;
	}
	header nav ul {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		height: 70px;
	}
	header nav ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	header nav ul a {
		color: #000;
		font-size: 1.4rem;
		text-decoration: none;
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		height: 70px;
	}
}

@media screen and (min-width:1100px) and ( max-width:1200px),
print {
	.mv_con .img {
		margin-left: 30px;
	}
	.mv_con .txt {
		left: 0;
	}
	.mv_under_wrap {
		padding-bottom: 30px;
	}
	.mv_under_con:before {
		height: -webkit-calc(100% + 30px);
		height: calc(100% + 30px);
	}
	.mv_under_con .img {
		margin-left: 0;
		width: 100%;
		padding-left: 30px;
	}
	.mv_under_con .txt {
		left: 0;
	}
	.mv_under_con .txt span {
		font-size: 2.1rem;
	}
}


/*===cariier===cariier===cariier===

...................................



-------------------------- TB ONLY



...................................

===cariier===cariier===cariier===*/

@media screen and (min-width:600px) and ( max-width:1099px) {
	.pc_only,
	.sp_only,
	.tb_none,
	.pctb_none {
		display: none !important;
	}
	.inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mv_con .img {
		margin-left: 30px;
		width: 100%;
	}
	.mv_con .txt {
		left: 0;
	}
	.mv_con .txt span {
		font-size: 1.6rem;
	}
	.mv_con .txt span.small {
		font-size: 1.1rem;
	}
	.mv_under_wrap {
		padding-bottom: 30px;
	}
	.mv_under_con:before {
		height: -webkit-calc(100% + 30px);
		height: calc(100% + 30px);
	}
	.mv_under_con .img {
		margin-left: 0;
		width: 100%;
		padding-left: 30px;
	}
	.mv_under_con .txt {
		left: 0;
	}
	.mv_under_con .txt span {
		font-size: 1.6rem;
	}
	.mv_under_con .txt .small {
		font-size: 1.1rem;
	}
	footer .f_link {
		padding: 0 0 60px 20px;
	}
	footer .f_link .sitemap li {
		font-size: 1.2rem;
	}
	.slip_box {
		min-height: inherit;
	}
	.slant_box {
		padding: 20px 20px 0 0;
	}
	.slant_block .slant_box:nth-child(2n) {
		padding: 20px 0 0 20px;
	}
	.link_block a {
		flex-direction: column;
		align-items: center;
	}
	.link_block figure {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.pink_link_block .figure_box {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.pink_link_block figure {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.slip_block .slip_box:nth-child(2) .txt_block {
		padding-bottom: 0;
	}
	.big_slip_block .main_box .txt {
		padding-bottom: 0;
	}
	.big_slip_block {
		padding-bottom: 0;
	}
	.btnlink_block .txt_block {
		position: relative;
		padding: 10px 5px 10px 10px;
		width: 100%;
		right: 0;
		top: inherit;
		-webkit-transform: inherit;
		transform: inherit;
		text-align: center;
	}
	.btnlink_block figure {
		margin: -20px auto 0 auto;
	}
	.btnlink_block .txt_block .tl {
		text-align: center;
		font-size: 1.7rem;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.btnlink_block .txt_block .txt {
		text-align: center;
	}
	.btnlink_block .txt_block .txt img {
		margin-left: auto;
		margin-right: auto;
	}
	.slant_box .btn a {
		font-size: 1.7rem;
	}
	.form_layout .three_size li {
		width: 100%;
	}
	.form_layout .three_size li p:first-child {
		width: 6em;
	}
	.form_layout .three_size li + li {
		margin-top: 10px;
	}
	.form_spwide .form_layout {
		padding-right: 15px;
	}
	.kibouday dt {
		width: 100%;
		-webkit-flex: inherit;
		flex: inherit;
		max-width: inherit
	}
	.kibouday dd {
		width: 33%;
	}
	.kibouday dd p {
		font-size: 1.2rem;
	}
	.line_block .tel_num {
		display: inline-block;
		text-align: left;
	}
	.line_block .tel_num li {
		padding-left: 40px;
	}
	.promise_view .tl_slash {
		font-size: 1.8rem;
	}
	.promise_view .img {
		position: relative;
		bottom: inherit;
		right: inherit;
		max-width: 480px;
		width: 80%;
		margin: 0 auto 50px;
	}
	.promise_view .txt_block {
		width: 100%;
	}
	.tl_kakomi_wrap .tl_kakomi {
		width: 100%;
		margin-bottom: 10px;
	}
	.tl_kakomi_wrap + .tl_kakomi_wrap {
		margin-top: 20px;
	}
	.tl_kakomi_wrap .txt {
		width: 100%;
	}
	.promise_view .txt_block {
		text-align: center;
	}
	.promise_view .txt_block .ol_marunum {
		display: inline-block;
		text-align: left;
	}
}


/*===cariier===cariier===cariier===

...................................



----------------------- TB/SP ONLY



...................................

===cariier===cariier===cariier===*/

@media screen and (max-width:1099px) {
	/* Gメニュー等 */
	header h1 {
		line-height: 1;
		margin-bottom: 6px;
		width: 116px;
	}
	header .h_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		height: 65px;
	}
	header .sp_menu_wrap {
		display: block;
		width: 40px;
		position: fixed;
		right: 10px;
		top: 18px;
		z-index: 10002;
	}
	header .sp_menu_wrap a {
		display: block;
		width: 40px;
		height: 45px;
		margin-top: -5px;
		position: relative;
	}
	header .sp_menu_wrap .sp_menu {
		transition: 1s ease;
		width: 100%;
		height: 100%;
	}
	header .sp_menu_wrap .sp_menu {
		display: block;
		background: url(../images/menu.png);
		background-size: contain;
	}
	header .sp_menu_wrap .sp_menu.close {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: url(../images/menu_close.png) no-repeat;
		background-size: contain;
		opacity: 0;
	}
	header.on .sp_menu_wrap .sp_menu {
		opacity: 0;
	}
	header.on .sp_menu_wrap .sp_menu.close {
		opacity: 1;
	}
	header nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 75%;
		max-width: 360px;
		z-index: 100;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 10001;
	}
	header.menu_mode nav {
		transition: 1s ease;
	}
	header.on nav {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	header .nav_inner {
		height: 100vh;
		overflow-y: auto;
		background: #fff;
		padding: 80px 0 0 0;
	}
	header .nav_inner .menu_list li + li {
		margin-top: 1em;
	}
	header .nav_inner .menu_list li a {
		position: relative;
		padding-left: 3em;
		text-decoration: none;
		font-size: 1.8rem;
	}
	header .nav_inner .menu_list li a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0.6em;
		left: 1.3em;
		width: 0.7em;
		height: 0.7em;
		border-top: 0.2em solid #fe4f78;
		border-right: 0.2em solid #fe4f78;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .nav_inner .sns_box {
		margin-top: 3em;
		display: flex;
		justify-content: center;
		padding-bottom: 3em;
	}
	header .nav_inner .sns_box li {
		width: 30px;
	}
	header .nav_inner .sns_box li + li {
		margin-left: 2em;
	}
	.menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.74);
		width: 100%;
		height: 100%;
		z-index: 10000;
		display: none;
	}

}


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

.kakomi_stripe_pink .kakomi_in {

	padding-left: 10px;
	padding-right: 10px;

}
.promise_view .tl_slash {

	font-size: 2.1rem;
	margin-top: 10px;

}
.promise_view h4 {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}

	.ol_marunum li {
		font-size: 2rem;
		margin-left: 11.5vw;
		letter-spacing: 2px;
	}

	.ol_marunum li:before {
		letter-spacing: 0.05em;
		left: -11.5vw;
		font-size: 5vw;
		width: 10vw;

	}

	.ol_marunum li:after {
		width: 9vw;
		height: 9vw;
		left: -11.5vw;
		top: -0.75vw;

	}

	.ol_marunum li .ol_marunum_in {
		border-bottom: 1vw solid #ededed;
		padding: 0;
	}

}