html {
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-word;
}

body {
	background: #fff;
	text-align: left;
	color: #333;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
header {
	background: url(../img/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	text-align: center;
	height: 630px;
	position: relative;
}
header.head {
	background: url(../img/bg1204.jpg) no-repeat 50% 50%;
	background-size: cover;
}
/*
header.head1 {
	background: url(../img/bg1204.jpg) no-repeat 50% 50%;
	background-size: cover;
}
header.head2 {
	background: url(../img/bg2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
header.head3 {
	background: url(../img/bg3.jpg) no-repeat 50% 50%;
	background-size: cover;
}
header.head4 {
	background: url(../img/bg4.jpg) no-repeat 50% 50%;
	background-size: cover;
}
header.head5 {
	background: url(../img/bg5.jpg) no-repeat 50% 50%;
	background-size: cover;
}
*/
header.subhead {
	background: url(../img/bg_masoho.jpg) no-repeat 50% 0%;
	background-size: content;
	height: 80px;
}
header .logo {
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	width: 7em;
	max-width: calc(100% - 40px);
	text-align: left;
	margin:  0;
	padding: 20px;
}
header .logo a {
	text-decoration: none;
	color: #fff;
}
header .logo span {
	display: block;
	font-size: 14px;
}
header .logo a:hover,
header .logo a:hover span {
	opacity: .7;
}
header p {
	font-family: "Sawarabi Mincho";
	color: #fff;
	line-height: 2;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 15px;
	text-shadow: 2px 2px 3px #000, 3px 3px 10px #000, 1px 1px 20px #000;
	margin: 100px auto;
}
@media screen and (max-width: 768px) {
header {
	background-size: 200%;
	width: 100%;
	height: 315px;
}
header p {
	font-size: 22px;
	letter-spacing: 1px;
	margin: 40px auto;
	text-shadow: 2px 2px 3px #000, 1px 1px 20px #000;
}
}

img {
	vertical-align: middle;
}
section {
	padding: 100px 10px;
}
section.contact,
section.link {
	background: #f1f1f1;
}
section.sub {
	padding: 40px 10px;
}
h2 {
	font-family: "Sawarabi Mincho";
	font-size: 20px;
	text-align: center;
}
h3 {
	font-size: 24px;
	margin-bottom: 2em;
	text-align: center;
}
.sub h2 {
	margin-bottom: 1em;
	text-align: right;
}
.sub h3 {
	margin-bottom: 1em;
	text-align: left;
}
.sub p {
	margin-bottom: 3em;
}
.sub p.back {
	text-align: center;
	font-size: 18px;
}
.sub .indent h3 {
	font-size: 20px;
}
.sub .indent ul {
	list-style: none;
}
.sub .indent ul li {
	text-indent: -1.2em;
	margin-left: -1.2em;
}
.sub .indent p {
	text-indent: 1em;
	margin-bottom: 0;
}
.sub .indent p.nonindent {
	text-indent: 0;
}
.sub .indent p.upper {
	text-indent: 1em;
	margin-top: 0em;
}
@media screen and (max-width: 768px) {
section {
	padding: 40px 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
.sub span.forsp {
	display: block;
	text-align: right;
}
}
.greeting div > h2 img {
	width: 500px;
	max-width: 100%;
}
.greeting div > h2 a:hover {
	opacity: .7;
}
.contact .btn {
	margin: 40px 0;
	text-align: center;
}
.contact .btn a {
	text-decoration: none;
	width: 320px;
	max-width: 90%;
	height: 64px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 64px;
	margin: auto;
	display: inline-block;
	background: red;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #c58668;
}
.contact .btn a:hover{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: solid 3px #666;
}
.link .btn {
	margin: 0px;
	text-align: center;
}
.link .btn a {
	text-decoration: none;
	width: 320px;
	max-width: calc(100% - 30px);
	height: 64px;
	font-size: 22px;
	line-height: 64px;
	margin: 10px 15px;
	display: inline-block;
	color: #766;
	background: transparent;
	border: 1px solid #766;
	transition: 1s;
}
.link .btn a:hover{
	background: #fff;
}
.link .btn.mini a {
	height: 48px;
	width: 240px;
	line-height: 48px;
	margin-top: 48px;
	font-size: 18px;
}
p.note {
	font-size: 85%;
}

/*---------------------------------------*/
/*-- faq --*/
/*---------------------------------------*/
.faq h4 {
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	padding: .5em 0;
	text-align: center;
	color: #fff;
	background: #00a0e9;
}
.faq .category2 h4 {
	background: #e95098;
}
.faq p {
	margin-bottom: 2em;
}
.faq dl dt {
	color: #00a0e9;
	font-weight: bold;
	font-size: 18px;
	text-indent: -20px;
	padding-left: 20px;
	margin-bottom: 1em;
}
.faq .category2 dl dt {
	color: #e95098;
}
.faq dl dd {
	font-size: 16px;
	margin: 0 0 3em 1.7em;
	text-indent: -20px;
	padding-left: 20px;
}
.faq table,
.faq table th,
.faq table td {
	border: solid 1px #999;
	padding: .5em;
}
.faq table th {
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.faq table td {
	width: 40%;
}
.faq table tr:first-child {
	font-weight: bold;
	text-align: center;
}
.faq table tr td:nth-child(2) {
	background-color: #ddf1f9;
}
@media screen and (max-width: 768px) {
.faq dl dt,
.faq dl dd {
	margin-left: 0;
	text-indent: 0;
	padding-left: 0;
}
.forpc {
	display: none;
}
}

/*---------------------------------------*/
/*-- footer --*/
/*---------------------------------------*/

footer {
	border-top: 1px solid #ddd;
	padding: 20px;
	text-align: center;
}
footer .logo {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	width: 7em;
	max-width: calc(100% - 40px);
	text-align: left;
	margin: auto;
}
footer .logo span {
	display: block;
	font-size: 14px;
}
footer .address {
	margin-top: 8px;
	font-size: 11px;
}

