@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	font-family: DNPShueiMGoStd-L, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	position: relative;
	background: url(../images/bg_top_pc.png) no-repeat left top,
		url(../images/bg_bottom.png) no-repeat left bottom;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.contact {
	position: absolute;
	top: 0;
	right: 0;
}

[type="text"] {
	line-height: normal;
}

input[type="text"],
textarea {
	-webkit-appearance: none;
}

area,
button {
	border: none;
	outline: none;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

li {
	list-style-type: none;
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

a img:hover {
	opacity: 0.8;
}

address {
	font-style: normal;
}
ul,ol {
	margin: 10px 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
h2,h3 {
	text-align: center;
	margin-bottom: 30px;
}
h2 img,
h3 img {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
h2 span {
	display: block;
	text-align: center;
}


.pc {
	display: block;
}

.sp {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

iframe {
	display: block;
	border: 0;
}

.flex {
	display: flex;
}

.inner {
	width: 100%;
	margin: 0 auto;
}
.txtCenter {
	text-align: center;
	margin: 0 auto;
}
.fontBig {
	font-size: 2rem;
	line-height: 1.4;
}
.fontSmall {
	font-size: 0.8rem;
	line-height: 1.4;
}


.link-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333;
}

.link-btn a {
	color: #fff;
	font-weight: bold;
}

.link-btn.strong {
	background: #c55adf;
}

/* ページのトップへ戻る */
#pagetop {
	position: fixed;
	z-index: 1;
}

#pagetop a {
	display: block;
}

@media screen and (max-width: 960px) {
	
/*
	body {
		background-image: url(../images/common/bg_top_sp.png),
			url(../images/common/bg_btm_sp.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 60.533vw, 48.267vw;
		background-position: left top, left bottom;
		letter-spacing: 0.025em;
	}
*/
	
.inner {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0 10px;
}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.tel {
		pointer-events: auto;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}

	#wrapper {
		padding-bottom: 30px;
	}

	.link-btn {
		border-radius: 22.5px;
		width: 222px;
		margin: 0 auto;
	}

	.link-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: url(../images/blank.png) no-repeat 79% center;
		background-size: 15px 15px;
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 0.125em;
		width: 100%;
		height: 100%;
		padding: 12px 20px;
	}
	
	.link-btn.strong {
		width: 100%;
		max-width: 320px;
	}

	.link-btn.strong a {
		background: url(../images/common/arrow03.png) no-repeat 80% center;
		background-size: 15px 15px;
		font-size: 1.6rem;
		padding: 12px 10px;
	}
	
	.section-ttl h2 .jp {
		font-size: 2.2rem;
		line-height: 3.18;
	}

	/* ページのトップへ戻る */
	#pagetop {
		width: 54px;
		height: 54px;
		right: 20px;
	}

	#pagetop a {
		width: 54px;
		height: 54px;
	}
}

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

	#wrapper {
		padding-bottom: 50px;
	}
	
	.link-btn {
		border-radius: 35px;
		width: 300px;
		margin: 30px auto;
	}
	
	.link-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: url(../images/blank.png) no-repeat 86% center;
		font-size: 1.8rem;
		text-align: center;
		letter-spacing: 0.125em;
		width: 100%;
		height: 100%;
		padding: 15px 40px 15px 30px;
	}

	.link-btn.strong {
		width: 37.5%;
	}

	.link-btn.strong a {
		background: url(../images/common/arrow03.png) no-repeat 88% center;
		font-size: 2.4rem;
		padding: 15px 70px;
	}

	.section-ttl h2 .jp {
		font-size: 2.2rem;
		line-height: 3.18;
	}

	/* ページのトップへ戻る */
	#pagetop {
		width: 90px;
		height: 90px;
		right: 20px;
	}

	#pagetop a {
		width: 90px;
		height: 90px;
	}
}

