@charset "utf-8";

@media screen and (min-width: 560px) and (max-width: 959px) {
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


body {
	font-size:16px;
	line-height:200%;
}
div#wrapper {
	position:relative;
}
.spNone {
	display:none;
}
.pcNone {
}


/* header
------------------------------------------------------------------------------------ */
header {
	position:absolute;
	padding:20px 0 0 5%;
	z-index: 2;
}
header div.headerInner {
}
header div.headerInner h1 {
	float:left;
}
header div.headerInner h1 a img {
	height:60px;
}
header div.headerInner div#headerInnerNav {
	display:none;
}


/* ハンバーガーメニュー
------------------------------------------------------------------------------------ */
#gnavSp {
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #a64b8e;
}
.global-nav {
	position: fixed;
	right: -320px; /* これで隠れる */
	top: 0;
	width: 220px; /* スマホに収まるくらい */
	height: 100vh;
	padding: 40px 0 0 0;
	background-color: #a64b8e;
	transition: all  0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 24px; /* クリックしやすいようにちゃんと高さを指定する */
	padding: 28px;
	cursor: pointer;
	z-index: 300;
}
.global-nav__list {
	margin-top: 50px;
	padding: 0 30px;
	list-style: none;
}
.global-nav__item {
	font-weight:normal;
	font-size:16px;
	line-height: 125%;
	margin-bottom: 20px;
}
.global-nav__item:last-child {
	margin-bottom: 0;
}
.global-nav__item a span {
	font-size:12px;
	line-height: 100%;
	margin-left:2px;
}
.global-nav__item a,
.global-nav__item a:hover {
	color: #FFF;
}
.global-nav__item a i {
	margin-left:10px;
}
.global-nav__itemSub {
	font-weight:normal;
	font-size:14px;
	line-height: 100%;
}


.hamburger__line {
	position: absolute;
	left: 28px;
	width: 24px;
	height: 2px;
	background-color: #FFF;
	transition: all  0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.hamburger__line--1 {
	top: 31px;
}
.hamburger__line--2 {
	top: 39px;
}
.hamburger__line--3 {
	top: 47px;
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}
.nav-open .black-bg {
	opacity: 0.7;
	visibility: visible;
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 39px;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 39px;
}


/* contents
------------------------------------------------------------------------------------ */
div#contents {
	padding:150px 0 50px 0;
}
div#contents section {
}
div#contents section div.sectionInner {
	width:90%;
	margin:0 auto;
}


/* footer
------------------------------------------------------------------------------------ */
footer {
	padding:50px 0;
}
footer div.footerInner {
	width:90%;
	margin:0 auto;
}
footer div.footerInner h2 {
	text-align:center;
}
footer div.footerInner h2 a img {
	height:70px;
}
footer div.footerInner p#copyright {
	font-size:14px;
	line-height:100%;
	text-align:center;
	margin-top:30px;
}


/* お客さまの声
------------------------------------------------------------------------------------ */
section#voices {
	margin-top:100px;
}
section#voices div.sectionInner {
}
section#voices div.sectionInner ul {
}
section#voices div.sectionInner ul li {
	position: relative;
	margin-bottom:101px;
}
section#voices div.sectionInner ul li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -50px; /*下線の上下位置調整*/
	display: inline-block;
	width: 100px; /*下線の幅*/
	height: 1px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置調整*/
	background-color: #999; /*下線の色*/
}
section#voices div.sectionInner ul li:last-child {
	margin-bottom:0;
}
section#voices div.sectionInner ul li:last-child:after {
	display: none;
}
section#voices div.sectionInner ul li p.voicefrom {
	text-align: right;
	margin-top:20px;
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
.title01 {
	position: relative;
	font-size:32px;
	line-height:200%;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-bottom:81px;
}
.title01 span {
	color:#a64b8e;
	font-size:16px;
	line-height:100%;
	letter-spacing: 0;
	text-indent: 0;
}
.title01:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px; /*下線の上下位置調整*/
	display: inline-block;
	width: 30px; /*下線の幅*/
	height: 1px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置調整*/
	background-color: #999; /*下線の色*/
}
.title02 {
	font-size:24px;
	line-height:175%;
	margin-bottom:50px;
}
.title02 span {
	font-size:16px;
}
.title03 {
	position: relative;
	font-size:28px;
	line-height:100%;
	margin-bottom:61px;
}
.title03 span {
	color:#a64b8e;
	font-size:16px;
	vertical-align:top;
	margin-left:10px;
}
.title03:after {
	content: '';
	position: absolute;
	left: 18px;
	bottom: -30px; /*下線の上下位置調整*/
	display: inline-block;
	width: 30px; /*下線の幅*/
	height: 1px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置調整*/
	background-color: #999; /*下線の色*/
}
.title04 {
	font-size:18px;
	line-height:200%;
	margin:30px 0 20px 0;
}

.linkBtn {
	width:auto;
	max-width:320px;
	line-height:100%;
	text-align: center;
	margin:50px auto 0 auto;
}
.linkBtn a {
	position: relative;
	display: block;
	color: #FFF;
	padding:25px 0;
	outline: none;
	background: -moz-linear-gradient(left, #a64b8e, #b077a5);
	background: -webkit-linear-gradient(left, #a64b8e, #b077a5);
	background: linear-gradient(to right, #a64b8e, #b077a5);
	border-radius: 33px 33px 33px 33px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
	overflow: hidden;
}
.linkBtn a::before,
.linkBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.linkBtn a,
.linkBtn a::before,
.linkBtn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.linkBtn a::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}
.linkBtn a:hover {
	color: #FFF;
}

table {
	border-top: 1px dashed #999;
	border-collapse:collapse;
	border-spacing: 0;
}
table tr th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	padding: 20px 30px 20px 0;
	border-bottom: 1px dashed #999;
}
table tr td {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}
}