@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 1.9em;/* =19px */
  color: #221815;
  min-width: 1170px;
	margin: auto;
}
@media screen and (max-width:1169px) {
	body {
		-webkit-text-size-adjust: 100%;
		min-width: initial;
		font-size: 1.4em;/* =14px */
	}
	.spNone {
		display: none;
	}
}
a {
  color: #221815;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
	border-style: none;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}

.pink {
	color: #dc7f9d;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 100%;
	height: 66px;
	padding: 0 70px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	position: fixed;
	margin: auto;
	z-index: 300;
}
header #logo {
	margin-top: 5px;
}
.menuBtn {
	display: none;
}
nav ul {
	display: flex;
}
nav ul li.top {
	display: none;
}
nav ul li a {
	display: block;
	text-align: center;
	padding: 7px 11px;
	height: 100%;
}
nav ul li a span:first-child {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}
nav ul li a span:first-child img {
	height: 17px;
	width: auto;
}
nav ul li a .text {
	display: block;
	display: 100%;
	font-size: 1.4rem;
	text-align: center;
}
nav ul li.contact a {
	color: #fff;
	background-color: #e690ab;
	margin-left: 15px;
	padding: 5px 18px;
}
nav ul li.contact a span img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(96%) contrast(108%);
}
@media screen and (max-width:1169px) {
	header {
		width: 100%;
		height: 50px;
		padding: 0 10px;
		position: static;
	}
	header #logo img {
		width: auto;
		height: 40px;
	}
}
@media screen and (max-width:1169px) {
	.menuBtn {
		display: block;
		cursor: pointer;
		width: 60px;
		height: 50px;
		border: none;
		background-color: #e690ab;
		box-shadow: 0;
		border-radius: 0;
		position: fixed;
		top: 0;
		right: 0;
		transition-duration: 0.3s;
		z-index: 300;
	}
	.menuBtn span {
		display: block;
		width: 34px;
		height: 1px;
		background-color: #fff;
		transition: 0.5s all;
		position: absolute;
		top: 15px;
		left: 13px;
	}
	.menuBtn span:nth-child(2) {
		top: 25px;
	}
	.menuBtn span:nth-child(3) {
		top: 35px;
	}
	#menu ul {
		display: none;
	}
	body.noScrol {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 200;
	}
	.noScrol .menuBtn span {
		transform: rotate(225deg);
		top: 24px;
	}
	.noScrol .menuBtn span:nth-child(2) {
		transform: rotate(0);
		top: 24px;
		opacity: 0;
	}
	.noScrol .menuBtn span:nth-child(3) {
		transform: rotate(-225deg);
		top: 24px;
	}
	.noScrol #menu {
		width: 100%;
		height: auto;
		background-color: #fff;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 200;
	}
	.noScrol #menu ul {
		display: block;
		border-top: 1px solid #ccc;
	}
	.noScrol #menu ul li {
		border-bottom: 1px solid #ccc;
	}
	.noScrol #menu ul li.top {
		display: block;
	}
	.noScrol #menu ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 50px;
		padding: 0;
	}
	.noScrol #menu ul li a span:first-of-type {
		width: 115px;
		text-align: left;
		padding-left: 30px;
		margin: 0;
	}
	.noScrol #menu ul li a img {
		height: 15px;
	}
	.noScrol #menu ul li a .text {
		font-size: 1.4rem;
	}
	.noScrol #menu ul li.contact a {
		color: inherit;
		background-color: #fff;
		margin-left: 0;
		padding: 0;
	}
	.noScrol #menu ul li.contact a span img {
		filter: none;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
	padding-top: 60px;
}
#profile, #service, #impression, #info, #contact {
	padding-top: 60px;
	margin-top: -60px;
}
.content {
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.content h2 {
	font-weight: 400;
	text-align: center;
}
.content h2 img {
	display: block;
	margin: auto auto 10px;
}
.content h2 span {
	display: block;
	margin: auto;
	color: #dc7f9d;
	font-size: 2.1rem;
}
.content button {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	width: 580px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #bf9a63;
	border: none;
	border-radius: 10px;
	margin: auto;
	font-size: 2.2rem;
	box-shadow: 5px 5px 10px 5px rgba(138,137,137,0.3);
	position: relative;
}
.content button::after {
	content: '';
	display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
	position: absolute;
	right: 34px;
}
.content button:hover {
	opacity: 0.7;
}
.content .price {
	font-weight: 500;
	letter-spacing: 0.075em;
}
@media screen and (max-width:1169px) {
	main {
		padding-top: 0;
	}
	#profile, #service, #impression, #info, #contact {
		padding-top: 0;
		margin-top: 0;
	}
	.content h2 img {
		display: block;
		width: auto;
		height: auto;
	}
	.content h2 span {
		display: block;
		font-size: 1.6rem;
	}
	.content button {
		width: 270px;
		height: 42px;
		font-size: 1.4rem;
		letter-spacing: -0.01em;
		border-radius: 5px;
		box-shadow: 0 0 3px 1px rgba(138,137,137,0.3);
	}
	.content button::after {
		content: '';
		display: block;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
	}
}


