body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 1.7;
	font-size: 16px;
	color: #3C3C3C;
	-webkit-text-size-adjust: 100%;
}

.center {
	text-align: center;
}
.top-header {
	background-color: #FFF2E6;
}

.head-area .h1-desc {
    padding: 4px;
    font-size: 13px;
    line-height: 1.2;
    background-color: #FFE4CC;
}

.head-area .top-tel{
	text-align:center;
}
.gnav-area {
    padding: 12px 0 24px;
}
.gnav-area .logo{
	text-align:center;
}
.gnav-area .gnav{
	display: none;
}

.mss-logo img {
	max-width: 90%;
}

#top-main {
	background:linear-gradient(to bottom, #FFF2E6 0%, #FFF2E6 30%, #FFF 30%, #FFF 100%);
}
.top-main-visual {
    padding-bottom: 30px;
}
.top-main-visual img{
	width: 100%;
}
.top-main-catch {
	padding-top: 16px;
	padding-bottom: 32px;
	text-align: center;
}
.top-main-catch img{
	width: 100%;
	max-width: 576px;
}
.top-main-desc p {
	margin-bottom: 30px;
	line-height: 2;
/*	text-align: center;*/
}
.top-main-desc img {
	width: 80%;
}

#service-area {
	padding-top: 16px;
	background-color: #FFF2E6;
}
.service-title {
	padding-bottom: 16px;
	text-align:center;
}
.service-title img {
	width: 50%;
}
.service-title img.top-page {
	width: 100%;
}
.service-desc.top-page {
	font-size:1.2em;
}

.service-desc {
	padding-bottom: 16px;
}

#lesson-area {
	padding: 16px 0;
}
.lesson-title img,
.lesson-sub-title img {
	max-width: 100%;
}


.box-item th {
	width: 40%;
}
.table th {
	background-color: #FFF2E6;
}

#access-area {
	padding: 16px 0 32px;
	background-color: #FFF2E6;
}
.access-title img {
	max-width: 100%;
}
.access-sub-title {
	padding: 3px 0 8px 30px;
	background: url("../img/list_marker_access.png") 0 0 no-repeat transparent;
	font-size: 18px;
	font-weight:bold;
}

.access-thumb img {
	padding-bottom: 36px;
	width: 100%;
}
#gmap {
	position: relative;
	padding-bottom: 42%; // 縦横比
	height: 0;
	overflow: hidden;
}
#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#contact-area {
	padding-top:16px;
}
.contact-title img {
	max-width: 100%;
}

#myform .form-h {
	font-weight: bold;
	border-top: 1px dotted #CCC;
	padding-top: 16px;
}

.btn-submit-wrap {
    text-align: center;
}

.about-privacy {
	font-size: 0.8em;
	padding: 16px 0;
}

.footer {
	padding: 16px 0;
	background-color: #FFF2E6;
	
}
.copyrights {
	font-size: 0.8em;
	text-align:center;
}


input[type="submit"],
input[type="text"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
/*	border: none;*/
}
input[type="text"],
textarea {
	background: #f8f8f8;
	display: block;
/*	font-size: 16px;*/
/*	padding: 12px 15px;*/
	padding: 6px 7px;
/*	width: 480px;*/
	width: 80%;
	transition: 0.8s;
	border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="HONBUN"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
}
 
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
 
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
 
:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

@media screen and (min-width:960px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 960px;
	}

	#top-main {
		background:linear-gradient(to bottom, #FFF2E6 0%, #FFF2E6 50%, #FFF 50%, #FFF 100%);
	}

	.top-main-desc p {
		text-align: center;
	}	
	.top-main-desc img {
		width: 50%;
	}
	.service-title img {
		width: 75%;
	}
}