#titleArea .content {
	background-image: url("../img/pc_bg1.webp");
	background-size: cover;
	background-position: 50% 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
	width: 100%;
	height: 575px;
	padding-bottom: 10px;
}
#titleArea p {
	width: 100%;
}
#titleArea p:nth-of-type(1) {
	font-size: 2.8rem;
	margin-bottom: 50px;
}
#titleArea p:nth-of-type(2) {
	font-size: 3.0rem;
	margin-bottom: 20px;
}
#titleArea .name {
	font-size: 3.3rem;
	margin-bottom: 10px;
}
#titleArea .ttl {
	font-size: 7.0rem;
	color: #dd7f9d;
	margin-top: 25px;
}
#titleArea .ttl span {
	font-size: 7.5rem;
}
@media screen and (max-width:1280px) {
	#titleArea .content {
		background-image: url("../img/pc_bg1.webp");
		background-size: 100% auto;
		background-position: 50% 100%;
	}
}
@media screen and (max-width:1169px) {
	#titleArea .content {
		background-image: url("../img/sp_bg1.webp");
		background-size: cover;
		background-position: 50% 100%;
		height: 330px;
		padding-bottom: 10px;
	}
	#titleArea .content img:first-child {
		width: auto;
		height: 54px;
	}
	#titleArea p:nth-of-type(1) {
		font-size: 1.6rem;
		margin-bottom: 18px;
	}
	#titleArea p:nth-of-type(1) span {
		display: block;
		margin: 10px 0;
	}
	#titleArea p:nth-of-type(2) {
		font-size: 1.7rem;
		margin-bottom: 13px;
	}
	#titleArea .name {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	#titleArea .name + img {
		height: 12px;
	}
	#titleArea .ttl {
		font-size: 3.8rem;
		letter-spacing: 0.03em;
		margin-top: 16px;
	}
	#titleArea .ttl span {
		font-size: 4.1rem;
	}
}

#profile .content {
	background-image: url("../img/pc_bg2.webp");
	background-size: cover;
	background-position: 50% 0;
	padding-bottom: 110px;
}
#profile h2 {
	padding: 80px 0 35px;
}
#profile .text {
	font-size: 1.6rem;
	line-height: 2.1;
	text-align: center;
	margin-bottom: 60px;
}
#profile .boxWr {
	display: flex;
	justify-content: space-between;
	width: 1150px;
	margin: auto;
}
#profile .boxWr .imgBox {
	width: 562px;
	background-color: #fff;
	box-shadow: 0 0 5px 3px rgba(138,137,137,0.3);
	padding: 40px 16px 16px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#profile .boxWr .imgBox div {
	width: 100%;
	line-height: 1.7;
}
#profile .boxWr .imgBox div p:first-child {
	font-size: 2.9rem;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: -0.05em;
}
#profile .boxWr .imgBox img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:1280px) {
	#profile .content {
		background-image: url("../img/pc_bg2.webp");
		background-size: 100% auto;
		background-position: 50% 0;
	}
}
@media screen and (max-width:1169px) {
	#profile .content {
		background-image: url("../img/sp_bg2.webp");
		background-size: 100% auto;
		background-position: 50% 0;
		min-height: auto;
		padding-bottom: 45px;
	}
	#profile h2 {
		padding: 40px 0 20px;
	}
	#profile h2 img {
		height: 21px;
		margin-bottom: 3px;
	}
	#profile .text {
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	#profile .text span {
		display: inline-block;
	}
	#profile .boxWr {
		display: block;
		width: 100%;
		padding: 0 25px;
	}
	#profile .boxWr .imgBox {
		width: 100%;
		height: auto;
		box-shadow: 0 0 3px 2px rgba(138,137,137,0.3);
		padding: 25px 10px 10px;
	}
	#profile .boxWr .imgBox div {
		width: 100%;
		line-height: 1.8;
	}
	#profile .boxWr .imgBox div p:first-child {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#profile .boxWr .imgBox div p span {
		display: inline-block;
	}
	#profile .boxWr .imgBox div p:last-child {
		padding: 0 5px;
	}
	#profile .boxWr .imgBox img {
		width: 100%;
		height: auto;
		max-width: 400px;
		display: block;
		margin: auto;
	}
	#profile .boxWr .imgBox + .imgBox {
		margin-top: 25px;
	}
	#profile .boxWr .imgBox + .imgBox div {
		margin-bottom: 20px;
	}
}

#service .content {
	background-image: url("../img/pc_bg3.webp");
	background-size: cover;
	background-position: 50% 0;
	min-height: 1200px;
	padding: 0 0 100px;
}
#service .course1,
#service .course2 {
	text-align: center;
	width: 1150px;
	
	background-color: #fff;
	box-shadow: 0 0 5px 3px rgba(138,137,137,0.3);
	margin: auto;
}
#service h2 {
	padding: 90px 0 35px;
}
#service .course1 {
	padding: 60px 60px 60px;
	margin-bottom: 45px !important;
}
#service .course1 p:first-child {
	font-size: 3.0rem;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}
#service .course1 p:nth-child(2) {
	line-height: 1.7;
	margin-bottom: 20px;
}
#service .course1 .price {
	font-size: 2.2rem;
	margin-bottom: 25px;
}
#service .course1 .price em {
	font-size: 4.1rem;
}
#service .course2 {
	padding: 50px 60px 40px;
}
#service .course2 h3 {
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
#service .course2 h3 img {
	vertical-align: text-bottom;
	margin-bottom: 3px;
}
#service .course2 h3 span {
	font-size: 2.4rem;
	letter-spacing: normal;
}
#service .course2 .courseSet {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#service .course2 .courseSet dl {
	background-color: #f9f0e2;
	width: calc((100% - 40px)/3);
	height: 270px;
}
#service .course2 .courseSet dl dt {
	font-weight: 500;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #e690ab;
	line-height: 1.3;
}
#service .course2 .courseSet dl dd {
	padding: 30px 10px 10px 10px;
}
#service .course2 .courseSet dl dd .price {
	font-size: 1.9rem;
	margin-bottom: 25px;
}
#service .course2 .courseSet dl dd .price em {
	font-size: 3.2rem;
}
#service .course2 .courseSet dl dd li {
	font-size: 1.4rem;
	line-height: 2.2;
	text-align: left;
	text-indent: -1em;
	padding-left: 3em;
}
#service .course2 .detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#service .course2 .detail div:first-of-type {
	width: 570px;
	height: 260px;
	border: 3px solid #f2c7d5;
	position: relative;
}
#service .course2 .detail div:first-of-type p {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 20px;
	background-color: #fff;
	font-size: 2.2rem;
}
#service .course2 .detail div:first-of-type p span {
	font-size: 2.0rem;
	margin: 0 2px;
}
#service .course2 .detail div:last-of-type {
	width: 450px;
	height: 260px;
	border: 3px solid #b9e3f0;
}
#service .course2 .detail div {
	padding: 40px 10px 10px 30px;
	text-align: left;
}
#service .course2 .detail div li {
	font-size: 1.7rem;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width:1169px) {
	#service .content {
		min-height: auto;
		padding: 0 0 40px;
	}
	#service h2 {
		padding: 30px 0 25px;
	}
	#service h2 img {
		height: 19px;
		margin-bottom: 7px;
	}
	#service .course1,
	#service .course2 {
		width: calc(100% - 40px);
		box-shadow: 0 0 1px 1px rgba(138,137,137,0.3);
	}
	#service .course1 {
		padding: 25px 10px 30px;
		margin-bottom: 30px !important;
	}
	#service .course1 p:first-child {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	#service .course1 p:first-child span {
		display: block;
	}
	#service .course1 p:nth-child(2) {
		font-size: 1.4rem;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	#service .course1 p:nth-child(2) span {
		display: inline-block;
	}
	#service .course1 .price {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	#service .course1 .price em {
		font-size: 2.2rem;
	}
	#service .course2 {
		padding: 25px 20px 30px;
	}
	#service .course2 h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	#service .course2 h3 img {
		width: auto;
		height: 18px;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	#service .course2 h3 span {
		font-size: 1.4rem;
	}
	#service .course2 .courseSet {
		display: block;
		margin-bottom: 25px;
	}
	#service .course2 .courseSet dl {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#service .course2 .courseSet dl dt {
		width: 100%;
		height: auto;
		padding: 5px 10px;
	}
	#service .course2 .courseSet dl dd {
		padding: 15px 10px 20px;
	}
	#service .course2 .courseSet dl dd .price {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	#service .course2 .courseSet dl dd .price em {
		font-size: 2.2rem;
	}
	#service .course2 .courseSet dl dd li {
		font-size: 1.4rem;
		line-height: 1.3;
		padding-left: 1em;
	}
	#service .course2 .courseSet dl dd li br {
		display: none;
	}
	#service .course2 .courseSet dl:first-of-type dd li {
		text-align: center;
	}
	#service .course2 .detail {
		display: block;
		margin-bottom: 30px;
	}
	#service .course2 .detail div:first-of-type {
		width: 100%;
		height: auto;
		border: 1px solid #f2c7d5;
		margin-bottom: 20px;
		padding: 20px 10px 15px 10px;
		text-align: left;
	}
	#service .course2 .detail div:first-of-type p {
		font-size: 1.6rem;
		top: -12px;
		white-space: nowrap;
	}
	#service .course2 .detail div:first-of-type p span {
		font-size: 1.5rem;
	}
	#service .course2 .detail div:last-of-type {
		width: 100%;
		height: auto;
		border: 1px solid #b9e3f0;
		padding: 15px 10px 15px 10px;
		text-align: left;
	}
	#service .course2 .detail div li {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

#impression .content {
	background-image: url("../img/pc_bg4.webp");
	background-size: cover;
	background-position: 50% 0;
	min-height: 1310px;
	padding-bottom: 100px;
}
#impression h2 {
	padding: 80px 0 35px;
}
#impression h2 span {
	display: block;
	letter-spacing: 0.1em;
	margin-top: -5px;
	margin-bottom: 5px;
}
#impression .comment {
	width: 870px;
	background-color: #fff;
	padding: 45px 75px 60px;
	margin: auto;
}
#impression .comment + .comment {
	margin-top: 30px;
}
#impression .comment .name {
	width: 470px;
	height: 40px;
	margin: auto auto 25px;
	background-color: #ededed;
	font-size: 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#impression .comment .ttl {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #dc7f9d;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#impression .comment .text {
	font-size: 1.7rem;
	line-height: 1.8;
	font-optical-sizing: auto;
	letter-spacing: 0.03em;
}
@media screen and (max-width:1169px) {
	#impression .content {
		min-height: auto;
		padding-bottom: 40px;
	}
	#impression h2 {
		padding: 35px 0 15px;
	}
	#impression h2 img {
		height: 26px;
		margin-bottom: -3px;
	}
	#impression h2 span {
		display: block;
		letter-spacing: 0.1em;
		margin-top: -5px;
		margin-bottom: 5px;
	}
	#impression .comment {
		width: calc(100% - 40px);
		background-color: #fff;
		padding: 20px 20px 30px;
	}
	#impression .comment + .comment {
		margin-top: 20px;
	}
	#impression .comment .name {
		width: 100%;
		height: 35px;
		margin: auto auto 10px;
		font-size: 1.4rem;
	}
	#impression .comment .ttl {
		font-size: 1.6rem;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#impression .comment .ttl span {
		display: inline-block;
	}
	#impression .comment .text {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: normal;
	}
}

#info .content {
	padding: 15px 0 100px;
}
#info h2 {
	letter-spacing: 0.1em;
	width: 1050px;
	border-bottom: 2px solid #999999;
	padding: 80px 0 25px;
	margin: auto auto 40px;
}
#info .content div {
	width: 930px;
	margin: auto auto 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	display: flex;
}
#info div a {
	display: flex;
	width: 100%;
}
#info div .data {
	width: 8em;
}
#info div .text {
	width: calc(100% - 8em);
}
@media screen and (max-width:1169px) {
	#info .content {
		padding: 25px 0 25px;
	}
	#info h2 {
		width: calc(100% - 40px);
		padding: 0 0 20px;
		margin: auto auto 15px;
	}
	#info h2 img {
		height: 26px;
		margin-bottom: 0;
	}
	#info .content div {
		width: calc(100% - 60px);
		margin: auto auto 15px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

#contact .content {
	background-image: url("../img/pc_bg5.webp");
	background-size: cover;
	background-position: 50% 0;
	min-height: 1365px;
	padding-bottom: 100px;
}
#contact h2 {
	padding: 110px 0 20px;
}
#contact h2 span {
	color: #221815 !important;
	font-size: 2.2rem;
}
#contact h2 + p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 60px;
}
#contact dl {
	width: 690px;
	margin: auto;
	font-size: 1.6rem;
}
#contact dl dt span {
	color: #ff0000;
	display: inline-flex;
	margin-left: 10px;
}
#contact dl dd {
	padding: 10px 0 30px;
}
#contact dl dd.radioIn {
	padding: 0 0 40px;
}
#contact input {
	font-family: "Zen Old Mincho", serif;
	font-size: 100%;
	width: 100%;
	height: 50px;
	padding: 10px;
	border: 1px solid #999999;
	border-radius: 5px;
}
#contact input[type="tel"] {
	width: 60%;
}
#contact textarea {
	font-family: "Zen Old Mincho", serif;
	font-size: 100%;
	width: 100%;
	height: 160px;
	padding: 15px;
	border: 1px solid #999999; 
}
#contact .radioSty {
	cursor: pointer;
}
#contact input[type="radio"] {
	visibility: hidden;
	height: auto;
}
#contact input[type="radio"] + span {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-left: 10px;
}
#contact input[type="radio"] + span::before {
	content: '';
	display: inline-flex;
  width: 18px;
  height: 18px;
	background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
	margin-right: 10px;
}
#contact input[type="radio"]:checked + span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
  background-color: #221815;
	position: absolute;
	top: 4px;
	left: 4px;
}

#contact input[type=submit] {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	width: 430px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #e690ab url("../img/arrow-r.svg") no-repeat 94% 50%;
	background-size: 12px auto;
	border: none;
	border-radius: 10px;
	margin: auto;
	font-size: 2.2rem;
	box-shadow: 5px 5px 10px 5px rgba(138,137,137,0.3);
	position: relative;
	cursor: pointer;
}
#contact input[type=submit]:hover {
	opacity: 0.7;
}
@media screen and (max-width:1169px) {
	#contact input[type=submit] {
		width: 270px;
		height: 42px;
		font-size: 1.4rem;
		letter-spacing: -0.01em;
		border-radius: 5px;
		box-shadow: 0 0 3px 1px rgba(138,137,137,0.3);
		background: #e690ab url("../img/arrow-r.svg") no-repeat 95% 50%;
		background-size: 6px auto;
	}
}

@media screen and (max-width:1169px) {
	#contact .content {
		min-height: auto;
		padding-bottom: 35px;
	}
	#contact h2 {
		padding: 35px 0 12px;
	}
	#contact h2 span {
		font-size: 1.8rem;
	}
	#contact h2 img {
		height: 20px;
		margin-bottom: 3px;
	}
	#contact h2 + p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	#contact h2 + p span {
		display: inline-block;
	}
	#contact dl {
		width: calc(100% - 40px);
		margin: auto;
		font-size: 1.4rem;
	}
	#contact dl dt {
		line-height: 1.3;
	}
	#contact dl dt span {
		margin-left: 5px;
	}
	#contact dl dd {
		padding: 5px 0 25px;
	}
	#contact input {
		height: 40px;
		padding: 5px 10px;
		border: 1px solid #CCC;
		border-radius: 3px;
	}
	#contact textarea {
		height: 120px;
		padding: 5px 10px;
		border: 1px solid #CCC;
		border-radius: 3px;
	}
	#contact input[type="radio"] + span::before {
		content: '';
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
	#contact input[type="radio"]:checked + span::after {
		content: '';
		width: 8px;
		height: 8px;
		top: 3px;
		left: 3px;
	}
	#contact .radioSty input {
		height: 1px;
	}
	#contact button {
		width: 200px;
		margin-top: 5px;
	}
}

#contact input.error,
#contact textarea.error {
	border-color: #ff0000;
}
#contact .error input[type="radio"] + span {
	color: #ff0000;
}
#contact p.error,
#contact .wpcf7-not-valid-tip {
	display: block;
	font-weight: 600;
	color: #ff0000;
	margin-top: 10px;
}
#contact .radioIn.error p.error {
	margin-top: 20px;
}

.kakunin .content,
.thanks .content {
	min-height: auto !important;
	padding-bottom: 100px;
}
.kakunin .content h2 + p {
	font-size: 1.8rem !important;
	margin-top: 30px;
}
.kakunin dl dd {
	font-size: 2.2rem;
	line-height: 1.6;
	padding-bottom: 40px !important;
}
.kakunin .content .btnWr {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.kakunin .content .btnWr input[type=submit] {
	margin: 0;
}
.kakunin .content .btnWr input[type=button] {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	width: 210px !important;
	height: 70px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #9a9a9a url("../img/arrow-l.svg") no-repeat 15% 50%;
	background-size: 12px auto;
	border: none !important;
	border-radius: 10px;
	margin: auto;
	font-size: 2.2rem !important;
	box-shadow: 5px 5px 10px 5px rgba(138,137,137,0.3);
	position: relative;
	cursor: pointer;
	margin-right: 30px;
}
.thanks .text {
	margin: 50px auto 50px;
	font-size: 2.0rem;
	line-height: 2.0;
	text-align: center;
}
.thanks .text p + p {
	margin-top: 2em;
}
.thanks button {
	width: 280px !important;
}
.thanks .content button::after {
	right: 24px;
}
@media screen and (max-width:1169px) {
	.thanks .content {
			padding-bottom: 60px !important;
		}
	.kakunin .content h2 + p {
		font-size: 1.5rem !important;
		margin-top: 8px;
	}
	.kakunin dl dd {
		font-size: 1.8rem;
		padding-bottom: 25px !important;
	}
	.kakunin .content .btnWr input[type=submit] {
		width: 200px !important;
	}
	.kakunin .content .btnWr input[type=button] {
		height: 42px !important;;
		font-size: 1.4rem !important;;
		letter-spacing: -0.01em;
		border-radius: 5px;
		box-shadow: 0 0 3px 1px rgba(138,137,137,0.3);
		background: #9a9a9a url("../img/arrow-l.svg") no-repeat 11% 50%;
		background-size: 6px auto;
		margin-right: 10px;
		width: 110px !important;
	}
	.thanks .text {
		width: calc(100% - 32px);
		margin: 25px auto 40px;
		font-size: 1.6rem;
	}
	.thanks .text p + p {
		text-align: left;
		padding-left: 5px;
	}
	.thanks button {
		width: 150px !important;
	}
	.thanks .content button::after {
		right: 12px;
	}
}

#contact .wpcf7-response-output {
	color: #ff0000;
	text-align: center;
	border: none !important;
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	padding: 70px 0 55px;
}
footer .linkWr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
}
footer .linkWr .link {
	border-right: 1px solid #666666;
}
footer .linkWr .link a {
	font-size: 1.6rem;
	color: #666666;
	padding: 0 1.5em;
	border-left: 1px solid #666666;
}
footer .linkWr .sns a {
	margin-left: 40px;
}
footer .linkWr .sns a img {
	width: auto;
	height: 65px;
}
footer div + img {
	display: block;
	margin: auto;
}
@media screen and (max-width:1169px) {
	footer {
		padding: 35px 0 25px;
	}
	footer .linkWr {
		display: block;
		margin-bottom: 25px;
	}
	footer .linkWr .link {
		text-align: center;
		border-right: none;
		margin-bottom: 35px;
	}
	footer .linkWr .link a {
		font-size: 1.4rem;
		padding: 0 1em;
	}
	footer .linkWr .link a:last-of-type {
		border-right: 1px solid #666666;
	}
	footer .linkWr .sns {
		text-align: center;
	}
	footer .linkWr .sns a {
		margin: 0 5px;
	}
	footer .linkWr .sns a img {
		width: auto;
		height: 40px;
	}
	footer div + img {
		width: auto;
		height: 50px;
	}
}

/* ----------------------------------------------
tos styles
----------------------------------------------*/
#tos {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.7;
	max-width: 980px;
	padding: 0 20px;
	margin: 8em auto;
}
#tos h1 {
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 2em;
}
#tos h2 {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
	margin-top: 2em;
}
#tos ol {
	padding-left: 1.5em;
	margin-top: 1em;
}
#tos ol ol {
	padding-left: 1.5em;
	list-style: lower-alpha;
	margin-bottom: 1em;
}
#tos p {
	margin-top: 1em;
}
#tos .textR {
	text-align: right;
}
@media screen and (max-width:1169px) {
	#tos {
		font-size: 1.4rem;
		margin: 4em auto;
	}
	#tos h1 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	#tos h2 {
		font-size: 1.6rem;
	}
}

/* ----------------------------------------------
sct styles
----------------------------------------------*/
#sct {
	color: #666142;
	font-size: 1.6rem;
	line-height: 1.7;
	max-width: 980px;
	padding: 0 20px;
	margin: 8em auto;
}
#sct a {
	color: #666142;
	text-decoration: underline;
}
#sct h1 {
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 2em;
}
#sct dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 8em;
}
#sct dl dt {
	font-size: 1.8rem;
	width: 280px;
	font-weight: 600;
	text-align: left;
}
#sct dl dd {
	width: calc(100% - 280px);
	margin-bottom: 1em;
	word-break: break-all;
}
#sct h2 {
	font-size: 3.8rem;
	font-weight: 600;
	margin-bottom: 2em;
}
#sct ol {
	padding-left: 1.5em;
}
#sct ol li {
	margin-bottom: 1em;
}
@media screen and (max-width:1169px) {
	#sct {
		font-size: 1.4rem;
		margin: 4em auto 6em;
	}
	#sct h1 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	#sct h1 span {
		display: inline-block;
	}
	#sct dl {
		display: block;
		margin-bottom: 6em;
	}
	#sct dl dt {
		font-size: 1.6rem;
		width: 100%;
	}
	#sct dl dd {
		width: 100%;
		padding-left: 0.5em;
	}
	#sct h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
}
